Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.3.1
->4.4.0
1.47.2
->1.49.0
20.16.5
->20.17.9
2.6.11
->2.6.12
10.3.0
->10.3.1
2.15.0
->2.18.0
12.7.0
->12.8.1
3.3.3
->3.4.2
5.6.2
->5.7.2
Release Notes
ianvs/prettier-plugin-sort-imports (@ianvs/prettier-plugin-sort-imports)
v4.4.0
Compare Source
What's Changed
Enhancements
importOrderCaseSensitive
option for case-sensitive sorting by @acnebs in https://github.com/IanVS/prettier-plugin-sort-imports/pull/184Maintenance
New Contributors
Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.1...v4.4.0
microsoft/playwright (@playwright/test)
v1.49.0
Compare Source
v1.48.2
Compare Source
v1.48.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/33023 - [Bug]: command line flag --headed has no effect in ui modehttps://github.com/microsoft/playwright/issues/331077 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.https://github.com/microsoft/playwright/issues/3308585 - [Bug]: WebSocket route does not handle full URLs in Playwrighttps://github.com/microsoft/playwright/issues/33052052 - [Regression]: Inspector not showing recorded sthttps://github.com/microsoft/playwright/issues/331323132 - [Bug]: Wrong Ubuntu release name in Dockerfile.nhttps://github.com/microsoft/playwright/pull/3299632996 - [BUG] Trace attachments have small unusable height
Browser Versions
This version was also tested against the following stable channels:
v1.48.0
Compare Source
focus-trap/focus-trap-react (focus-trap-react)
v10.3.1
Compare Source
Patch Changes
ee62d91
: Bump focus-trap to v7.6.1kkomelin/isomorphic-dompurify (isomorphic-dompurify)
v2.18.0
: Updated dependenciesCompare Source
Changelog
dompurify
and other dependencies.See the complete changelog for more details.
Release
2.18.0
v2.17.0
: Removed @types/dompurify dependency. Updated dompurify and other dependencies.Compare Source
Changelog
@types/dompurify
dependency which caused an issue https://github.com/kkomelin/isomorphic-dompurify/issues/301. The third-party types are not needed anymore becausedompurify
provides their own. Thanks to @Bro3Simon for helping with it.dompurify
and other dependencies.See the complete changelog for more details.
Release
2.17.0
v2.16.0
: Updated dependenciesCompare Source
Changelog
dompurify
,jsdom
and other dependencies.See the complete changelog for more details.
Release
2.16.0
newrelic/node-newrelic (newrelic)
v12.8.1
Compare Source
Bug fixes
mysql2
instrumentation to work with 3.11.5+ (#2811) (3ec4fee)Documentation
Tests
test/integration/api
tests tonode:test
(#2787) (03b01a3)test/integration/core
tests tonode:test
(#2781) (36bc0e7)test/integration/instrumentation
tests tonode:test
(#2784) (963fb30)test/integration/transaction
tests tonode:test
(#2783) (68e1a0c)test/integration/utilization
tests to nodenode:test
(#2794) (db237e9)test/smoke/api
tests tonode:test
(#2772) (af3bbcd)node:test
(#2778) (bd9df5f)node:test
(#2803) (a7ef080)node:test
(#2771) (78f2709)test/smoke/agent
,test/smoke/e2e
, andtest/smoke/index
tonode:test
(#2774) (440a0af)t.diagnostic
as they are better suited as code comments (#2786) (ee24027)pino
internals (#2805) (0382ee2)mysql2
version to get CI working (#2808) (ad60ed4)node:test
(#2782) (d556512)node:test
(#2777) (fe8d2df)node:test
(#2798) (83ad1f3)grpc
integration tests tonode:test
(#2789) (ea8f743)node:test
(#2801) (80b55c2)q
,superagent
, andwhen
tests tonode:test
(#2773) (ff2d8d0)node:test
(#2802) (83fd7ee)Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
v12.8.0
Compare Source
v12.8.0 (2024-11-19)
Features
Added new configuration options to add custom tags (labels) to logs (#2743) (d20c874)
config.application_logging.forwarding.labels.enabled
totrue
or the environment variableNEW_RELIC_APPLICATION_LOGGING_FORWARDING_LABELS_ENABLED
to true (#2727) (36adb13)config.application_logging.forwarding.labels.exclude
or the environment variableNEW_RELIC_APPLICATION_LOGGING_FORWARDING_LABELS_EXCLUDE
Added support for Bedrock Claude 3.5 invoke model user request (#2721) (a901a24)
Moved
entity.guid
,entity.name
,entity.type
, andhostname
tocommon.attributes
on logs payload instead of in every log message (#2736) (a7f14de)Bug fixes
Documentation
Miscellaneous chores
Tests
openai
(#2726) (8996fc3)ioredis
,prisma
andundici
versioned tests tonode:test
(#2746) (449ae03)memcached
,nestjs
, andrestify
versioned tests tonode:test
(#2752) (653f614)nextjs
versioned tests tonode:test
(#2749) (d385af6)redis
versioned tests tonode:test
(#2725) (9752827)hapi
tests tonode:test
(#2722) (636899b)kafkajs
,langchain
, &openai
tests tonode:test
(#2723) (b6e4c5d)koa
tests tonode:test
(#2744) (86c22a4)mongodb
tests tonode:test
(#2738) (295e7e6)pg
andpg-esm
tests tonode:test
(#2750) (40aea36)Support statement:
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/)
prettier/prettier (prettier)
v3.4.2
Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-
in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
microsoft/TypeScript (typescript)
v5.7.2
Compare Source
v5.6.3
Compare Source
Configuration
📅 Schedule: Branch creation - "on the 2nd and 4th day instance on sunday after 9pm" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.