Skip to content

website: bump the build group in /website with 9 updates #14204

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

Merged
merged 1 commit into from
Apr 24, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2025

Bumps the build group in /website with 9 updates:

Package From To
@rspack/binding-darwin-arm64 1.3.5 1.3.6
@rspack/binding-linux-arm64-gnu 1.3.5 1.3.6
@rspack/binding-linux-x64-gnu 1.3.5 1.3.6
@swc/core-darwin-arm64 1.11.21 1.11.22
@swc/core-linux-arm64-gnu 1.11.21 1.11.22
@swc/core-linux-x64-gnu 1.11.21 1.11.22
@swc/html-darwin-arm64 1.11.21 1.11.22
@swc/html-linux-arm64-gnu 1.11.21 1.11.22
@swc/html-linux-x64-gnu 1.11.21 1.11.22

Updates @rspack/binding-darwin-arm64 from 1.3.5 to 1.3.6

Release notes

Sourced from @​rspack/binding-darwin-arm64's releases.

v1.3.6

What's Changed

Performance Improvements ⚡

Exciting New Features 🎉

Bug Fixes 🐞

... (truncated)

Commits
  • 66826b9 chore: bump package versions to 1.3.6
  • 41c0835 chore(deps): bump Rslib 0.6.7 (#10134)
  • 1fff015 perf: define Rspack version to reduce require calls (#10121)
  • 95dab1f chore(deps): update npm dependencies (#10131)
  • 4a2649c chore(deps): update dependency @​module-federation/runtime-tools to v0.13.0 (#...
  • 278cf26 chore(deps): bump Rslib 0.6.6 (#10129)
  • 3a15c54 fix(core): fix async event tracing showing in perfetto (#10119)
  • bc2928d perf(core): remove json-parse-even-better-errors dependency (#10122)
  • 8948739 docs: update banner image (#10114)
  • 598c4a4 fix: compilation chunks for each is undefined (#10112)
  • Additional commits viewable in compare view

Updates @rspack/binding-linux-arm64-gnu from 1.3.5 to 1.3.6

Release notes

Sourced from @​rspack/binding-linux-arm64-gnu's releases.

v1.3.6

What's Changed

Performance Improvements ⚡

Exciting New Features 🎉

Bug Fixes 🐞

... (truncated)

Commits
  • 66826b9 chore: bump package versions to 1.3.6
  • 41c0835 chore(deps): bump Rslib 0.6.7 (#10134)
  • 1fff015 perf: define Rspack version to reduce require calls (#10121)
  • 95dab1f chore(deps): update npm dependencies (#10131)
  • 4a2649c chore(deps): update dependency @​module-federation/runtime-tools to v0.13.0 (#...
  • 278cf26 chore(deps): bump Rslib 0.6.6 (#10129)
  • 3a15c54 fix(core): fix async event tracing showing in perfetto (#10119)
  • bc2928d perf(core): remove json-parse-even-better-errors dependency (#10122)
  • 8948739 docs: update banner image (#10114)
  • 598c4a4 fix: compilation chunks for each is undefined (#10112)
  • Additional commits viewable in compare view

Updates @rspack/binding-linux-x64-gnu from 1.3.5 to 1.3.6

Release notes

Sourced from @​rspack/binding-linux-x64-gnu's releases.

v1.3.6

What's Changed

Performance Improvements ⚡

Exciting New Features 🎉

Bug Fixes 🐞

... (truncated)

Commits
  • 66826b9 chore: bump package versions to 1.3.6
  • 41c0835 chore(deps): bump Rslib 0.6.7 (#10134)
  • 1fff015 perf: define Rspack version to reduce require calls (#10121)
  • 95dab1f chore(deps): update npm dependencies (#10131)
  • 4a2649c chore(deps): update dependency @​module-federation/runtime-tools to v0.13.0 (#...
  • 278cf26 chore(deps): bump Rslib 0.6.6 (#10129)
  • 3a15c54 fix(core): fix async event tracing showing in perfetto (#10119)
  • bc2928d perf(core): remove json-parse-even-better-errors dependency (#10122)
  • 8948739 docs: update banner image (#10114)
  • 598c4a4 fix: compilation chunks for each is undefined (#10112)
  • Additional commits viewable in compare view

Updates @swc/core-darwin-arm64 from 1.11.21 to 1.11.22

Changelog

Sourced from @​swc/core-darwin-arm64's changelog.

[1.11.22] - 2025-04-23

Bug Fixes

  • (es/parser) Parse export default from; with exportDefaultFrom: true option (#10373) (a270cb0)

  • (es/proposal) Fix exported class for explicit-resource-management (#10393) (6b5dbc6)

  • (swc_core) Fix downstream doc builds (#10401) (df511ba)

  • Upgrade browserslist-rs version (#10389) (f802892)

Features

  • (bindings/core) Enhance existing parse function to accept both string and buffer types(#10371) (c9a2afc)

  • (css/prefixer) Fix default implementation (#10351) (34f4e41)

Miscellaneous Tasks

Performance

  • (common) Use next instead of nth (#10403) (12c2807)

  • (es/minifier) Use bigflags to reduce context size of analyzer (#10380) (773d19c)

  • (es/minifier) Use bitflags to reduce context size of InfectionCollector (#10387) (126d432)

... (truncated)

Commits
  • 03e4f0d chore: Publish 1.11.22 with swc_core v22.5.2
  • cc2830e chore: Update changelog
  • ef645f8 chore: Publish 1.11.22-nightly-20250423.1 with swc_core v22.5.2
  • 26d4824 chore: Publish crates with swc_core v22.5.2
  • a0e89f0 chore(bindings/node): Add README.md (#10402)
  • 12c2807 perf(common): Use next instead of nth (#10403)
  • 6008ba2 chore: Publish crates with swc_core v22.5.1
  • df511ba fix(swc_core): Fix downstream doc builds (#10401)
  • 3935b60 chore(es/utils): Mark Symbol members as literal (#10400)
  • 6b5dbc6 fix(es/proposal): Fix exported class for explicit-resource-management (#10393)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-gnu from 1.11.21 to 1.11.22

Changelog

Sourced from @​swc/core-linux-arm64-gnu's changelog.

[1.11.22] - 2025-04-23

Bug Fixes

  • (es/parser) Parse export default from; with exportDefaultFrom: true option (#10373) (a270cb0)

  • (es/proposal) Fix exported class for explicit-resource-management (#10393) (6b5dbc6)

  • (swc_core) Fix downstream doc builds (#10401) (df511ba)

  • Upgrade browserslist-rs version (#10389) (f802892)

Features

  • (bindings/core) Enhance existing parse function to accept both string and buffer types(#10371) (c9a2afc)

  • (css/prefixer) Fix default implementation (#10351) (34f4e41)

Miscellaneous Tasks

Performance

  • (common) Use next instead of nth (#10403) (12c2807)

  • (es/minifier) Use bigflags to reduce context size of analyzer (#10380) (773d19c)

  • (es/minifier) Use bitflags to reduce context size of InfectionCollector (#10387) (126d432)

... (truncated)

Commits
  • 03e4f0d chore: Publish 1.11.22 with swc_core v22.5.2
  • cc2830e chore: Update changelog
  • ef645f8 chore: Publish 1.11.22-nightly-20250423.1 with swc_core v22.5.2
  • 26d4824 chore: Publish crates with swc_core v22.5.2
  • a0e89f0 chore(bindings/node): Add README.md (#10402)
  • 12c2807 perf(common): Use next instead of nth (#10403)
  • 6008ba2 chore: Publish crates with swc_core v22.5.1
  • df511ba fix(swc_core): Fix downstream doc builds (#10401)
  • 3935b60 chore(es/utils): Mark Symbol members as literal (#10400)
  • 6b5dbc6 fix(es/proposal): Fix exported class for explicit-resource-management (#10393)
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-gnu from 1.11.21 to 1.11.22

Changelog

Sourced from @​swc/core-linux-x64-gnu's changelog.

[1.11.22] - 2025-04-23

Bug Fixes

  • (es/parser) Parse export default from; with exportDefaultFrom: true option (#10373) (a270cb0)

  • (es/proposal) Fix exported class for explicit-resource-management (#10393) (6b5dbc6)

  • (swc_core) Fix downstream doc builds (#10401) (df511ba)

  • Upgrade browserslist-rs version (#10389) (f802892)

Features

  • (bindings/core) Enhance existing parse function to accept both string and buffer types(#10371) (c9a2afc)

  • (css/prefixer) Fix default implementation (#10351) (34f4e41)

Miscellaneous Tasks

Performance

  • (common) Use next instead of nth (#10403) (12c2807)

  • (es/minifier) Use bigflags to reduce context size of analyzer (#10380) (773d19c)

  • (es/minifier) Use bitflags to reduce context size of InfectionCollector (#10387) (126d432)

... (truncated)

Commits
  • 03e4f0d chore: Publish 1.11.22 with swc_core v22.5.2
  • cc2830e chore: Update changelog
  • ef645f8 chore: Publish 1.11.22-nightly-20250423.1 with swc_core v22.5.2
  • 26d4824 chore: Publish crates with swc_core v22.5.2
  • a0e89f0 chore(bindings/node): Add README.md (#10402)
  • 12c2807 perf(common): Use next instead of nth (#10403)
  • 6008ba2 chore: Publish crates with swc_core v22.5.1
  • df511ba fix(swc_core): Fix downstream doc builds (#10401)
  • 3935b60 chore(es/utils): Mark Symbol members as literal (#10400)
  • 6b5dbc6 fix(es/proposal): Fix exported class for explicit-resource-management (#10393)
  • Additional commits viewable in compare view

Updates @swc/html-darwin-arm64 from 1.11.21 to 1.11.22

Changelog

Sourced from @​swc/html-darwin-arm64's changelog.

[1.11.22] - 2025-04-23

Bug Fixes

  • (es/parser) Parse export default from; with exportDefaultFrom: true option (#10373) (a270cb0)

  • (es/proposal) Fix exported class for explicit-resource-management (#10393) (6b5dbc6)

  • (swc_core) Fix downstream doc builds (#10401) (df511ba)

  • Upgrade browserslist-rs version (#10389) (f802892)

Features

  • (bindings/core) Enhance existing parse function to accept both string and buffer types(#10371) (c9a2afc)

  • (css/prefixer) Fix default implementation (#10351) (34f4e41)

Miscellaneous Tasks

Performance

  • (common) Use next instead of nth (#10403) (12c2807)

  • (es/minifier) Use bigflags to reduce context size of analyzer (#10380) (773d19c)

  • (es/minifier) Use bitflags to reduce context size of InfectionCollector (#10387) (126d432)

... (truncated)

Commits
  • 03e4f0d chore: Publish 1.11.22 with swc_core v22.5.2
  • cc2830e chore: Update changelog
  • ef645f8 chore: Publish 1.11.22-nightly-20250423.1 with swc_core v22.5.2
  • 26d4824 chore: Publish crates with swc_core v22.5.2
  • a0e89f0 chore(bindings/node): Add Description has been truncated

Bumps the build group in /website with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@rspack/binding-darwin-arm64](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) | `1.3.5` | `1.3.6` |
| [@rspack/binding-linux-arm64-gnu](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) | `1.3.5` | `1.3.6` |
| [@rspack/binding-linux-x64-gnu](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) | `1.3.5` | `1.3.6` |
| [@swc/core-darwin-arm64](https://github.com/swc-project/swc) | `1.11.21` | `1.11.22` |
| [@swc/core-linux-arm64-gnu](https://github.com/swc-project/swc) | `1.11.21` | `1.11.22` |
| [@swc/core-linux-x64-gnu](https://github.com/swc-project/swc) | `1.11.21` | `1.11.22` |
| [@swc/html-darwin-arm64](https://github.com/swc-project/swc) | `1.11.21` | `1.11.22` |
| [@swc/html-linux-arm64-gnu](https://github.com/swc-project/swc) | `1.11.21` | `1.11.22` |
| [@swc/html-linux-x64-gnu](https://github.com/swc-project/swc) | `1.11.21` | `1.11.22` |


Updates `@rspack/binding-darwin-arm64` from 1.3.5 to 1.3.6
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v1.3.6/packages/rspack)

Updates `@rspack/binding-linux-arm64-gnu` from 1.3.5 to 1.3.6
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v1.3.6/packages/rspack)

Updates `@rspack/binding-linux-x64-gnu` from 1.3.5 to 1.3.6
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v1.3.6/packages/rspack)

Updates `@swc/core-darwin-arm64` from 1.11.21 to 1.11.22
- [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.11.21...v1.11.22)

Updates `@swc/core-linux-arm64-gnu` from 1.11.21 to 1.11.22
- [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.11.21...v1.11.22)

Updates `@swc/core-linux-x64-gnu` from 1.11.21 to 1.11.22
- [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.11.21...v1.11.22)

Updates `@swc/html-darwin-arm64` from 1.11.21 to 1.11.22
- [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.11.21...v1.11.22)

Updates `@swc/html-linux-arm64-gnu` from 1.11.21 to 1.11.22
- [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.11.21...v1.11.22)

Updates `@swc/html-linux-x64-gnu` from 1.11.21 to 1.11.22
- [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.11.21...v1.11.22)

---
updated-dependencies:
- dependency-name: "@rspack/binding-darwin-arm64"
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@rspack/binding-linux-arm64-gnu"
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@rspack/binding-linux-x64-gnu"
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@swc/core-darwin-arm64"
  dependency-version: 1.11.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@swc/core-linux-arm64-gnu"
  dependency-version: 1.11.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@swc/core-linux-x64-gnu"
  dependency-version: 1.11.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@swc/html-darwin-arm64"
  dependency-version: 1.11.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@swc/html-linux-arm64-gnu"
  dependency-version: 1.11.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@swc/html-linux-x64-gnu"
  dependency-version: 1.11.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 24, 2025 04:21
Copy link

netlify bot commented Apr 24, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit a650911
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6809bc36ba85980008d93663
😎 Deploy Preview https://deploy-preview-14204--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Apr 24, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit a650911
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6809bc36f713160008e5d42f
😎 Deploy Preview https://deploy-preview-14204--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@BeryJu BeryJu merged commit e9822cd into main Apr 24, 2025
88 checks passed
@BeryJu BeryJu deleted the dependabot/npm_and_yarn/website/build-4e54d9b10a branch April 24, 2025 11:52
kensternberg-authentik added a commit that referenced this pull request Apr 25, 2025
* main:
  web: Safari fixes merge branch (#14181)
  website: bump the build group in /website with 9 updates (#14204)
  website: bump typescript from 5.8.2 to 5.8.3 in /website (#13786)
  lifecycle/migrate: fix migration failing if killed during first startup (#14207)
  core, web: update translations (#14203)
  lifecycle/aws: bump aws-cdk from 2.1010.0 to 2.1012.0 in /lifecycle/aws (#14205)
  website/integrations: improves netbird documentation (#14191)
  website/docs: updated user count info (#14186)
  website/docs: rearranged brands docs (#14116)
  website: integrations: apache guacamole: remove redirect URI comments (#14113)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant