dev: bump the safe group with 4 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(12 months ago)
(11 months ago)
(11 months ago)
by PavelJankoski
dependencies javascript
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the safe group with 4 updates: @sentry/react, eslint-plugin-import, pg and prettier.
Updates @sentry/react from 9.30.0 to 9.31.0
Release notes
Sourced from @sentry/react's releases.
9.31.0
Important Changes
- feat(nextjs): Add option for auto-generated random tunnel route (#16626)
Adds an option to automatically generate a random tunnel route for the Next.js SDK. This helps prevent ad blockers and other tools from blocking Sentry requests by using a randomized path instead of the predictable
/monitoringendpoint.
- feat(core): Allow to pass
scope&clienttogetTraceData(#16633)Adds the ability to pass custom
scopeandclientparameters to thegetTraceDatafunction, providing more flexibility when generating trace data for distributed tracing.Other Changes
- feat(core): Add support for
x-forwarded-hostandx-forwarded-protoheaders (#16687)- deps: Remove unused
@sentry/opentelemetrydependency (#16677)- deps: Update all bundler plugin instances to latest & allow caret ranges (#16641)
- feat(deps): Bump
@prisma/instrumentationfrom 6.8.2 to 6.9.0 (#16608)- feat(flags): add node support for generic featureFlagsIntegration and move utils to core (#16585)
- feat(flags): capture feature flag evaluations on spans (#16485)
- feat(pino): Add initial package for
@sentry/pino-transport(#16652)- fix: Wait for the correct clientWidth/clientHeight when showing Feedback Screenshot previews (#16648)
- fix(browser): Remove usage of Array.at() method (#16647)
- fix(core): Improve
safeJoinusage in console logging integration (#16658)- fix(google-cloud-serverless): Make
CloudEventtype compatible (#16661)- fix(nextjs): Fix lookup of
instrumentation-client.jsfile (#16637)- fix(node): Ensure graphql errors result in errored spans (#16678)
Bundle size 📦
Path Size @sentry/browser23.42 KB @sentry/browser- with treeshaking flags23.2 KB @sentry/browser(incl. Tracing)37.89 KB @sentry/browser(incl. Tracing, Replay)75.13 KB @sentry/browser(incl. Tracing, Replay) - with treeshaking flags68.38 KB @sentry/browser(incl. Tracing, Replay with Canvas)79.78 KB @sentry/browser(incl. Tracing, Replay, Feedback)91.58 KB @sentry/browser(incl. Feedback)39.79 KB @sentry/browser(incl. sendFeedback)28.02 KB @sentry/browser(incl. FeedbackAsync)32.8 KB @sentry/react25.16 KB @sentry/react(incl. Tracing)39.84 KB @sentry/vue27.69 KB @sentry/vue(incl. Tracing)39.71 KB @sentry/svelte23.45 KB CDN Bundle 24.9 KB CDN Bundle (incl. Tracing) 37.97 KB CDN Bundle (incl. Tracing, Replay) 73.03 KB CDN Bundle (incl. Tracing, Replay, Feedback) 78.38 KB
... (truncated)
Changelog
Sourced from @sentry/react's changelog.
9.31.0
Important Changes
- feat(nextjs): Add option for auto-generated random tunnel route (#16626)
Adds an option to automatically generate a random tunnel route for the Next.js SDK. This helps prevent ad blockers and other tools from blocking Sentry requests by using a randomized path instead of the predictable
/monitoringendpoint.
- feat(core): Allow to pass
scope&clienttogetTraceData(#16633)Adds the ability to pass custom
scopeandclientparameters to thegetTraceDatafunction, providing more flexibility when generating trace data for distributed tracing.Other Changes
- feat(core): Add support for
x-forwarded-hostandx-forwarded-protoheaders (#16687)- deps: Remove unused
@sentry/opentelemetrydependency (#16677)- deps: Update all bundler plugin instances to latest & allow caret ranges (#16641)
- feat(deps): Bump
@prisma/instrumentationfrom 6.8.2 to 6.9.0 (#16608)- feat(flags): add node support for generic featureFlagsIntegration and move utils to core (#16585)
- feat(flags): capture feature flag evaluations on spans (#16485)
- feat(pino): Add initial package for
@sentry/pino-transport(#16652)- fix: Wait for the correct clientWidth/clientHeight when showing Feedback Screenshot previews (#16648)
- fix(browser): Remove usage of Array.at() method (#16647)
- fix(core): Improve
safeJoinusage in console logging integration (#16658)- fix(google-cloud-serverless): Make
CloudEventtype compatible (#16661)- fix(nextjs): Fix lookup of
instrumentation-client.jsfile (#16637)- fix(node): Ensure graphql errors result in errored spans (#16678)
Commits
493af83release: 9.31.0ff81739Merge pull request #16694 from getsentry/prepare-release/9.31.0488cca2meta(changelog): Update changelog for 9.31.06c8c53bchore: Add@sentry/opentelemetryresolution back to remix integration tests (...7a95a8bfeat(core): Add support forx-forwarded-hostandx-forwarded-protoheader...7040a15Merge pull request #16688 from getsentry/prepare-release/9.31.058337eameta(changelog): Update changelog for 9.31.0d8f12c2fix(node): Ensure graphql errors result in errored spans (#16678)f0cad82deps: Remove unused@sentry/opentelemetrydependency (#16677)71e4037deps: Update all bundler plugin instances to latest & allow caret ranges (#16...- Additional commits viewable in compare view
Updates eslint-plugin-import from 2.31.0 to 2.32.0
Release notes
Sourced from eslint-plugin-import's releases.
v2.32.0
Added
- add
enforce-node-protocol-usagerule andimport/node-versionsetting (#3024, thanks [@GoldStrikeArch] and [@sevenc-nanashi])- add TypeScript types (#3097, thanks [
@G-Rath])extensions: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@Xunnamius])- [
order]: addsortTypesGroupoption to allow intragroup sorting of type-only imports (#3104, thanks [@Xunnamius])- [
order]: addnewlines-between-typesoption to control intragroup sorting of type-only imports (#3127, thanks [@Xunnamius])- [
order]: addconsolidateIslandsoption to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@Xunnamius])Fixed
- [
no-unused-modules]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@michaelfaith])- configs: added missing name attribute for eslint config inspector (#3151, thanks [
@NishargShah])- [
order]: ensure arcane imports do not cause undefined behavior (#3128, thanks [@Xunnamius])- [
order]: resolve undefined property access issue when usingnamedordering (#3166, thanks [@Xunnamius])enforce-node-protocol-usage: avoid a crash with some TS code (#3173, thanks [@ljharb])- [
order]: codify invariants from docs into config schema (#3152, thanks [@Xunnamius])Changed
- [Docs]
extensions, [order]: improve documentation (#3106, thanks [@Xunnamius])- [Docs] add flat config guide for using
tseslint.config()(#3125, thanks [@lnuvy])- [Docs] add missing comma (#3122, thanks [
@RyanGst])- [readme] Update flatConfig example to include typescript config (#3138, thanks [
@intellix])- [Refactor] [
order]: remove unnecessary negative check (#3167, thanks [@JounQin])- [Docs] [
no-unused-modules]: add missing double quote (#3191, thanks [@albertpastrana])- [Docs]
no-restricted-paths: clarify wording and fix errors (#3172, thanks [@greim])
... (truncated)
Changelog
Sourced from eslint-plugin-import's changelog.
[2.32.0] - 2025-06-20
Added
- add [
enforce-node-protocol-usage] rule andimport/node-versionsetting (#3024, thanks [@GoldStrikeArch] and [@sevenc-nanashi])- add TypeScript types (#3097, thanks [
@G-Rath])- [
extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@Xunnamius])- [
order]: addsortTypesGroupoption to allow intragroup sorting of type-only imports (#3104, thanks [@Xunnamius])- [
order]: addnewlines-between-typesoption to control intragroup sorting of type-only imports (#3127, thanks [@Xunnamius])- [
order]: addconsolidateIslandsoption to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@Xunnamius])Fixed
- [
no-unused-modules]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@michaelfaith])- configs: added missing name attribute for eslint config inspector (#3151, thanks [
@NishargShah])- [
order]: ensure arcane imports do not cause undefined behavior (#3128, thanks [@Xunnamius])- [
order]: resolve undefined property access issue when usingnamedordering (#3166, thanks [@Xunnamius])- [
enforce-node-protocol-usage]: avoid a crash with some TS code (#3173, thanks [@ljharb])- [
order]: codify invariants from docs into config schema (#3152, thanks [@Xunnamius])Changed
- [Docs] [
extensions], [order]: improve documentation (#3106, thanks [@Xunnamius])- [Docs] add flat config guide for using
tseslint.config()(#3125, thanks [@lnuvy])- [Docs] add missing comma (#3122, thanks [
@RyanGst])- [readme] Update flatConfig example to include typescript config (#3138, thanks [
@intellix])- [Refactor] [
order]: remove unnecessary negative check (#3167, thanks [@JounQin])- [Docs] [
no-unused-modules]: add missing double quote (#3191, thanks [@albertpastrana])- [Docs]
no-restricted-paths: clarify wording and fix errors (#3172, thanks [@greim])
Commits
01c9eb0v2.32.0ae57cc1[Deps] updatearray-includes,array.prototype.findlastindex, `eslint-modu...9e1ad6b[Fix]order: codify invariants from docs into config schemaf017790[Docs]no-restricted-paths: clarify wording and fix errors7d83a57[Docs]no-unused-modules: add missing double quote519eb94[utils] v2.12.171ad145[actions] split out tests into new vs old eslint9b096c4[utils] [dev deps] update@arethetypeswrong/cli,@ljharb/tsconfig, `@type...da5f6ec[Fix]enforce-node-protocol-usage: avoid a crash with some TS code6e49a58[Refactor]order: remove unnecessary negative check- Additional commits viewable in compare view
Updates pg from 8.16.1 to 8.16.2
Commits
1a25d12Publishe00aac1Fixes for binary protocol array handling (#3494)- See full diff in compare view
Updates prettier from 3.5.3 to 3.6.0
Release notes
Sourced from prettier's releases.
3.6.0
🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"
Commits
e1c8095Release 3.6.09dfcdcbDisable "Linting files" step64e0147get previous version from package.json1a32b27Release@prettier/plugin-oxcand@prettier/plugin-hermese0055d2Avoid breakTSImportTypewith long module name (#17637)c19a8a9chore(deps): update dependency@stylistic/eslint-pluginto v5 (#17640)b4522b4Add badge to plugins (#17639)16c2d2echore(deps): update dependency concurrently to v9.2.0 (#17638)42d733bImprove .prettierignore file (#17632)25e2145Add test for #11526 (#17551)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+265
-116
Package Dependencies
Technical Details
| ID: | 2232567 |
| UUID: | 2613013595 |
| Node ID: | PR_kwDOCdvj-c6bv2xb |
| Host: | GitHub |
| Repository: | TheThingsNetwork/lorawan-stack |
| Merge State: | Unknown |