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

Bump the frontend group with 5 updates #15230

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps the frontend group with 5 updates:

Package From To
@sentry/browser 8.30.0 8.32.0
caniuse-lite 1.0.30001660 1.0.30001664
sass 1.78.0 1.79.4
sass-loader 16.0.1 16.0.2
webpack 5.94.0 5.95.0

Updates @sentry/browser from 8.30.0 to 8.32.0

Release notes

Sourced from @​sentry/browser's releases.

8.32.0

Important Changes

  • ref(browser): Move navigation span descriptions into op (#13527)

Moves the description of navigation related browser spans into the op, e.g. browser - cache -> browser.cache and sets the description to the performanceEntry objects' names (in this context it is the URL of the page).

  • feat(node): Add amqplibIntegration (#13714)

  • feat(nestjs): Add SentryGlobalGenericFilter and allow specifying application ref in global filter (#13673)

Adds a SentryGlobalGenericFilter that filters both graphql and http exceptions depending on the context.

  • feat: Set log level for Fetch/XHR breadcrumbs based on status code (#13711)

Sets log levels in breadcrumbs for 5xx to error and 4xx to warning.

Other Changes

  • chore(nextjs): Bump rollup to 3.29.5 (#13761)
  • fix(core): Remove sampled flag from dynamic sampling context in Tracing without Performance mode (#13753)
  • fix(node): Ensure node-fetch does not emit spans without tracing (#13765)
  • fix(nuxt): Use Nuxt error hooks instead of errorHandler to prevent 500 (#13748)
  • fix(test): Unflake LCP test (#13741)

Work in this release was contributed by @​Zen-cronic and @​Sjoertjuh. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 22.63 KB
@​sentry/browser - with treeshaking flags 21.42 KB
@​sentry/browser (incl. Tracing) 34.86 KB
@​sentry/browser (incl. Tracing, Replay) 71.36 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 61.79 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 75.71 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 88.48 KB
@​sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.36 KB
@​sentry/browser (incl. metrics) 26.91 KB
@​sentry/browser (incl. Feedback) 39.77 KB
@​sentry/browser (incl. sendFeedback) 27.29 KB
@​sentry/browser (incl. FeedbackAsync) 32.08 KB
@​sentry/react 25.38 KB
@​sentry/react (incl. Tracing) 37.84 KB
@​sentry/vue 26.8 KB
@​sentry/vue (incl. Tracing) 36.75 KB
@​sentry/svelte 22.76 KB
CDN Bundle 23.94 KB

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

8.32.0

Important Changes

  • ref(browser): Move navigation span descriptions into op (#13527)

Moves the description of navigation related browser spans into the op, e.g. browser - cache -> browser.cache and sets the description to the performanceEntry objects' names (in this context it is the URL of the page).

  • feat(node): Add amqplibIntegration (#13714)

  • feat(nestjs): Add SentryGlobalGenericFilter and allow specifying application ref in global filter (#13673)

Adds a SentryGlobalGenericFilter that filters both graphql and http exceptions depending on the context.

  • feat: Set log level for Fetch/XHR breadcrumbs based on status code (#13711)

Sets log levels in breadcrumbs for 5xx to error and 4xx to warning.

Other Changes

  • chore(nextjs): Bump rollup to 3.29.5 (#13761)
  • fix(core): Remove sampled flag from dynamic sampling context in Tracing without Performance mode (#13753)
  • fix(node): Ensure node-fetch does not emit spans without tracing (#13765)
  • fix(nuxt): Use Nuxt error hooks instead of errorHandler to prevent 500 (#13748)
  • fix(test): Unflake LCP test (#13741)

Work in this release was contributed by @​Zen-cronic and @​Sjoertjuh. Thank you for your contributions!

8.31.0

Important Changes

  • feat(node): Add dataloader integration (#13664)

This release adds a new integration for the dataloader package. The Node SDK (and all SDKs that depend on it) will now automatically instrument dataloader instances. You can also add it manually:

Sentry.init({
  integrations: [Sentry.dataloaderIntegration()],
});

... (truncated)

Commits
  • f1a8bea release: 8.32.0
  • ae901c3 Merge pull request #13770 from getsentry/prepare-release/8.32.0
  • 0a21708 meta(changelog): Update changelog for 8.32.0
  • efd7a70 docs: Fix changelog (#13786)
  • 0aac3c6 Merge pull request #13772 from getsentry/fn/manual-sync
  • 9018132 test: Unflake some node-integration-tests (#13771)
  • 07d9d35 wip: add browser utils dep
  • 354dcee fix(core): Remove sampled flag from dynamic sampling context in Tracing wit...
  • cb7f16e ref: Add external contributor to CHANGELOG.md (#13764)
  • ed150ed chore(nextjs): Bump rollup to 3.29.5 (#13761)
  • Additional commits viewable in compare view

Updates caniuse-lite from 1.0.30001660 to 1.0.30001664

Commits

Updates sass from 1.78.0 to 1.79.4

Release notes

Sourced from sass's releases.

Dart Sass 1.79.4

To install Sass 1.79.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

JS API

  • Fix a bug where passing green or blue to color.change() for legacy colors would fail.

See the full changelog for changes in earlier releases.

Dart Sass 1.79.3

To install Sass 1.79.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Update the $channel parameter in the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness() to use a quoted string.

See the full changelog for changes in earlier releases.

Dart Sass 1.79.2

To install Sass 1.79.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Add a $space parameter to the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness().

  • Update deprecation warnings for the legacy JS API to include a link to relevant documentation.

See the full changelog for changes in earlier releases.

Dart Sass 1.79.1

To install Sass 1.79.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

... (truncated)

Changelog

Sourced from sass's changelog.

1.79.4

JS API

  • Fix a bug where passing green or blue to color.change() for legacy colors would fail.

1.79.3

  • Update the $channel parameter in the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness() to use a quoted string.

1.79.2

  • Add a $space parameter to the suggested replacement for color.red(), color.green(), color.blue(), color.hue(), color.saturation(), color.lightness(), color.whiteness(), and color.blackness().

  • Update deprecation warnings for the legacy JS API to include a link to relevant documentation.

1.79.1

  • No user-visible changes.

1.79.0

  • Breaking change: Passing a number with unit % to the $alpha parameter of color.change(), color.adjust(), change-color(), and adjust-color() is now interpreted as a percentage, instead of ignoring the unit. For example, color.change(red, $alpha: 50%) now returns rgb(255 0 0 / 0.5).

  • Potentially breaking compatibility fix: Sass no longer rounds RGB channels to the nearest integer. This means that, for example, rgb(0 0 1) != rgb(0 0 0.6). This matches the latest version of the CSS spec and browser behavior.

  • Potentially breaking compatibility fix: Passing large positive or negative values to color.adjust() can now cause a color's channels to go outside that color's gamut. In most cases this will currently be clipped by the browser and end up showing the same color as before, but once browsers implement gamut mapping it may produce a different result.

  • Add support for CSS Color Level 4 [color spaces]. Each color value now tracks its color space along with the values of each channel in that color space. There are two general principles to keep in mind when dealing with new color spaces:

... (truncated)

Commits
  • f84e867 Fix JS API legacy SassColor.change (#2368)
  • 72612c4 Bump bufbuild/buf-setup-action in /.github/util/initialize (#2363)
  • b85ef9c Quote $channel in channel function replacement suggestions (#2361)
  • fa4827f Add documentation link to legacy-js-api warning (#2355)
  • 7c3f5e2 Add a $space parameter to the channel function deprecation (#2354)
  • 5fa04d3 Fix sass-parser publishing (#2349)
  • d740d02 Emit deprecation warnings for the legacy JS API (#2343)
  • a957eea Bump chokidar to v4 (#2347)
  • aa35aa2 Bump bufbuild/buf-setup-action in /.github/util/initialize (#2346)
  • f826ed2 Stop emitting mixed-decls in a bunch of unnecessary cases (#2342)
  • Additional commits viewable in compare view

Updates sass-loader from 16.0.1 to 16.0.2

Release notes

Sourced from sass-loader's releases.

v16.0.2

16.0.2 (2024-09-20)

Bug Fixes

Changelog

Sourced from sass-loader's changelog.

16.0.2 (2024-09-20)

Bug Fixes

Commits

Updates webpack from 5.94.0 to 5.95.0

Release notes

Sourced from webpack's releases.

v5.95.0

Bug Fixes

  • Fixed hanging when attempting to read a symlink-like file that it can't read
  • Handle default for import context element dependency
  • Merge duplicate chunks call after split chunks
  • Generate correctly code for dynamically importing the same file twice and destructuring
  • Use content hash as [base] and [name] for extracted DataURI's
  • Distinguish module and import in module-import for externals import's
  • [Types] Make EnvironmentPlugin default values types less strict
  • [Types] Typescript 5.6 compatibility

New Features

  • Add new optimization.avoidEntryIife option (true by default for the production mode)
  • Pass output.hash* options to loader context

Performance

  • Avoid unneeded re-visit in build chunk graph
Commits
  • e20fd63 chore(release): 5.95.0
  • 4866b0d feat: added new optimization.entryIife option
  • d90f692 fix: merge duplicate chunks after split chunks
  • 90dec30 fix(externals): distinguish “module” and “import” in “module-import”
  • c1a0a46 fix(externals): distinguish “module” and “import” in “module-import”
  • 14d8fa8 fix: all tests cases
  • dae16ad feat: pass output.hash* options to loader context
  • 75d185d feat: pass output.hash* options to loader context
  • 46e0b9c test: update
  • 8e62f9f test
  • 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

Bumps the frontend group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@sentry/browser](https://github.com/getsentry/sentry-javascript) | `8.30.0` | `8.32.0` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001660` | `1.0.30001664` |
| [sass](https://github.com/sass/dart-sass) | `1.78.0` | `1.79.4` |
| [sass-loader](https://github.com/webpack-contrib/sass-loader) | `16.0.1` | `16.0.2` |
| [webpack](https://github.com/webpack/webpack) | `5.94.0` | `5.95.0` |


Updates `@sentry/browser` from 8.30.0 to 8.32.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.30.0...8.32.0)

Updates `caniuse-lite` from 1.0.30001660 to 1.0.30001664
- [Commits](browserslist/caniuse-lite@1.0.30001660...1.0.30001664)

Updates `sass` from 1.78.0 to 1.79.4
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.78.0...1.79.4)

Updates `sass-loader` from 16.0.1 to 16.0.2
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v16.0.1...v16.0.2)

Updates `webpack` from 5.94.0 to 5.95.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.95.0)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: caniuse-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: sass-loader
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: webpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Frontend HTML, CSS, JS... client side stuff labels Oct 1, 2024
@alexgibson alexgibson merged commit dee5f9f into main Oct 1, 2024
3 checks passed
@alexgibson alexgibson deleted the dependabot/npm_and_yarn/frontend-a50c78d1ff branch October 1, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Frontend HTML, CSS, JS... client side stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant