Skip to content

website: bump the build group across 1 directory with 9 updates#17849

Merged
BeryJu merged 1 commit intomainfrom
dependabot/npm_and_yarn/website/build-a8e8b059e5
Oct 31, 2025
Merged

website: bump the build group across 1 directory with 9 updates#17849
BeryJu merged 1 commit intomainfrom
dependabot/npm_and_yarn/website/build-a8e8b059e5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2025

Bumps the build group with 9 updates in the /website directory:

Package From To
@rspack/binding-darwin-arm64 1.5.8 1.6.0
@rspack/binding-linux-arm64-gnu 1.5.8 1.6.0
@rspack/binding-linux-x64-gnu 1.5.8 1.6.0
@swc/core-darwin-arm64 1.13.21 1.14.0
@swc/core-linux-arm64-gnu 1.13.21 1.14.0
@swc/core-linux-x64-gnu 1.13.21 1.14.0
@swc/html-darwin-arm64 1.13.21 1.14.0
@swc/html-linux-arm64-gnu 1.13.21 1.14.0
@swc/html-linux-x64-gnu 1.13.21 1.14.0

Updates @rspack/binding-darwin-arm64 from 1.5.8 to 1.6.0

Release notes

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

v1.6.0

🎉 See Announcing Rspack 1.6 for more details.

What's Changed

Performance Improvements ⚡

New Features 🎉

Bug Fixes 🐞

... (truncated)

Commits
  • 72453ec chore: update package.json
  • 046bae4 fix(wasm): add another SharedArrayBuffer instance check (#12037)
  • e386322 feat: EsmLibraryPlugin can override invalid user config (#12028)
  • 7e350c5 chore(deps): update patch npm dependencies (#12027)
  • 505c743 chore: rm unsued cached source (#11754)
  • abef4de fix: type definitions for devtool module filename templates (#12013)
  • 5385264 feat(browser): support CORS worker and custom wasm url (#11996)
  • 4ad8b49 fix: inline value for multiple runtime (#11983)
  • b23de39 chore: enable Rslint rule: @​typescript-eslint/no-redundant-type-constituents ...
  • 7ffd353 chore(build): add missing type declaration for rslib config (#11982)
  • Additional commits viewable in compare view

Updates @rspack/binding-linux-arm64-gnu from 1.5.8 to 1.6.0

Release notes

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

v1.6.0

🎉 See Announcing Rspack 1.6 for more details.

What's Changed

Performance Improvements ⚡

New Features 🎉

Bug Fixes 🐞

... (truncated)

Commits
  • 72453ec chore: update package.json
  • 046bae4 fix(wasm): add another SharedArrayBuffer instance check (#12037)
  • e386322 feat: EsmLibraryPlugin can override invalid user config (#12028)
  • 7e350c5 chore(deps): update patch npm dependencies (#12027)
  • 505c743 chore: rm unsued cached source (#11754)
  • abef4de fix: type definitions for devtool module filename templates (#12013)
  • 5385264 feat(browser): support CORS worker and custom wasm url (#11996)
  • 4ad8b49 fix: inline value for multiple runtime (#11983)
  • b23de39 chore: enable Rslint rule: @​typescript-eslint/no-redundant-type-constituents ...
  • 7ffd353 chore(build): add missing type declaration for rslib config (#11982)
  • Additional commits viewable in compare view

Updates @rspack/binding-linux-x64-gnu from 1.5.8 to 1.6.0

Release notes

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

v1.6.0

🎉 See Announcing Rspack 1.6 for more details.

What's Changed

Performance Improvements ⚡

New Features 🎉

Bug Fixes 🐞

... (truncated)

Commits
  • 72453ec chore: update package.json
  • 046bae4 fix(wasm): add another SharedArrayBuffer instance check (#12037)
  • e386322 feat: EsmLibraryPlugin can override invalid user config (#12028)
  • 7e350c5 chore(deps): update patch npm dependencies (#12027)
  • 505c743 chore: rm unsued cached source (#11754)
  • abef4de fix: type definitions for devtool module filename templates (#12013)
  • 5385264 feat(browser): support CORS worker and custom wasm url (#11996)
  • 4ad8b49 fix: inline value for multiple runtime (#11983)
  • b23de39 chore: enable Rslint rule: @​typescript-eslint/no-redundant-type-constituents ...
  • 7ffd353 chore(build): add missing type declaration for rslib config (#11982)
  • Additional commits viewable in compare view

Updates @swc/core-darwin-arm64 from 1.13.21 to 1.14.0

Changelog

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

[1.14.0] - 2025-10-29

Bug Fixes

Features

  • (es/compiler) Merge nullish_coalescing into Compiler (#11157) (dd6f71b)

Miscellaneous Tasks

  • (binding_macros) Add default-features = false (#11193) (85d855f)

Performance

  • (es/parser) Remove had_line_break_before_last (#11200) (7b5bcd7)

Refactor

Commits
  • 41296e2 chore: Publish 1.14.0 with swc_core v46.0.2
  • a3366df chore: Update changelog
  • 61f18f2 chore: Publish 1.14.0-nightly-20251029.2 with swc_core v46.0.2
  • 1bc690c chore: Update changelog
  • ff8940a chore: Publish 1.14.0-nightly-20251029.1 with swc_core v46.0.2
  • 10e7cf0 chore: Publish crates with swc_core v46.0.2
  • 7b5bcd7 perf(es/parser): Remove had_line_break_before_last (#11200)
  • acca984 chore(ci): Disable binary size action for push
  • 36aab01 chore: Publish crates with swc_core v46.0.1
  • 3485179 fix(atoms): Fix broken quote macro (#11195)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-gnu from 1.13.21 to 1.14.0

Changelog

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

[1.14.0] - 2025-10-29

Bug Fixes

Features

  • (es/compiler) Merge nullish_coalescing into Compiler (#11157) (dd6f71b)

Miscellaneous Tasks

  • (binding_macros) Add default-features = false (#11193) (85d855f)

Performance

  • (es/parser) Remove had_line_break_before_last (#11200) (7b5bcd7)

Refactor

Commits
  • 41296e2 chore: Publish 1.14.0 with swc_core v46.0.2
  • a3366df chore: Update changelog
  • 61f18f2 chore: Publish 1.14.0-nightly-20251029.2 with swc_core v46.0.2
  • 1bc690c chore: Update changelog
  • ff8940a chore: Publish 1.14.0-nightly-20251029.1 with swc_core v46.0.2
  • 10e7cf0 chore: Publish crates with swc_core v46.0.2
  • 7b5bcd7 perf(es/parser): Remove had_line_break_before_last (#11200)
  • acca984 chore(ci): Disable binary size action for push
  • 36aab01 chore: Publish crates with swc_core v46.0.1
  • 3485179 fix(atoms): Fix broken quote macro (#11195)
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-gnu from 1.13.21 to 1.14.0

Changelog

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

[1.14.0] - 2025-10-29

Bug Fixes

Features

  • (es/compiler) Merge nullish_coalescing into Compiler (#11157) (dd6f71b)

Miscellaneous Tasks

  • (binding_macros) Add default-features = false (#11193) (85d855f)

Performance

  • (es/parser) Remove had_line_break_before_last (#11200) (7b5bcd7)

Refactor

Commits
  • 41296e2 chore: Publish 1.14.0 with swc_core v46.0.2
  • a3366df chore: Update changelog
  • 61f18f2 chore: Publish 1.14.0-nightly-20251029.2 with swc_core v46.0.2
  • 1bc690c chore: Update changelog
  • ff8940a chore: Publish 1.14.0-nightly-20251029.1 with swc_core v46.0.2
  • 10e7cf0 chore: Publish crates with swc_core v46.0.2
  • 7b5bcd7 perf(es/parser): Remove had_line_break_before_last (#11200)
  • acca984 chore(ci): Disable binary size action for push
  • 36aab01 chore: Publish crates with swc_core v46.0.1
  • 3485179 fix(atoms): Fix broken quote macro (#11195)
  • Additional commits viewable in compare view

Updates @swc/html-darwin-arm64 from 1.13.21 to 1.14.0

Changelog

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

[1.14.0] - 2025-10-29

Bug Fixes

Features

  • (es/compiler) Merge nullish_coalescing into Compiler (#11157) (dd6f71b)

Miscellaneous Tasks

  • (binding_macros) Add default-features = false (#11193) (85d855f)

Performance

  • (es/parser) Remove had_line_break_before_last (#11200) (7b5bcd7)

Refactor

Commits
  • 41296e2 chore: Publish 1.14.0 with swc_core v46.0.2
  • a3366df chore: Update changelog
  • 61f18f2 chore: Publish 1.14.0-nightly-20251029.2 with swc_core v46.0.2
  • 1bc690c chore: Update changelog
  • ff8940a chore: Publish 1.14.0-nightly-20251029.1 with swc_core v46.0.2
  • 10e7cf0 chore: Publish crates with swc_core v46.0.2
  • 7b5bcd7 perf(es/parser): Remove had_line_break_before_last (#11200)
  • acca984 chore(ci): Disable binary size action for push
  • 36aab01 chore: Publish crates with swc_core v46.0.1
  • 3485179 fix(atoms): Fix broken quote macro (#11195)
  • Additional commits viewable in compare view

Updates @swc/html-linux-arm64-gnu from 1.13.21 to 1.14.0

Changelog

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

[1.14.0] - 2025-10-29

Bug Fixes

Features

  • (es/compiler) Merge nullish_coalescing into Compiler (#11157) (dd6f71b)

Miscellaneous Tasks

  • (binding_macros) Add default-features = false (#11193) (85d855f)

Performance

  • (es/parser) Remove had_line_break_before_last (#11200) (7b5bcd7)

Refactor

Bumps the build group with 9 updates in the /website directory:

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



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

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

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

Updates `@swc/core-darwin-arm64` from 1.13.21 to 1.14.0
- [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.13.21...v1.14.0)

Updates `@swc/core-linux-arm64-gnu` from 1.13.21 to 1.14.0
- [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.13.21...v1.14.0)

Updates `@swc/core-linux-x64-gnu` from 1.13.21 to 1.14.0
- [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.13.21...v1.14.0)

Updates `@swc/html-darwin-arm64` from 1.13.21 to 1.14.0
- [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.13.21...v1.14.0)

Updates `@swc/html-linux-arm64-gnu` from 1.13.21 to 1.14.0
- [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.13.21...v1.14.0)

Updates `@swc/html-linux-x64-gnu` from 1.13.21 to 1.14.0
- [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.13.21...v1.14.0)

---
updated-dependencies:
- dependency-name: "@rspack/binding-darwin-arm64"
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: "@rspack/binding-linux-arm64-gnu"
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: "@rspack/binding-linux-x64-gnu"
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: "@swc/core-darwin-arm64"
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: "@swc/core-linux-arm64-gnu"
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: "@swc/core-linux-x64-gnu"
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: "@swc/html-darwin-arm64"
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: "@swc/html-linux-arm64-gnu"
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: "@swc/html-linux-x64-gnu"
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Oct 31, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 31, 2025 04:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2025
@netlify
Copy link

netlify bot commented Oct 31, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 83f9812
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6904355ea88ae00008a95431

@netlify
Copy link

netlify bot commented Oct 31, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 83f9812
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6904355ee7a82a00087b0f25
😎 Deploy Preview https://deploy-preview-17849--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 project configuration.

@netlify
Copy link

netlify bot commented Oct 31, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 83f9812
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6904355ee89e330008230424
😎 Deploy Preview https://deploy-preview-17849--authentik-integrations.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 project configuration.

@codecov
Copy link

codecov bot commented Oct 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.89%. Comparing base (d57103f) to head (83f9812).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17849      +/-   ##
==========================================
- Coverage   92.93%   92.89%   -0.05%     
==========================================
  Files         869      869              
  Lines       47960    47960              
==========================================
- Hits        44574    44551      -23     
- Misses       3386     3409      +23     
Flag Coverage Δ
e2e 45.20% <ø> (ø)
integration 23.13% <ø> (-0.06%) ⬇️
unit 91.08% <ø> (+<0.01%) ⬆️
unit-migrate 91.13% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BeryJu BeryJu merged commit 82ecd41 into main Oct 31, 2025
99 checks passed
@BeryJu BeryJu deleted the dependabot/npm_and_yarn/website/build-a8e8b059e5 branch October 31, 2025 15:43
@github-project-automation github-project-automation bot moved this from Todo to Done in authentik Core Oct 31, 2025
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main: (32 commits)
  website/docs: 2025.10.1 release notes (#17918)
  providers/oauth2: fix kid always required for federation (#17914)
  providers/radius: revert fix inverted message authenticator validation (#17855) (#17915)
  website: bump @types/node from 24.9.1 to 24.9.2 in /website (#17786)
  web: bump @rollup/plugin-commonjs from 28.0.8 to 28.0.9 in /web in the rollup group across 1 directory (#17788)
  web: bump validator from 13.15.15 to 13.15.20 in /packages/docusaurus-config (#17866)
  internal: add default go http server timeouts (#17858)
  providers/radius: fix inverted message authenticator validation (#17855)
  stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#17871)
  web: fix package-lock.json (#17809)
  website/integrations: oracle cloud: cleanup (#17808)
  website/integrations: Add Keycloak integration (#17813)
  website: bump the build group across 1 directory with 9 updates (#17849)
  lifecycle/aws: bump aws-cdk from 2.1031.0 to 2.1031.1 in /lifecycle/aws (#17850)
  core: bump astral-sh/uv from 0.9.6 to 0.9.7 (#17851)
  internal: full openssl path (#17856)
  outpost: revert breaking signals change (#17847)
  web/a11y: Isolated Outpost Error Page (#17683)
  provider/saml: make signing kp singleton (#17703)
  tasks: sanitize log attributes (#17833)
  ...
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

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant