Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(dev-deps): bump the non-major-dev-dependencies group with 9 updates #1535

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the non-major-dev-dependencies group with 9 updates:

Package From To
@sentry/react 8.47.0 8.48.0
@swc/core 1.10.4 1.10.7
@typescript-eslint/parser 8.19.0 8.19.1
chromatic 11.22.0 11.22.2
glob 11.0.0 11.0.1
rollup 4.29.2 4.30.1
rollup-plugin-sizes 1.0.6 1.1.0
type-fest 4.31.0 4.32.0
typescript 5.7.2 5.7.3

Updates @sentry/react from 8.47.0 to 8.48.0

Release notes

Sourced from @​sentry/react's releases.

8.48.0

Deprecations

  • feat(v8/core): Deprecate getDomElement method (#14799)

    Deprecates getDomElement. There is no replacement.

Other changes

  • fix(nestjs/v8): Use correct main/module path in package.json (#14791)
  • fix(v8/core): Use consistent continueTrace implementation in core (#14819)
  • fix(v8/node): Correctly resolve debug IDs for ANR events with custom appRoot (#14823)
  • fix(v8/node): Ensure NODE_OPTIONS is not passed to worker threads (#14825)
  • fix(v8/angular): Fall back to element tagName when name is not provided to TraceDirective (#14828)
  • fix(aws-lambda): Remove version suffix from lambda layer (#14843)
  • fix(v8/node): Ensure express requests are properly handled (#14851)
  • feat(v8/node): Add openTelemetrySpanProcessors option (#14853)
  • fix(v8/react): Use Set as the allRoutes container. (#14878) (#14884)
  • fix(v8/react): Improve handling of routes nested under path="/" (#14897)
  • feat(v8/core): Add normalizedRequest to samplingContext (#14903)
  • fix(v8/feedback): Avoid lazy loading code for syncFeedbackIntegration (#14918)

Work in this release was contributed by @​arturovt. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 21.96 KB
@​sentry/browser (incl. Tracing) 35.85 KB
@​sentry/browser (incl. Tracing, Replay) 73.09 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.48 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.4 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.34 KB
@​sentry/browser (incl. Feedback) 39.5 KB
@​sentry/browser (incl. sendFeedback) 27.89 KB
@​sentry/browser (incl. FeedbackAsync) 32.69 KB
@​sentry/react 25.96 KB
@​sentry/react (incl. Tracing) 38.66 KB
@​sentry/vue 27.56 KB
@​sentry/vue (incl. Tracing) 37.69 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 37.56 KB
CDN Bundle (incl. Tracing, Replay) 72.75 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.11 KB
CDN Bundle - uncompressed 71.93 KB
CDN Bundle (incl. Tracing) - uncompressed 111.42 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.5 KB

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

8.48.0

Deprecations

  • feat(v8/core): Deprecate getDomElement method (#14799)

    Deprecates getDomElement. There is no replacement.

Other changes

  • fix(nestjs/v8): Use correct main/module path in package.json (#14791)
  • fix(v8/core): Use consistent continueTrace implementation in core (#14819)
  • fix(v8/node): Correctly resolve debug IDs for ANR events with custom appRoot (#14823)
  • fix(v8/node): Ensure NODE_OPTIONS is not passed to worker threads (#14825)
  • fix(v8/angular): Fall back to element tagName when name is not provided to TraceDirective (#14828)
  • fix(aws-lambda): Remove version suffix from lambda layer (#14843)
  • fix(v8/node): Ensure express requests are properly handled (#14851)
  • feat(v8/node): Add openTelemetrySpanProcessors option (#14853)
  • fix(v8/react): Use Set as the allRoutes container. (#14878) (#14884)
  • fix(v8/react): Improve handling of routes nested under path="/" (#14897)
  • feat(v8/core): Add normalizedRequest to samplingContext (#14903)
  • fix(v8/feedback): Avoid lazy loading code for syncFeedbackIntegration (#14918)

Work in this release was contributed by @​arturovt. Thank you for your contribution!

Commits
  • 405ceb4 release: 8.48.0
  • 8e2ed6f meta(changelog): Update changelog for 8.48.0 (#14919)
  • 8b03e0b fix(v8/feedback): Avoid lazy loading code for syncFeedbackIntegration (#14918)
  • 77cabfb fix(v8/react): Use Set as the allRoutes container. (#14878) (#14884)
  • 6fa3797 feat(v8/core): Add normalizedRequest to samplingContext (#14903)
  • 845b7aa fix(v8/react): Improve handling of routes nested under path="/" (#14897)
  • dbd3296 feat(v8/node): Add openTelemetrySpanProcessors option (#14853)
  • 960dd9b fix(v8/node): Ensure express requests are properly handled (#14851)
  • 576a1ad fix(v8/core): Use consistent continueTrace implementation in core (#14819)
  • 75ca8b9 meta(changelog): Update changelog for 8.48.0 (#14844)
  • Additional commits viewable in compare view

Updates @swc/core from 1.10.4 to 1.10.7

Changelog

Sourced from @​swc/core's changelog.

[1.10.7] - 2025-01-10

Bug Fixes

  • (ci/publish) Do not tag stable if onlyNightly is on (#9863) (c0c6056)

  • (es/minifier) Improve DCE (#9853) (85fb16c)

  • (es/parser) Fix context of dynamic import type (#9852) (caa7f37)

Documentation

  • Update the link to the team (0fcdc31)

Features

  • (ts/fast-strip) Distinguish invalid vs unsupported (#9846) (5709bc2)

Testing

  • (parallel) Add test to debug segfault on windows x64 (#9857) (ae53a35)

Build

[1.10.6] - 2025-01-07

Performance

  • (es/minifier) Speed up merge_sequences_in_exprs by caching computation (#9843) (6e5632f)

[1.10.5] - 2025-01-07

Bug Fixes

... (truncated)

Commits
  • 1a9aec4 chore: Publish 1.10.7 with swc_core v10.1.0
  • ff6fa12 chore: Publish 1.10.7-nightly-20250110.2 with swc_core v10.1.0
  • c610421 chore: Update changelog
  • 475c19e chore: Publish 1.10.7-nightly-20250110.1 with swc_core v10.1.0
  • c0c6056 fix(ci/publish): Do not tag stable if onlyNightly is on (#9863)
  • 068e1e1 chore(ci): Remove miri
  • 6490bc5 chore: Publish crates with swc_core v10.1.0
  • 5709bc2 feat(ts/fast-strip): Distinguish invalid vs unsupported (#9846)
  • 615ae93 build: Update wasmer to v5.0.5-rc1 (#9860)
  • 0fcdc31 doc: Update the link to the team
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.19.0 to 8.19.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.19.1

8.19.1 (2025-01-06)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] check array generic type (#10437)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#10543)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#10550)

❤️ Thank You

  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.19.1 (2025-01-06)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates chromatic from 11.22.0 to 11.22.2

Release notes

Sourced from chromatic's releases.

v11.22.2

🐛 Bug Fix

Authors: 1

v11.22.1

🐛 Bug Fix

Authors: 1

Changelog

Sourced from chromatic's changelog.

v11.22.2 (Thu Jan 09 2025)

🐛 Bug Fix

Authors: 1


v11.22.1 (Wed Jan 08 2025)

🐛 Bug Fix

Authors: 1


Commits
  • 661975a Bump version to: 11.22.2 [skip ci]
  • 316c233 Update CHANGELOG.md [skip ci]
  • b802467 Merge pull request #1138 from chromaui/cody/cap-2627-turbosnap-doesnt-work-wi...
  • a2bbb87 Fix large debug log line
  • f51b6be Add rsbuild v0.1.7 support
  • adc14e5 Bump version to: 11.22.1 [skip ci]
  • 3964b4f Update CHANGELOG.md [skip ci]
  • c8530c9 Merge pull request #1136 from chromaui/cody/cap-2623-outputdir-is-not-availab...
  • fae3fae Add outputDir to GitHub Action options
  • See full diff in compare view

Updates glob from 11.0.0 to 11.0.1

Commits

Updates rollup from 4.29.2 to 4.30.1

Release notes

Sourced from rollup's releases.

v4.30.1

4.30.1

2025-01-07

Bug Fixes

  • Prevent invalid code when simplifying unary expressions in switch cases (#5786)

Pull Requests

v4.30.0

4.30.0

2025-01-06

Features

  • Inline values of resolvable unary expressions for improved tree-shaking (#5775)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.30.1

2025-01-07

Bug Fixes

  • Prevent invalid code when simplifying unary expressions in switch cases (#5786)

Pull Requests

4.30.0

2025-01-06

Features

  • Inline values of resolvable unary expressions for improved tree-shaking (#5775)

Pull Requests

Commits

Updates rollup-plugin-sizes from 1.0.6 to 1.1.0

Release notes

Sourced from rollup-plugin-sizes's releases.

v1.1.0

Minor Changes

Changelog

Sourced from rollup-plugin-sizes's changelog.

1.1.0

Minor Changes

Commits
  • d44b571 Version Packages (#212)
  • a9db23c Fix this plugin with vite dev server (#202)
  • bec37e9 chore(deps-dev): bump rollup from 4.23.0 to 4.29.1 (#211)
  • b568791 chore(deps-dev): bump @​changesets/cli from 2.27.8 to 2.27.11 (#210)
  • 5575c8f chore(deps-dev): bump rollup from 4.21.2 to 4.23.0 (#201)
  • 3fd2a7e chore(deps-dev): bump @​changesets/cli from 2.27.7 to 2.27.8 (#200)
  • 68c4487 chore(deps-dev): bump @​changesets/cli from 2.27.5 to 2.27.7 (#196)
  • a1bc53a chore(deps-dev): bump rollup from 4.18.0 to 4.21.2 (#195)
  • 9df73ac chore(deps-dev): bump @​changesets/cli from 2.27.1 to 2.27.5 (#192)
  • ced96af chore(deps-dev): bump rollup from 4.12.0 to 4.18.0 (#193)
  • Additional commits viewable in compare view

Updates type-fest from 4.31.0 to 4.32.0

Release notes

Sourced from type-fest's releases.

v4.32.0

New types

Improvements

Fixes

  • SetRequired: Fix support for removal of optional modifiers from tuples (#1030) c897aad

sindresorhus/type-fest@v4.31.0...v4.32.0

Commits

Updates typescript from 5.7.2 to 5.7.3

Release notes

Sourced from typescript's releases.

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

Commits
  • a5e123d Update LKG
  • 8bc0204 🤖 Pick PR #60828 (Fix CodeQL configuration, releases) into release-5.7 (#60923)
  • 7aa63df 🤖 Pick PR #60393 (Don't try to add an implicit undefi...) into release-5.7 (#...
  • 9df7c36 Bump version to 5.7.3 and LKG
  • e167412 🤖 Pick PR #60794 (Harden sanitizeLog against incorr...) into release-5.7 (#...
  • 9ba364c Fix coverage build on release-5.7 (#60792)
  • 4b7441a 🤖 Pick PR #60680 (Mark the inherited any-based index ...) into release-5.7 (#...
  • e844dc3 Cherry-pick #60402, #60440, #60616 into release-5.7 (#60777)
  • 21b02a1 🤖 Pick PR #60749 (Do not require import attribute on ...) into release-5.7 (#...
  • b82fd16 🤖 Pick PR #60576 (Avoid incorrectly reusing assertion...) into release-5.7 (#...
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

…ates

Bumps the non-major-dev-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `8.47.0` | `8.48.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.4` | `1.10.7` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.19.0` | `8.19.1` |
| [chromatic](https://github.com/chromaui/chromatic-cli) | `11.22.0` | `11.22.2` |
| [glob](https://github.com/isaacs/node-glob) | `11.0.0` | `11.0.1` |
| [rollup](https://github.com/rollup/rollup) | `4.29.2` | `4.30.1` |
| [rollup-plugin-sizes](https://github.com/tivac/rollup-plugin-sizes) | `1.0.6` | `1.1.0` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.31.0` | `4.32.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |


Updates `@sentry/react` from 8.47.0 to 8.48.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/8.48.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.47.0...8.48.0)

Updates `@swc/core` from 1.10.4 to 1.10.7
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.4...v1.10.7)

Updates `@typescript-eslint/parser` from 8.19.0 to 8.19.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.1/packages/parser)

Updates `chromatic` from 11.22.0 to 11.22.2
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v11.22.0...v11.22.2)

Updates `glob` from 11.0.0 to 11.0.1
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v11.0.0...v11.0.1)

Updates `rollup` from 4.29.2 to 4.30.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.29.2...v4.30.1)

Updates `rollup-plugin-sizes` from 1.0.6 to 1.1.0
- [Release notes](https://github.com/tivac/rollup-plugin-sizes/releases)
- [Changelog](https://github.com/tivac/rollup-plugin-sizes/blob/main/CHANGELOG.md)
- [Commits](tivac/rollup-plugin-sizes@v1.0.6...v1.1.0)

Updates `type-fest` from 4.31.0 to 4.32.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.31.0...v4.32.0)

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: rollup-plugin-sizes
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: type-fest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 20, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/non-major-dev-dependencies-94a9254c20 branch January 20, 2025 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants