Skip to content

chore(deps): bump the other-dependencies group across 1 directory with 4 updates#1461

Closed
dependabot[bot] wants to merge 1 commit intodependabot-testfrom
dependabot/npm_and_yarn/dependabot-test/other-dependencies-f2dc002a70
Closed

chore(deps): bump the other-dependencies group across 1 directory with 4 updates#1461
dependabot[bot] wants to merge 1 commit intodependabot-testfrom
dependabot/npm_and_yarn/dependabot-test/other-dependencies-f2dc002a70

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the other-dependencies group with 4 updates in the / directory: @swc-node/register, @swc/core, nx and axios.

Updates @swc-node/register from 1.10.9 to 1.10.10

Commits
  • c30839c chore(release): publish
  • 4aa6d51 Added possibility to have custom config location for swc (#870)
  • 7fae724 chore(deps): update pnpm to v10.6.2 (#911)
  • 67da2a3 chore(deps-dev): bump esbuild from 0.24.0 to 0.25.0 (#899)
  • d5e88d4 fix(deps): update dependency file-type to v20 (#893)
  • 529d941 chore(deps): update pnpm to v10.6.1 (#909)
  • 9bf404a fix(deps): update dependency oxc-resolver to v5 (#910)
  • 4240434 chore(deps): update pnpm to v10 (#897)
  • ce6477f chore(deps): update pnpm to v9.15.6 (#896)
  • 279da26 chore(deps): update dependency lerna to v8.2.1 (#907)
  • Additional commits viewable in compare view

Updates @swc/core from 1.10.11 to 1.11.9

Changelog

Sourced from @​swc/core'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)

[1.11.8] - 2025-03-07

Bug Fixes

... (truncated)

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 nx from 20.4.0 to 20.6.0

Release notes

Sourced from nx's releases.

20.6.0 (2025-03-14)

🚀 Features

  • angular: add convert-to-rspack generator (#29860)
  • core: add maxCacheSize option to limit local artifact size (#29654)
  • core: provide default value for max cache size (#30351)
  • misc: add useProjectJson flag to project generators (#30319)
  • misc: enable ts solution setup by default for new workspaces (#30372)
  • react: add react-router plugin (#29965)
  • react: Add react-router to create-nx-workspace and react app generator (#30316)
  • rspack: infer ts-node compiler options in rspack task env when using a typescript config file (#30345)
  • rspack: alias convert-webpack to convert-to-rspack (#30367)

🩹 Fixes

  • angular: directory type is not optional (#30354)
  • core: handle package manager workspaces configuration in move generator (#30268)
  • core: only add keep existing versions if init generator supports it (#30352)
  • graph: fix target details header tooltips in collapsed state (#30287)
  • misc: update axios (#30379)

❤️ Thank You

20.6.0-beta.1 (2025-03-14)

🚀 Features

  • angular: add convert-to-rspack generator (#29860)
  • core: provide default value for max cache size (#30351)
  • misc: enable ts solution setup by default for new workspaces (#30372)
  • react: add react-router plugin (#29965)
  • react: Add react-router to create-nx-workspace and react app generator (#30316)
  • rspack: alias convert-webpack to convert-to-rspack (#30367)

🩹 Fixes

  • core: only add keep existing versions if init generator supports it (#30352)
  • core: make 'key' parameter optional in register command (#30365)
  • misc: update axios and webpack (#30379)

... (truncated)

Commits

Updates axios from 1.7.9 to 1.8.3

Release notes

Sourced from axios's releases.

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

... (truncated)

Commits
  • 39ec206 chore(release): v1.8.3 (#6819)
  • 10fa70e fix: add missing type for allowAbsoluteUrls (#6818)
  • 7821ef9 docs: update readme to include bun install (#6811)
  • ec159e5 fix(xhr/fetch): pass allowAbsoluteUrls to buildFullPath in xhr and `fet...
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • 72acf75 chore(sponsor): update sponsor block (#6794)
  • 2e64afd chore(release): v1.8.1 (#6800)
  • 36a5a62 fix(utils): move generateString to platform utils to avoid importing crypto...
  • 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

…h 4 updates

Bumps the other-dependencies group with 4 updates in the / directory: [@swc-node/register](https://github.com/swc-project/swc-node), [@swc/core](https://github.com/swc-project/swc), [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) and [axios](https://github.com/axios/axios).


Updates `@swc-node/register` from 1.10.9 to 1.10.10
- [Release notes](https://github.com/swc-project/swc-node/releases)
- [Commits](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.10.9...@swc-node/register@1.10.10)

Updates `@swc/core` from 1.10.11 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.10.11...v1.11.9)

Updates `nx` from 20.4.0 to 20.6.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.6.0/packages/nx)

Updates `axios` from 1.7.9 to 1.8.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.9...v1.8.3)

---
updated-dependencies:
- dependency-name: "@swc-node/register"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team, TheOrangePuff and finnholland and removed request for a team March 17, 2025 02:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 17, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

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

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependabot-test/other-dependencies-f2dc002a70 branch March 31, 2025 02:59
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants