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

devdeps: bump the dev-patch group with 2 updates#73

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-patch-817156c3dc
Closed

devdeps: bump the dev-patch group with 2 updates#73
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-patch-817156c3dc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 17, 2025

Copy link
Copy Markdown
Contributor

Bumps the dev-patch group with 2 updates: @swc/core and eslint.

Updates @swc/core from 1.14.0 to 1.15.2

Changelog

Sourced from @​swc/core's changelog.

[1.15.2] - 2025-11-14

Bug Fixes

  • (bindings/es) Respect filename option from print() (#11264) (0d4d2d9)

Features

  • (es/minifier) Drop empty constructors during minification (#11250) (2cea7dd)

  • (es/visit) Add context parameter to VisitMutHook trait (#11254) (8645d0d)

Performance

  • (es/parser) Inline skip_space (afb824a)

  • (es/parser) Eliminate the outer loop of skip_block_comment (#11261) (e41c0ac)

  • (es/plugin) Use shared tokio runtime to avoid creation overhead (#11267) (707026b)

[1.15.1] - 2025-11-08

Bug Fixes

  • (cli) Print filename to stderr when compiling (#11249) (d66dab5)

  • (es/minifier) Prevent array destructuring optimization in assignment contexts (#11221) (99d8b0a)

Features

  • (es/compiler) Determine module structure (#11238) (415019c)

  • (ts/fast-strip) Add a binding crate for nodejs/amaro (#11236) (f0829af)

... (truncated)

Commits
  • f194fde chore: Publish 1.15.2 with swc_core v47.0.6
  • e97f1da chore: Update changelog
  • 27c8240 chore: Publish 1.15.2-nightly-20251114.1 with swc_core v47.0.6
  • a10303c chore: Publish crates with swc_core v47.0.6
  • 707026b perf(es/plugin): Use shared tokio runtime to avoid creation overhead (#11267)
  • 2f13add chore: Enable npm package provenance for all published packages (#11268)
  • 0d4d2d9 fix(bindings/es): Respect filename option from print() (#11264)
  • c270c70 chore: Publish crates with swc_core v47.0.5
  • 3eaf3b0 chore: Improve README.md (#11260)
  • e41c0ac perf(es/parser): Eliminate the outer loop of skip_block_comment (#11261)
  • Additional commits viewable in compare view

Updates eslint from 9.39.0 to 9.39.1

Release notes

Sourced from eslint's releases.

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)
Commits
  • e277281 9.39.1
  • 4cdf397 Build: changelog update for 9.39.1
  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284)
  • c7ebefc chore: package.json update for @​eslint/js release
  • 650753e fix: Only pass node to JS lang visitor methods (#20283)
  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275)
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266)
  • 009e507 test: fix version tests for ESLint v10 (#20274)
  • b44d426 docs: Update README
  • See full diff 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 dev-patch group with 2 updates: [@swc/core](https://github.com/swc-project/swc) and [eslint](https://github.com/eslint/eslint).


Updates `@swc/core` from 1.14.0 to 1.15.2
- [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.14.0...v1.15.2)

Updates `eslint` from 9.39.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.0...v9.39.1)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.15.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-patch
- dependency-name: eslint
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the infra label Nov 17, 2025
@dependabot @github

dependabot Bot commented on behalf of github Nov 24, 2025

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Nov 24, 2025
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev-patch-817156c3dc branch November 24, 2025 19:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants