Skip to content

chore(deps): bump the dev-dependencies group across 1 directory with 7 updates#34

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-d704acd390
Closed

chore(deps): bump the dev-dependencies group across 1 directory with 7 updates#34
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-d704acd390

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps the dev-dependencies group with 7 updates in the / directory:

Package From To
@types/node 22.19.11 25.7.0
oxfmt 0.48.0 0.49.0
oxlint 1.63.0 1.64.0
typescript 5.9.3 6.0.3
@oclif/test 4.1.15 4.1.18
oclif 4.22.59 4.23.0
@poppinss/ts-exec 1.4.1 1.4.4

Updates @types/node from 22.19.11 to 25.7.0

Commits

Updates oxfmt from 0.48.0 to 0.49.0

Changelog

Sourced from oxfmt's changelog.

[0.49.0] - 2026-05-11

🚀 Features

  • 6e8e818 oxfmt: Experimental .svelte support (#21700) (leaysgur)

[0.45.0] - 2026-04-13

🐛 Bug Fixes

  • 50c389b oxfmt: Support .editorconfig quote_type (#20989) (leaysgur)

[0.44.0] - 2026-04-06

🐛 Bug Fixes

  • dd2df87 npm: Export package.json for oxlint and oxfmt (#20784) (kazuya kawaguchi)
  • 4216380 oxfmt: Support .editorconfig tab_width fallback (#20988) (leaysgur)

[0.43.0] - 2026-03-30

🚀 Features

  • 6ef440a oxfmt: Support bool for object style options (#20853) (leaysgur)

[0.42.0] - 2026-03-24

🚀 Features

  • 416865a formatter,oxfmt: Add doc comments for JsdocConfig (#20644) (leaysgur)
  • 4fec907 formatter: Add JSDoc comment formatting support (#19828) (Dunqing)

[0.40.0] - 2026-03-12

🐛 Bug Fixes

  • bc20217 oxlint,oxfmt: Omit useless | null for Option<T> field from schema (#20273) (leaysgur)

[0.36.0] - 2026-03-02

🐛 Bug Fixes

  • 04e6223 npm: Add preferUnplugged for Yarn PnP compatibility (#19829) (Boshen)

📚 Documentation

  • 2fa936f README.md: Map npm package links to npmx.dev (#19666) (Boshen)

[0.35.0] - 2026-02-23

... (truncated)

Commits

Updates oxlint from 1.63.0 to 1.64.0

Release notes

Sourced from oxlint's releases.

oxlint v1.27.0 && oxfmt v0.12.0

Oxlint v1.27.0

🚀 Features

  • 222a8f0 linter/plugins: Implement SourceCode#isSpaceBetween (#15498) (overlookmotel)
  • 2f9735d linter/plugins: Implement context.languageOptions (#15486) (overlookmotel)
  • bc731ff linter/plugins: Stub out all Context APIs (#15479) (overlookmotel)
  • 5822cb4 linter/plugins: Add extend method to FILE_CONTEXT (#15477) (overlookmotel)
  • 7b1e6f3 apps: Add pure rust binaries and release to github (#15469) (Boshen)
  • 2a89b43 linter: Introduce debug assertions after fixes to assert validity (#15389) (camc314)
  • ad3c45a editor: Add oxc.path.node option (#15040) (Sysix)

🐛 Bug Fixes

  • 6f3cd77 linter/no-var: Incorrect warning for blocks (#15504) (Hamir Mahal)
  • 6957fb9 linter/plugins: Do not allow access to Context#id in createOnce (#15489) (overlookmotel)
  • 7409630 linter/plugins: Allow access to cwd in createOnce in ESLint interop mode (#15488) (overlookmotel)
  • 732205e parser: Reject using / await using in a switch case / default clause (#15225) (sapphi-red)
  • a17ca32 linter/plugins: Replace Context class (#15448) (overlookmotel)
  • ecf2f7b language_server: Fail gracefully when tsgolint executable not found (#15436) (camc314)
  • 3c8d3a7 lang-server: Improve logging in failure case for tsgolint (#15299) (camc314)
  • ef71410 linter: Use jsx if source type is JS in fix debug assertion (#15434) (camc314)
  • e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (#15426) (camc314)
  • 6565dbe linter/switch-case-braces: Skip comments when searching for : token (#15425) (camc314)
  • 85bd19a linter/prefer-class-fields: Insert value after type annotation in fixer (#15423) (camc314)
  • fde753e linter/plugins: Block access to context.settings in createOnce (#15394) (overlookmotel)
  • ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in invalid positions (#15388) (camc314)
  • dac2a9c linter/no-template-curly-in-string: Remove fixer (#15387) (camc314)
  • 989b8e3 linter/no-var: Only fix to const if the var has an initializer (#15385) (camc314)
  • cc403f5 linter/plugins: Return empty object for unimplemented parserServices (#15364) (magic-akari)

⚡ Performance

  • 25d577e language_server: Start tools in parallel (#15500) (Sysix)
  • 3c57291 linter/plugins: Optimize loops (#15449) (overlookmotel)
  • 3166233 linter/plugins: Remove Arcs (#15431) (overlookmotel)
  • 9de1322 linter/plugins: Lazily deserialize settings JSON (#15395) (overlookmotel)
  • 3049ec2 linter/plugins: Optimize deepFreezeSettings (#15392) (overlookmotel)
  • 444ebfd linter/plugins: Use single object for parserServices (#15378) (overlookmotel)

📚 Documentation

  • 97d2104 linter: Update comment in lint.rs about default value for tsconfig path (#15530) (Connor Shea)
  • 2c6bd9e linter: Always refer as "ES2015" instead of "ES6" (#15411) (sapphi-red)
  • a0c5203 linter/import/named: Update "ES7" comment in examples (#15410) (sapphi-red)
  • 3dc24b5 linter,minifier: Always refer as "ES Modules" instead of "ES6 Modules" (#15409) (sapphi-red)
  • 2ad77fb linter/no-this-before-super: Correct "Why is this bad?" section (#15408) (sapphi-red)
  • 57f0ce1 linter: Add backquotes where appropriate (#15407) (sapphi-red)

Oxfmt v0.12.0

... (truncated)

Changelog

Sourced from oxlint's changelog.

[1.64.0] - 2026-05-11

🚀 Features

  • fbb8f22 linter: Support ignores in overrides (#22148) (camc314)

🐛 Bug Fixes

  • 25b7017 linter: Undocument override ignores option (#22213) (camc314)
Commits

Updates typescript from 5.9.3 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
  • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

Updates @oclif/test from 4.1.15 to 4.1.18

Release notes

Sourced from @​oclif/test's releases.

4.1.18

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (5d3a6f6)

4.1.17

Bug Fixes

  • deps: bump flatted from 3.3.2 to 3.4.2 (842792a)

4.1.16

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (dab8924)
Changelog

Sourced from @​oclif/test's changelog.

4.1.18 (2026-04-05)

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (5d3a6f6)

4.1.17 (2026-03-21)

Bug Fixes

  • deps: bump flatted from 3.3.2 to 3.4.2 (842792a)

4.1.16 (2026-01-22)

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (dab8924)
Commits
  • a390396 chore(release): 4.1.18 [skip ci]
  • 193144f Merge pull request #876 from oclif/dependabot-npm_and_yarn-lodash-4.18.1
  • 5d3a6f6 fix(deps): bump lodash from 4.17.23 to 4.18.1
  • d0761f8 Merge pull request #875 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • 4d24d3f chore(dev-deps): bump eslint-config-oclif from 6.0.153 to 6.0.154
  • 32259c6 Merge pull request #872 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • a08a91e Merge pull request #873 from oclif/dependabot-npm_and_yarn-oclif-core-4.10.3
  • 6a5e5c6 chore(dev-deps): bump @​oclif/core from 4.10.2 to 4.10.3
  • 06ab09a chore(dev-deps): bump eslint-config-oclif from 6.0.151 to 6.0.153
  • 4800fac Merge pull request #869 from oclif/dependabot-npm_and_yarn-types-debug-4.1.13
  • Additional commits viewable in compare view

Updates oclif from 4.22.59 to 4.23.0

Release notes

Sourced from oclif's releases.

4.23.0

Features

  • readme: allow disabling source links (a5ca526)

4.22.98

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (ddcf3ae)

4.22.97

Bug Fixes

  • removed CommonJS integration test (a1a38f8)

4.22.96

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (d12954b)

4.22.95

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.1009.0 to 3.1014.0 (c075291)

4.22.94

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.75 to 3.2.76 (eefdfe3)

4.22.93

Bug Fixes

  • deps: bump flatted from 3.3.1 to 3.4.2 (943ec13)

4.22.92

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.74 to 3.2.75 (4eefb02)

4.22.91

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.1004.0 to 3.1009.0 (da5fc92)

4.22.90

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.37 to 6.2.38 (9a63640)

... (truncated)

Changelog

Sourced from oclif's changelog.

4.23.0 (2026-04-07)

Features

  • readme: allow disabling source links (a5ca526)

4.22.98 (2026-04-07)

Bug Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (ddcf3ae)

4.22.97 (2026-04-06)

Bug Fixes

  • removed CommonJS integration test (a1a38f8)

4.22.96 (2026-03-22)

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (d12954b)

4.22.95 (2026-03-22)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.1009.0 to 3.1014.0 (c075291)

4.22.94 (2026-03-22)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.75 to 3.2.76 (eefdfe3)

4.22.93 (2026-03-20)

Bug Fixes

  • deps: bump flatted from 3.3.1 to 3.4.2 (943ec13)

4.22.92 (2026-03-16)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.74 to 3.2.75 (4eefb02)

4.22.91 (2026-03-15)

... (truncated)

Commits
  • f82231e chore(release): 4.23.0 [skip ci]
  • ea5dc95 Merge pull request #2008 from rexxars/rexxars/readme-no-source-links
  • f1b5bc5 chore(release): 4.22.98 [skip ci]
  • 21c3fe2 Merge pull request #2019 from oclif/dependabot-npm_and_yarn-lodash-4.18.1
  • a5ca526 feat(readme): allow disabling source links
  • ddcf3ae fix(deps): bump lodash from 4.17.23 to 4.18.1
  • 52ed6d1 chore(release): 4.22.97 [skip ci]
  • fd39a6a Merge pull request #2018 from oclif/d/W-21915680
  • a1a38f8 fix: removed CommonJS integration test
  • b3380d8 Merge pull request #2003 from oclif/dependabot-npm_and_yarn-eslint-config-ocl...
  • Additional commits viewable in compare view

Updates @poppinss/ts-exec from 1.4.1 to 1.4.4

Release notes

Sourced from @​poppinss/ts-exec's releases.

Relax swc core to pull patch releases

1.4.4 (2026-02-07)

Bug Fixes

  • import .tsx using import mapping (31292f6)

Fix sourcemaps activation

1.4.3 (2026-01-27)

Bug Fixes

  • call process.setSourceMapsEnabled to get better stack traces. (f2c8f0c)

Import attributes support

1.4.2 (2026-01-21)

Bug Fixes

Commits
  • 86d3dda chore(release): 1.4.4
  • 3c9cb8c chore: relax swc version (#5)
  • 31292f6 fix: import .tsx using import mapping
  • 556f451 chore(release): 1.4.3
  • f2c8f0c fix: call process.setSourceMapsEnabled to get better stack traces.
  • 0dee5c3 chore(release): 1.4.2
  • 565bc14 chore: update Node.js version in release workflow
  • bc0814b fix: support import attributes (#3)
  • 8ee5872 docs: fix tsx mention of SWC. They use ESbuild
  • 3fda102 docs: add note about file extensions imports
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​poppinss/ts-exec since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 12, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aix Ready Ready Preview, Comment May 13, 2026 3:04am

…7 updates

Bumps the dev-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.11` | `25.7.0` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.48.0` | `0.49.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.63.0` | `1.64.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` |
| [@oclif/test](https://github.com/oclif/test) | `4.1.15` | `4.1.18` |
| [oclif](https://github.com/oclif/oclif) | `4.22.59` | `4.23.0` |
| [@poppinss/ts-exec](https://github.com/poppinss/ts-exec) | `1.4.1` | `1.4.4` |



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

Updates `oxfmt` from 0.48.0 to 0.49.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.49.0/npm/oxfmt)

Updates `oxlint` from 1.63.0 to 1.64.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.64.0/npm/oxlint)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

Updates `@oclif/test` from 4.1.15 to 4.1.18
- [Release notes](https://github.com/oclif/test/releases)
- [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
- [Commits](oclif/test@4.1.15...4.1.18)

Updates `oclif` from 4.22.59 to 4.23.0
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.22.59...4.23.0)

Updates `@poppinss/ts-exec` from 1.4.1 to 1.4.4
- [Release notes](https://github.com/poppinss/ts-exec/releases)
- [Commits](poppinss/ts-exec@v1.4.1...v1.4.4)

---
updated-dependencies:
- dependency-name: "@oclif/test"
  dependency-version: 4.1.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@poppinss/ts-exec"
  dependency-version: 1.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.7.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: oclif
  dependency-version: 4.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: oxfmt
  dependency-version: 0.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: oxlint
  dependency-version: 1.64.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-d704acd390 branch from b1b6670 to 33fd06f Compare May 13, 2026 03:03
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 14, 2026

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

@dependabot dependabot Bot closed this May 14, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev-dependencies-d704acd390 branch May 14, 2026 23:44
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