Skip to content

fix(deps): bump the minorandpatch group across 1 directory with 7 updates#188

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/minorandpatch-2f27a5c84f
Closed

fix(deps): bump the minorandpatch group across 1 directory with 7 updates#188
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/minorandpatch-2f27a5c84f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the minorandpatch group with 7 updates in the / directory:

Package From To
@swc/core 1.15.17 1.15.18
@types/node 25.3.2 25.5.0
lint-staged 16.2.7 16.4.0
nx 22.5.3 22.6.0
workspaces-publish 1.7.0 1.8.1
vitest 4.0.18 4.1.0
jose 6.1.3 6.2.2

Updates @swc/core from 1.15.17 to 1.15.18

Changelog

Sourced from @​swc/core's changelog.

[1.15.18] - 2026-03-01

Bug Fixes

  • (html/wasm) Publish @​swc/html-wasm for nodejs (#11601) (bd443f5)

Documentation

Features

Ci

Commits
  • 7cb1be2 chore: Publish 1.15.18 with swc_core v58.0.1
  • 2821ed0 chore: Publish 1.15.18-nightly-20260301.1 with swc_core v58.0.1
  • See full diff in compare view

Updates @types/node from 25.3.2 to 25.5.0

Commits

Updates lint-staged from 16.2.7 to 16.4.0

Release notes

Sourced from lint-staged's releases.

v16.4.0

Minor Changes

v16.3.4

Patch Changes

v16.3.3

Patch Changes

  • #1740 0109e8d Thanks @​iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.

v16.3.2

Patch Changes

  • #1735 2adaf6c Thanks @​iiroj! - Hide the extra cmd window on Windows by spawning tasks without the detached option.

v16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

v16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Changelog

Sourced from lint-staged's changelog.

16.4.0

Minor Changes

16.3.4

Patch Changes

16.3.3

Patch Changes

  • #1740 0109e8d Thanks @​iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.

16.3.2

Patch Changes

  • #1735 2adaf6c Thanks @​iiroj! - Hide the extra cmd window on Windows by spawning tasks without the detached option.

16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Commits
  • 445f9dd chore(changeset): release
  • d91be60 docs: update readme to use picomatch
  • b392a9f refactor: extract matchFiles and add unit tests
  • 687fc90 refactor: replace micromatch with picomatch
  • 26dadf9 chore(changeset): release
  • 9d6e827 build(deps): update dependencies
  • 8aea986 chore(changeset): release
  • 0109e8d fix: strip Git CRLF warning from output
  • dfd6a7a chore(changeset): release
  • 2adaf6c fix(Windows): do not spawn tasks as detached since it opens a cmd window on ...
  • Additional commits viewable in compare view

Updates nx from 22.5.3 to 22.6.0

Release notes

Sourced from nx's releases.

22.6.0 (2026-03-18)

🚀 Features

  • angular: add support for Angular v21.2 (#34592)
  • core: update formatting of agent rules documentation (#33356)
  • core: add nxVersion to meta in shortUrl for cnw (#34401)
  • core: handle agentic sandboxing (#34402)
  • core: extract sandbox detection into reusable utility (#34408)
  • core: add negation pattern support for plugin include/exclude (#34160)
  • core: add --stdin to affected options (#34435, #28770)
  • core: support dependency filesets with ^{projectRoot} syntax (#34310)
  • core: add agentic mode to nx init (#34418)
  • core: automatically set up ai agents in cnw/init when run from within an ai agent (#34469)
  • core: implement configure-ai-agents outdated message after tasks (#34463)
  • core: improve codex support for configure-ai-agents (#34488)
  • core: add --otp to top-level nx release command and detect EOTP errors (#34473)
  • core: use static_vcruntime to avoid msvcrt dependency (#19781, #19779)
  • core: add commands for debugging cache inputs / outputs (#34414)
  • core: improve AX of configure-ai-agents with auto-detection (#34496)
  • core: add AI agent mode to nx import (#34498)
  • core: add preferBatch executor option (#34293)
  • core: add --json flag for better AX to nx list (#34551)
  • core: add passthrough for nx-cloud apply-locally command (#34557)
  • core: add yarn berry catalog support (#34552)
  • core: add explicit cloud opt-out to CNW (#34580)
  • core: use jemalloc with tuned decay timers for native module (#34444, #99)
  • core: add .nx/polygraph to gitignore in migration and caia (#34659)
  • core: migrate napi-rs v2 to v3 (#34619)
  • core: add Codex subagent support to configure-ai-agents (#34553)
  • core: add polygraph command to initiaze cross-repo sessions (#34722)
  • core: add safe plugin cache write utilities with LRU eviction (#34503)
  • core: add analytics (#34144)
  • core: persist analytics session ID across CLI invocations (#34763)
  • core: centralize perf tracking and report metrics to telemetry (#34795)
  • core: prompt for analytics preference during workspace creation (#34818)
  • core: add task and project count telemetry via performance lifecycle (#34821)
  • core: bring back cloud prompts and templates in CNW (#34887, #34671, #34818)
  • devkit: add NX_SKIP_FORMAT environment variable to skip Prettier formatting (#34336, #30426, #30403)
  • gradle: add properties and wrappers to inputs (#34778)
  • js: support configurable typecheck config name (#34675)
  • js: add deps-sync generator (#34407)
  • maven: report external Maven dependencies in project graph (#34368)
  • misc: update PLUGIN.md files to help agents verification (#34379)
  • misc: lock in CNW variant 2 with deferred connection (#34416)
  • misc: use caret range for swc dependencies in pnpm catalog (#34487, #34472)
  • misc: track server page views for AI traffic using Netlify-Agent-Category (#34883)
  • nx-dev: add YouTube channel callout to courses page (#34669)
  • testing: add cacheDir option to playwright executor (#34413, #34397)

... (truncated)

Commits
  • a8c5ca9 chore(core): abortGraphPhase -> notifyPhaseAborted (#34885)
  • 2679029 fix(core): share .agents skills dir across codex, cursor, gemini (#34882)
  • b73cc69 fix(core): avoid overwhelming DB with connections during analytics init (#34881)
  • 6317340 fix(core): ensure workers shutdown after phase cancelled (#34799)
  • cf79f48 fix(core): trim memory usage associated with io-tracing service (#34866)
  • 61a8e33 fix(core): detect npm from package-lock.json before falling back to invoking ...
  • de216f2 fix(core): show continuous property in nx show target (#34867)
  • 35930fd fix(core): add .claude/settings.local.json to .gitignore (#34870)
  • ded713f Revert "fix(core): ensure postTasksExecution fires on SIGINT for continuous t...
  • e41ba65 fix(nx-cloud): download light client to tmp dir when outside nx workspace (#3...
  • Additional commits viewable in compare view

Updates workspaces-publish from 1.7.0 to 1.8.1

Release notes

Sourced from workspaces-publish's releases.

v1.8.1

1.8.1 (2026-03-18)

Bug Fixes

  • write .npmrc for npm cli publisher (6140b77)

v1.8.0

1.8.0 (2026-03-18)

Features

  • hexagonal architecture rewrite with OIDC trusted publishing support (#370) (082b36b)
  • prefer npm CLI publisher with libnpmpublish fallback (#373) (bb0d5e4)

Bug Fixes

  • deps: bump the minorandpatch group across 1 directory with 7 updates (#368) (fdde1a7)
Changelog

Sourced from workspaces-publish's changelog.

1.8.1 (2026-03-18)

Bug Fixes

  • write .npmrc for npm cli publisher (6140b77)

1.8.0 (2026-03-18)

Features

  • hexagonal architecture rewrite with OIDC trusted publishing support (#370) (082b36b)
  • prefer npm CLI publisher with libnpmpublish fallback (#373) (bb0d5e4)

Bug Fixes

  • deps: bump the minorandpatch group across 1 directory with 7 updates (#368) (fdde1a7)
Commits
  • c678974 chore(master): release 1.8.1 (#375)
  • 6140b77 fix: write .npmrc for npm cli publisher
  • a4d5c47 chore(master): release 1.8.0 (#372)
  • fdde1a7 fix(deps): bump the minorandpatch group across 1 directory with 7 updates (#368)
  • bb0d5e4 feat: prefer npm CLI publisher with libnpmpublish fallback (#373)
  • 082b36b feat: hexagonal architecture rewrite with OIDC trusted publishing support (#370)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for workspaces-publish since your current version.


Updates vitest from 4.0.18 to 4.1.0

Release notes

Sourced from vitest's releases.

v4.1.0

Vitest 4.1 is out!

This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.

   🚀 Features

... (truncated)

Commits
  • 4150b91 chore: release v4.1.0
  • 1de0aa2 fix: correctly identify concurrent test during static analysis (#9846)
  • c3cac1c fix: use isAgent check, not just TTY, for watch mode (#9841)
  • eab68ba chore(deps): update all non-major dependencies (#9824)
  • 031f02a fix: allow catch/finally for async assertion (#9827)
  • 3e9e096 feat(reporters): add agent reporter to reduce ai agent token usage (#9779)
  • 0c2c013 chore: release v4.1.0-beta.6
  • 8181e06 fix: hideSkippedTests should not hide test.todo (fix #9562) (#9781)
  • a8216b0 fix: manual and redirect mock shouldn't load or transform original module...
  • 689a22a fix(browser): types of getCDPSession and cdp() (#9716)
  • Additional commits viewable in compare view

Updates jose from 6.1.3 to 6.2.2

Release notes

Sourced from jose's releases.

v6.2.2

Fixes

  • reject failed decompression with JWEInvalid error (043b181)

v6.2.1

Refactor

  • reorganize internals, less files, smaller footprint (d4231f9)

v6.2.0

Features

  • re-introduce JWE "zip" (Compression Algorithm) Header Parameter support (b13b446)

Documentation

  • clarify return of general jws and jwe (56682b4)
Changelog

Sourced from jose's changelog.

6.2.2 (2026-03-18)

Fixes

  • reject failed decompression with JWEInvalid error (043b181)

6.2.1 (2026-03-09)

Refactor

  • reorganize internals, less files, smaller footprint (d4231f9)

6.2.0 (2026-03-05)

Features

  • re-introduce JWE "zip" (Compression Algorithm) Header Parameter support (b13b446)

Documentation

  • clarify return of general jws and jwe (56682b4)
Commits
  • 9c86586 chore(release): 6.2.2
  • 4984b5c chore(deps): bump the actions group with 4 updates
  • 043b181 fix: reject failed decompression with JWEInvalid error
  • 867cc2c chore(deps-dev): bump undici
  • f4e20e7 chore(deps-dev): bump tar in the npm_and_yarn group across 1 directory
  • d0505bf chore: cleanup after release
  • d491aa9 chore(release): 6.2.1
  • d4231f9 refactor: reorganize internals, less files, smaller footprint
  • 7b22ba8 test: use playwright instead of testcafe
  • 00965b4 chore: bump packages
  • 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 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

…ates

Bumps the minorandpatch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.15.17` | `1.15.18` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.2` | `25.5.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.7` | `16.4.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.5.3` | `22.6.0` |
| [workspaces-publish](https://github.com/tada5hi/workspaces-publish) | `1.7.0` | `1.8.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.18` | `4.1.0` |
| [jose](https://github.com/panva/jose) | `6.1.3` | `6.2.2` |



Updates `@swc/core` from 1.15.17 to 1.15.18
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.18/packages/core)

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

Updates `lint-staged` from 16.2.7 to 16.4.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.2.7...v16.4.0)

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

Updates `workspaces-publish` from 1.7.0 to 1.8.1
- [Release notes](https://github.com/tada5hi/workspaces-publish/releases)
- [Changelog](https://github.com/tada5hi/workspaces-publish/blob/master/CHANGELOG.md)
- [Commits](tada5hi/monoship@v1.7.0...v1.8.1)

Updates `vitest` from 4.0.18 to 4.1.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest)

Updates `jose` from 6.1.3 to 6.2.2
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.1.3...v6.2.2)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.15.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: lint-staged
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: nx
  dependency-version: 22.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: workspaces-publish
  dependency-version: 1.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: vitest
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: jose
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
...

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 Mar 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github Mar 20, 2026

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 Mar 20, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/master/minorandpatch-2f27a5c84f branch March 20, 2026 01:34
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