Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Bump the dev-dependencies group with 4 updates#77

Merged
sgohlke merged 2 commits into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-d9f29e6d9e
Jul 10, 2025
Merged

Bump the dev-dependencies group with 4 updates#77
sgohlke merged 2 commits into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-d9f29e6d9e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2025

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 4 updates: @swc/core, @types/node, fast-check and oxlint.

Updates @swc/core from 1.12.7 to 1.12.9

Changelog

Sourced from @​swc/core's changelog.

[1.12.9] - 2025-07-01

Bug Fixes

  • (es/lexer) Parse uppercase hex numbers correctly (#10728) (ead6256)

  • (es/lexer) Allow keywords as jsx attribute names (#10730) (04ef20a)

  • (es/minifier) Fix top level option (#10227) (485fced)

  • (es/minifier) Do not drop self-referential class expressions (#10710) (39e6c2e)

  • (es/minifier) Mark cons and alt of CondExpr as ref (#10740) (9649cc8)

  • (es/minifier) Fix termination detection (#10741) (87bc698)

  • (es/parser) Allow non-prop operand in delete (#10733) (38132e0)

Features

Performance

Refactor

... (truncated)

Commits
  • 17fd469 chore: Publish 1.12.9 with swc_core v29.4.2
  • 6c27690 chore: Update changelog
  • 965b5bb chore: Publish 1.12.9-nightly-20250701.1 with swc_core v29.4.2
  • a6b1d86 chore: Publish crates with swc_core v29.4.2
  • 87bc698 fix(es/minifier): Fix termination detection (#10741)
  • 2ff78cb chore: Update changelog
  • 1143fdc chore: Publish 1.12.8-nightly-20250701.1 with swc_core v29.4.1
  • 3e9b381 chore: Publish crates with swc_core v29.4.1
  • 9649cc8 fix(es/minifier): Mark cons and alt of CondExpr as ref (#10740)
  • 86725c2 chore: Publish crates with swc_core v29.4.0
  • Additional commits viewable in compare view

Updates @types/node from 24.0.7 to 24.0.10

Commits

Updates fast-check from 4.1.1 to 4.2.0

Release notes

Sourced from fast-check's releases.

New primitives for race condition detection

[Code][Diff]

Features

  • (PR#5953) Do not silent errors popping in act
  • (PR#5890) Introduce new awaiter on our scheduler
  • (PR#6016) Introduce waitIdle, a revamped waitAll for scheduler
  • (PR#6026) Deprecate waitOne and waitAll

Fixes

  • (PR#5903) CI: Only run coverage for ubuntu on node 22
  • (PR#5904) CI: Shard Vitest execution on Windows runners
  • (PR#5907) CI: Always publish on pkg-pr-new
  • (PR#5935) CI: Get rid of LFS storage
  • (PR#5936) CI: Safer and faster static assets with hash checks
  • (PR#5943) CI: Stop stale from closing validated ideas
  • (PR#5954) CI: Make poisoning test compatible with Node 24
  • (PR#5969) CI: Measure coverage on Mac OS
  • (PR#5971) CI: Better exclusion list for Vitest
  • (PR#5989) CI: Attempt to stabilize tests
  • (PR#5937) Doc: Reference social media links on blog authors
  • (PR#5938) Doc: Fix social images on /docs and /blog
  • (PR#5965) Doc: update stringMatching docs
  • (PR#5966) Doc: Fix typo in model-based-testing.md
  • (PR#6015) Doc: Add new contributor matthyk
  • (PR#5973) Test: Drop unused checks in tests
  • (PR#6019) Test: Stop testing against Node 18
Changelog

Sourced from fast-check's changelog.

4.2.0

New primitives for race condition detection [Code][Diff]

Features

  • (PR#5953) Do not silent errors popping in act
  • (PR#5890) Introduce new awaiter on our scheduler
  • (PR#6016) Introduce waitIdle, a revamped waitAll for scheduler
  • (PR#6026) Deprecate waitOne and waitAll

Fixes

  • (PR#5903) CI: Only run coverage for ubuntu on node 22
  • (PR#5904) CI: Shard Vitest execution on Windows runners
  • (PR#5907) CI: Always publish on pkg-pr-new
  • (PR#5935) CI: Get rid of LFS storage
  • (PR#5936) CI: Safer and faster static assets with hash checks
  • (PR#5943) CI: Stop stale from closing validated ideas
  • (PR#5954) CI: Make poisoning test compatible with Node 24
  • (PR#5969) CI: Measure coverage on Mac OS
  • (PR#5971) CI: Better exclusion list for Vitest
  • (PR#5989) CI: Attempt to stabilize tests
  • (PR#5937) Doc: Reference social media links on blog authors
  • (PR#5938) Doc: Fix social images on /docs and /blog
  • (PR#5965) Doc: update stringMatching docs
  • (PR#5966) Doc: Fix typo in model-based-testing.md
  • (PR#6015) Doc: Add new contributor matthyk
  • (PR#5973) Test: Drop unused checks in tests
  • (PR#6019) Test: Stop testing against Node 18

Commits
  • ec317dc 🔖 Update CHANGELOG.md for fast-check@4.2.0 (#6034)
  • 8af1f32 🗑️ Deprecate waitOne and waitAll (#6026)
  • bc16b6e ⬆️ Update dependency @​types/node to ^22.16.0 (#6031)
  • ad4120c ⬆️ Update dependency typedoc to ^0.28.7 (#6028)
  • aec9e3e ⬆️ Update dependency typedoc to ^0.28.6 (#6018)
  • f734c89 ⬆️ Update dependency @​types/node to ^22.15.34 (#6017)
  • e0e6a73 ✨ Introduce waitIdle, a revamped waitAll for scheduler (#6016)
  • e9a08d5 ✨ Introduce new awaiter on our scheduler (#5890)
  • d340ce7 👥 Add new contributor matthyk (#6015)
  • 23d55ec ⬆️ Update dependency @​types/node to ^22.15.32 (#5998)
  • Additional commits viewable in compare view

Updates oxlint from 1.3.0 to 1.5.0

Release notes

Sourced from oxlint's releases.

oxlint v1.5.0

[1.5.0] - 2025-07-02

🚀 Features

  • 899b8b4 linter: Allow namespace re-export in import/no-cycle (#11995) (Boshen)

🐛 Bug Fixes

  • f732589 linter: Panic in consistent-type-imports when the source contains a { (#12002) (camc314)
  • 4b2c658 oxlint: Make --version exit code be 0 (#11986) (camc314)

🚜 Refactor

  • f7a2ae4 ast: Add AstKind for AssignmentTargetPropertyIdentifier, AssignmentTargetPropertyProperty (#11985) (camc314)
  • cfa52c2 ast: Add AstKind for AssignmentTargetRest (#11984) (camc314)
  • 3f91f24 linter: Remove RulesCache (#11981) (camc314)
  • 54582cb ast: Add AstKind for BindingProperty (#11974) (camc314)

oxlint v1.4.0

[1.4.0] - 2025-06-30

🚀 Features

  • 8e1573d linter: Add id-length rule from eslint (#11887) (Nicholas Rayburn)
  • 5dfcac5 linter: Add eslint/arrow-body-style rule (#11937) (yefan)
  • 9b19b40 napi: Add basic oxlint napi bindings (#11877) (camc314)
  • f102cb1 linter: Add import/prefer-default-export rule (#11891) (yefan)

🐛 Bug Fixes

  • 114c4fb linter/no-useless-spread: Panic with multi byte char (#11964) (camc314)
  • c2e5439 linter: Fix default values for unicorn/consistent-function-scoping (#11960) (Sysix)
  • 214c8e7 linter: Fix default values for import/no-absolute-path (#11959) (Sysix)
  • b4cc222 linter: Fix typescript/no-namespace default values (#11958) (Sysix)
  • 11e0a43 linter/prefer-dom-node-remove: Panic when callee is ts non null expression (#11949) (camc314)
  • 4903e39 linter/no-standalone-expect: False positive in callback fn (#11940) (camc314)
  • 1e88dba oxc_linter: Make linter file paths clickable within JetBrains terminals (#11619) (Nicholas Rayburn)
  • fe4006b linter/jsx-key: False positive in react/jsx-key (#11918) (camc314)
  • d32cb4b linter: Fix default values for eslint/no-redeclare (#11911) (Sysix)
  • d80c19d linter: Fix default values for eslint/max-lines-per-function (#11910) (Sysix)
  • 41a5342 linter: Fix default values for eslint/max-nested-callbacks (#11909) (Sysix)
  • 2e3db4e linter: Fix default values for eslint/max-depth (#11908) (Sysix)
  • a358797 linter: Remove false positives for no-extend-native (#11888) (camchenry)
  • 6f67b52 linter: Revert prefer-promise-reject-errors to old behavior (#11889) (camchenry)
  • d991fed linter: Fix jsx-a11y/label-has-associated-control default values (#11832) (Sysix)
  • a0a4aa1 linter: Count own indirect export entries to the threshold for oxc/no-barrel-file (#11838) (Sysix)

🚜 Refactor

... (truncated)

Commits

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 dev-dependencies group with 4 updates: [@swc/core](https://github.com/swc-project/swc), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) and [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint).


Updates `@swc/core` from 1.12.7 to 1.12.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.12.7...v1.12.9)

Updates `@types/node` from 24.0.7 to 24.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `fast-check` from 4.1.1 to 4.2.0
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md)
- [Commits](https://github.com/dubzzz/fast-check/commits/v4.2.0/packages/fast-check)

Updates `oxlint` from 1.3.0 to 1.5.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.5.0/npm/oxlint)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.12.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: fast-check
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: oxlint
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 7, 2025
@sgohlke sgohlke merged commit 0df28b5 into main Jul 10, 2025
3 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev-dependencies-d9f29e6d9e branch July 10, 2025 14:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

1 participant