Skip to content

website: Bump the build group in /website with 6 updates#13501

Merged
BeryJu merged 1 commit intomainfrom
dependabot/npm_and_yarn/website/build-64414403df
Mar 13, 2025
Merged

website: Bump the build group in /website with 6 updates#13501
BeryJu merged 1 commit intomainfrom
dependabot/npm_and_yarn/website/build-64414403df

Conversation

@dependabot
Copy link
Contributor

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

Bumps the build group in /website with 6 updates:

Package From To
@swc/core-darwin-arm64 1.11.8 1.11.9
@swc/core-linux-arm64-gnu 1.11.8 1.11.9
@swc/core-linux-x64-gnu 1.11.8 1.11.9
@swc/html-darwin-arm64 1.11.8 1.11.9
@swc/html-linux-arm64-gnu 1.11.8 1.11.9
@swc/html-linux-x64-gnu 1.11.8 1.11.9

Updates @swc/core-darwin-arm64 from 1.11.8 to 1.11.9

Changelog

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

[1.11.9] - 2025-03-12

Bug Fixes

  • (es/compat) Hoist arguments in object method while lowering async functions (#10167) (e764df2)

  • (es/minifier) Check array inline for indexed with dynamic key (#10184) (c2fe4bf)

Features

  • (es/module) Support more import.meta properties (#10179) (11727a6)

  • (ts/fast-strip) Throw js object instead of map (#10186) (2da0142)

Performance

  • (es/fast-lexer) Optimize read_identifier (#10170) (d97f7b2)

  • (es/fast-lexer) Use memchr for skip_line_comments (#10173) (35194e3)

  • (es/fast-lexer) Use SIMD properly for string literals (#10172) (be60338)

  • (es/fast-lexer) Add length-based fast path for keywords (#10176) (1f70af8)

  • (es/fast-lexer) Optimize memory layout of cursor (#10175) (aa20494)

  • (es/fast-lexer) Remove bound checks (#10174) (bccdafc)

  • (es/fast-lexer) Replace PHF with static keyword lookup table (#10181) (56d065e)

  • (es/fast-lexer) Optimize SIMD vector initialization with initialing u8x16 once. (#10183) (435197c)

Commits
  • a993ca5 chore: Publish 1.11.9 with swc_core v16.5.0
  • 4ad01a7 chore: Update changelog
  • 465f6ca chore: Publish 1.11.9-nightly-20250312.1 with swc_core v16.5.0
  • 2da0142 feat(ts/fast-strip): Throw js object instead of map (#10186)
  • cd777bf chore: Publish crates with swc_core v16.5.0
  • 435197c perf(es/fast-lexer): Optimize SIMD vector initialization with initialing `u8x...
  • c2fe4bf fix(es/minifier): Check array inline for indexed with dynamic key (#10184)
  • 56d065e perf(es/fast-lexer): replace PHF with static keyword lookup table (#10181)
  • 11727a6 feat(es/module): Support more import.meta properties (#10179)
  • bccdafc perf(es/fast-lexer): Remove bound checks (#10174)
  • Additional commits viewable in compare view

Updates @swc/core-linux-arm64-gnu from 1.11.8 to 1.11.9

Changelog

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

[1.11.9] - 2025-03-12

Bug Fixes

  • (es/compat) Hoist arguments in object method while lowering async functions (#10167) (e764df2)

  • (es/minifier) Check array inline for indexed with dynamic key (#10184) (c2fe4bf)

Features

  • (es/module) Support more import.meta properties (#10179) (11727a6)

  • (ts/fast-strip) Throw js object instead of map (#10186) (2da0142)

Performance

  • (es/fast-lexer) Optimize read_identifier (#10170) (d97f7b2)

  • (es/fast-lexer) Use memchr for skip_line_comments (#10173) (35194e3)

  • (es/fast-lexer) Use SIMD properly for string literals (#10172) (be60338)

  • (es/fast-lexer) Add length-based fast path for keywords (#10176) (1f70af8)

  • (es/fast-lexer) Optimize memory layout of cursor (#10175) (aa20494)

  • (es/fast-lexer) Remove bound checks (#10174) (bccdafc)

  • (es/fast-lexer) Replace PHF with static keyword lookup table (#10181) (56d065e)

  • (es/fast-lexer) Optimize SIMD vector initialization with initialing u8x16 once. (#10183) (435197c)

Commits
  • a993ca5 chore: Publish 1.11.9 with swc_core v16.5.0
  • 4ad01a7 chore: Update changelog
  • 465f6ca chore: Publish 1.11.9-nightly-20250312.1 with swc_core v16.5.0
  • 2da0142 feat(ts/fast-strip): Throw js object instead of map (#10186)
  • cd777bf chore: Publish crates with swc_core v16.5.0
  • 435197c perf(es/fast-lexer): Optimize SIMD vector initialization with initialing `u8x...
  • c2fe4bf fix(es/minifier): Check array inline for indexed with dynamic key (#10184)
  • 56d065e perf(es/fast-lexer): replace PHF with static keyword lookup table (#10181)
  • 11727a6 feat(es/module): Support more import.meta properties (#10179)
  • bccdafc perf(es/fast-lexer): Remove bound checks (#10174)
  • Additional commits viewable in compare view

Updates @swc/core-linux-x64-gnu from 1.11.8 to 1.11.9

Changelog

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

[1.11.9] - 2025-03-12

Bug Fixes

  • (es/compat) Hoist arguments in object method while lowering async functions (#10167) (e764df2)

  • (es/minifier) Check array inline for indexed with dynamic key (#10184) (c2fe4bf)

Features

  • (es/module) Support more import.meta properties (#10179) (11727a6)

  • (ts/fast-strip) Throw js object instead of map (#10186) (2da0142)

Performance

  • (es/fast-lexer) Optimize read_identifier (#10170) (d97f7b2)

  • (es/fast-lexer) Use memchr for skip_line_comments (#10173) (35194e3)

  • (es/fast-lexer) Use SIMD properly for string literals (#10172) (be60338)

  • (es/fast-lexer) Add length-based fast path for keywords (#10176) (1f70af8)

  • (es/fast-lexer) Optimize memory layout of cursor (#10175) (aa20494)

  • (es/fast-lexer) Remove bound checks (#10174) (bccdafc)

  • (es/fast-lexer) Replace PHF with static keyword lookup table (#10181) (56d065e)

  • (es/fast-lexer) Optimize SIMD vector initialization with initialing u8x16 once. (#10183) (435197c)

Commits
  • a993ca5 chore: Publish 1.11.9 with swc_core v16.5.0
  • 4ad01a7 chore: Update changelog
  • 465f6ca chore: Publish 1.11.9-nightly-20250312.1 with swc_core v16.5.0
  • 2da0142 feat(ts/fast-strip): Throw js object instead of map (#10186)
  • cd777bf chore: Publish crates with swc_core v16.5.0
  • 435197c perf(es/fast-lexer): Optimize SIMD vector initialization with initialing `u8x...
  • c2fe4bf fix(es/minifier): Check array inline for indexed with dynamic key (#10184)
  • 56d065e perf(es/fast-lexer): replace PHF with static keyword lookup table (#10181)
  • 11727a6 feat(es/module): Support more import.meta properties (#10179)
  • bccdafc perf(es/fast-lexer): Remove bound checks (#10174)
  • Additional commits viewable in compare view

Updates @swc/html-darwin-arm64 from 1.11.8 to 1.11.9

Changelog

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

[1.11.9] - 2025-03-12

Bug Fixes

  • (es/compat) Hoist arguments in object method while lowering async functions (#10167) (e764df2)

  • (es/minifier) Check array inline for indexed with dynamic key (#10184) (c2fe4bf)

Features

  • (es/module) Support more import.meta properties (#10179) (11727a6)

  • (ts/fast-strip) Throw js object instead of map (#10186) (2da0142)

Performance

  • (es/fast-lexer) Optimize read_identifier (#10170) (d97f7b2)

  • (es/fast-lexer) Use memchr for skip_line_comments (#10173) (35194e3)

  • (es/fast-lexer) Use SIMD properly for string literals (#10172) (be60338)

  • (es/fast-lexer) Add length-based fast path for keywords (#10176) (1f70af8)

  • (es/fast-lexer) Optimize memory layout of cursor (#10175) (aa20494)

  • (es/fast-lexer) Remove bound checks (#10174) (bccdafc)

  • (es/fast-lexer) Replace PHF with static keyword lookup table (#10181) (56d065e)

  • (es/fast-lexer) Optimize SIMD vector initialization with initialing u8x16 once. (#10183) (435197c)

Commits
  • a993ca5 chore: Publish 1.11.9 with swc_core v16.5.0
  • 4ad01a7 chore: Update changelog
  • 465f6ca chore: Publish 1.11.9-nightly-20250312.1 with swc_core v16.5.0
  • 2da0142 feat(ts/fast-strip): Throw js object instead of map (#10186)
  • cd777bf chore: Publish crates with swc_core v16.5.0
  • 435197c perf(es/fast-lexer): Optimize SIMD vector initialization with initialing `u8x...
  • c2fe4bf fix(es/minifier): Check array inline for indexed with dynamic key (#10184)
  • 56d065e perf(es/fast-lexer): replace PHF with static keyword lookup table (#10181)
  • 11727a6 feat(es/module): Support more import.meta properties (#10179)
  • bccdafc perf(es/fast-lexer): Remove bound checks (#10174)
  • Additional commits viewable in compare view

Updates @swc/html-linux-arm64-gnu from 1.11.8 to 1.11.9

Changelog

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

[1.11.9] - 2025-03-12

Bug Fixes

  • (es/compat) Hoist arguments in object method while lowering async functions (#10167) (e764df2)

  • (es/minifier) Check array inline for indexed with dynamic key (#10184) (c2fe4bf)

Features

  • (es/module) Support more import.meta properties (#10179) (11727a6)

  • (ts/fast-strip) Throw js object instead of map (#10186) (2da0142)

Performance

  • (es/fast-lexer) Optimize read_identifier (#10170) (d97f7b2)

  • (es/fast-lexer) Use memchr for skip_line_comments (#10173) (35194e3)

  • (es/fast-lexer) Use SIMD properly for string literals (#10172) (be60338)

  • (es/fast-lexer) Add length-based fast path for keywords (#10176) (1f70af8)

  • (es/fast-lexer) Optimize memory layout of cursor (#10175) (aa20494)

  • (es/fast-lexer) Remove bound checks (#10174) (bccdafc)

  • (es/fast-lexer) Replace PHF with static keyword lookup table (#10181) (56d065e)

  • (es/fast-lexer) Optimize SIMD vector initialization with initialing u8x16 once. (#10183) (435197c)

Commits
  • a993ca5 chore: Publish 1.11.9 with swc_core v16.5.0
  • 4ad01a7 chore: Update changelog
  • 465f6ca chore: Publish 1.11.9-nightly-20250312.1 with swc_core v16.5.0
  • 2da0142 feat(ts/fast-strip): Throw js object instead of map (#10186)
  • cd777bf chore: Publish crates with swc_core v16.5.0
  • 435197c perf(es/fast-lexer): Optimize SIMD vector initialization with initialing `u8x...
  • c2fe4bf fix(es/minifier): Check array inline for indexed with dynamic key (#10184)
  • 56d065e perf(es/fast-lexer): replace PHF with static keyword lookup table (#10181)
  • 11727a6 feat(es/module): Support more import.meta properties (#10179)
  • bccdafc perf(es/fast-lexer): Remove bound checks (#10174)
  • Additional commits viewable in compare view

Updates @swc/html-linux-x64-gnu from 1.11.8 to 1.11.9

Changelog

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

[1.11.9] - 2025-03-12

Bug Fixes

  • (es/compat) Hoist arguments in object method while lowering async functions (#10167) (e764df2)

  • (es/minifier) Check array inline for indexed with dynamic key (#10184) (c2fe4bf)

Features

  • (es/module) Support more import.meta properties (#10179) (11727a6)

  • (ts/fast-strip) Throw js object instead of map (#10186) (2da0142)

Performance

  • (es/fast-lexer) Optimize read_identifier (#10170) (d97f7b2)

  • (es/fast-lexer) Use memchr for skip_line_comments (#10173) (35194e3)

  • (es/fast-lexer) Use SIMD properly for string literals (#10172) (be60338)

  • (es/fast-lexer) Add length-based fast path for keywords (#10176) (1f70af8)

  • (es/fast-lexer) Optimize memory layout of cursor (#10175) (aa20494)

  • (es/fast-lexer) Remove bound checks (#10174) (bccdafc)

  • (es/fast-lexer) Replace PHF with static keyword lookup table (#10181) (56d065e)

  • (es/fast-lexer) Optimize SIMD vector initialization with initialing u8x16 once. (#10183) (435197c)

Commits
  • a993ca5 chore: Publish 1.11.9 with swc_core v16.5.0
  • 4ad01a7 chore: Update changelog
  • 465f6ca chore: Publish 1.11.9-nightly-20250312.1 with swc_core v16.5.0
  • 2da0142 feat(ts/fast-strip): Throw js object instead of map (#10186)
  • cd777bf chore: Publish crates with swc_core v16.5.0
  • 435197c perf(es/fast-lexer): Optimize SIMD vector initialization with initialing `u8x...
  • c2fe4bf fix(es/minifier): Check array inline for indexed with dynamic key (#10184)
  • 56d065e perf(es/fast-lexer): replace PHF with static keyword lookup table (#10181)
  • 11727a6 feat(es/module): Support more import.meta properties (#10179)
  • bccdafc perf(es/fast-lexer): Remove bound checks (#10174)
  • 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 build group in /website with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@swc/core-darwin-arm64](https://github.com/swc-project/swc) | `1.11.8` | `1.11.9` |
| [@swc/core-linux-arm64-gnu](https://github.com/swc-project/swc) | `1.11.8` | `1.11.9` |
| [@swc/core-linux-x64-gnu](https://github.com/swc-project/swc) | `1.11.8` | `1.11.9` |
| [@swc/html-darwin-arm64](https://github.com/swc-project/swc) | `1.11.8` | `1.11.9` |
| [@swc/html-linux-arm64-gnu](https://github.com/swc-project/swc) | `1.11.8` | `1.11.9` |
| [@swc/html-linux-x64-gnu](https://github.com/swc-project/swc) | `1.11.8` | `1.11.9` |


Updates `@swc/core-darwin-arm64` from 1.11.8 to 1.11.9
- [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.8...v1.11.9)

Updates `@swc/core-linux-arm64-gnu` from 1.11.8 to 1.11.9
- [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.8...v1.11.9)

Updates `@swc/core-linux-x64-gnu` from 1.11.8 to 1.11.9
- [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.8...v1.11.9)

Updates `@swc/html-darwin-arm64` from 1.11.8 to 1.11.9
- [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.8...v1.11.9)

Updates `@swc/html-linux-arm64-gnu` from 1.11.8 to 1.11.9
- [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.8...v1.11.9)

Updates `@swc/html-linux-x64-gnu` from 1.11.8 to 1.11.9
- [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.8...v1.11.9)

---
updated-dependencies:
- dependency-name: "@swc/core-darwin-arm64"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@swc/core-linux-arm64-gnu"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@swc/core-linux-x64-gnu"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@swc/html-darwin-arm64"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@swc/html-linux-arm64-gnu"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: "@swc/html-linux-x64-gnu"
  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 Mar 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 13, 2025 04:55
@netlify
Copy link

netlify bot commented Mar 13, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 1afa374
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67d265325ac0300008de57ad

@netlify
Copy link

netlify bot commented Mar 13, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67d36593594b1188ac483c09
😎 Deploy Preview https://deploy-preview-13501--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.

@BeryJu BeryJu merged commit f14b2fd into main Mar 13, 2025
83 of 87 checks passed
@BeryJu BeryJu deleted the dependabot/npm_and_yarn/website/build-64414403df branch March 13, 2025 23:09
kensternberg-authentik added a commit that referenced this pull request Apr 25, 2025
* main: (44 commits)
  providers/rac: fix signals and Endpoint caching (#13529)
  web/flows: fix missing padding on authenticator_validate card (#13420)
  web/user: show admin interface button on mobile (#13421)
  website: Bump the build group in /website with 6 updates (#13501)
  core: Bump goauthentik.io/api/v3 from 3.2025021.3 to 3.2025021.4 (#13495)
  core: Bump importlib-metadata from 8.5.0 to 8.6.1 (#13499)
  core: Bump msgraph-sdk from 1.23.0 to 1.24.0 (#13500)
  core: Bump google-api-python-client from 2.163.0 to 2.164.0 (#13498)
  core: Bump aws-cdk-lib from 2.182.0 to 2.183.0 (#13496)
  core: Bump psycopg from 3.2.5 to 3.2.6 (#13497)
  translate: Updates for file web/xliff/en.xlf in fr (#13514)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#13513)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#13510)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#13511)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#13509)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#13508)
  core, web: update translations (#13494)
  website: remove the last updated option from footer (#13493)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#13487)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#13488)
  ...
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