Skip to content

chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates#36

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/development-dependencies-fad263891a
Apr 1, 2026
Merged

chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates#36
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/development-dependencies-fad263891a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the development-dependencies group with 4 updates in the / directory: npm-check-updates, @swc/core, jsdom and typescript.

Updates npm-check-updates from 19.6.5 to 20.0.0

Release notes

Sourced from npm-check-updates's releases.

v20.0.0

Auto Cooldown

The cooldown option is now automatically applied from the respective package manager's config:

  • npm - min-release-age (#1632)
  • yarn - npmMinimalAgeGate (excluding npmPreapprovedPackages) (#1643)
  • pnpm - minimumReleaseAge (excluding minimumReleaseAgeExclude) (#1639)

Why is this a breaking change?

Other changes

New Contributors

Full Changelog: raineorshine/npm-check-updates@v19.6.6...v20.0.0

v19.6.6

Full Changelog: raineorshine/npm-check-updates@v19.6.5...v19.6.6

Commits
  • a5d46ef 20.0.0
  • 612a33e feat: auto-apply yarn npmMinimalAgeGate as cooldown, respect `npmPreapprove...
  • 4e04b40 feat: auto-apply pnpm minimumReleaseAge as cooldown (#1639)
  • cfb1083 Potential fix for code scanning alert no. 13: Incomplete string escaping or e...
  • 9b9c139 Automatically apply npm min-release-age config as cooldown (#1632)
  • 8d9c32e update dependencies; fix vulnerabilities (#1630)
  • fb07ec2 Bump glob and markdownlint-cli (#1625)
  • 94f0eee Bump hosted-git-info from 9.0.0 to 9.0.2 (#1622)
  • 046f292 Bump @​typescript-eslint/eslint-plugin from 8.44.1 to 8.57.2 (#1619)
  • 57f75a6 Bump lodash and @​types/lodash (#1615)
  • Additional commits viewable in compare view

Updates @swc/core from 1.15.18 to 1.15.21

Changelog

Sourced from @​swc/core's changelog.

[1.15.21] - 2026-03-22

Bug Fixes

  • (cli) Honor externalHelpers=false in rust binary (#11693) (1be052e)

  • (cli) Skip mkdir when --out-file targets the current directory (#11720) (f3f4e51)

  • (es/decorators) Resolve 2022-03 issues #9565/#9078/#9079 and add regressions (#11698) (a025d2b)

  • (es/fixer) Wrap new opt chain (#11618) (fdcd184)

  • (es/flow) Normalize module await bindings for Hermes parity (#11703) (73d8761)

  • (es/minifier) Fix compatibility for Wasm plugin (swc_ast_unknown) (#11641) (abd0e45)

  • (es/module) Preserve explicit index.js import path when baseUrl is set (#11597) (830dbeb)

  • (es/module) Avoid rewriting unknown relative extensions (#11713) (ed09218)

  • (es/regexp) Implement transform-named-capturing-groups-regex (#11642) (f62bfa9)

  • (es/types) Add new options types (#11683) (62eeee1)

  • (malloc) Fallback to system allocator on linux gnu s390x/powerpc (#11606) (e103fac)

  • Update lz4_flex to resolve RUSTSEC-2026-0041 (#11701) (7528507)

Documentation

... (truncated)

Commits
  • a06c4b9 chore: Publish 1.15.21 with swc_core v59.0.1
  • eb169d5 chore: Publish 1.15.21-nightly-20260322.3 with swc_core v59.0.1
  • 4c378f7 chore: Publish 1.15.21-nightly-20260322.2 with swc_core v59.0.1
  • 1cdd010 chore: Publish 1.15.21-nightly-20260322.1 with swc_core v59.0.1
  • de0c918 chore: Publish 1.15.20-nightly-20260302.1 with swc_core v58.0.4
  • f79f31e chore: Publish 1.15.19-nightly-20260302.1 with swc_core v58.0.3
  • 357255d feat(bindings): Add linux ppc64le and s390x support across npm bindings (#11602)
  • See full diff in compare view

Updates jsdom from 29.0.0 to 29.0.1

Release notes

Sourced from jsdom's releases.

v29.0.1

  • Fixed CSS parsing of border, background, and their sub-shorthands containing keywords or var(). (@​asamuzaK)
  • Fixed getComputedStyle() to return a more functional CSSStyleDeclaration object, including indexed access support, which regressed in v29.0.0.
Commits
  • 34c7d6e 29.0.1
  • 8ffc811 Add benchmark for computed style property access
  • 5f2434c Update dependencies and dev dependencies
  • 1e8a7ff Handle global keywords in CSS shorthand property handlers
  • 0b79509 Wrap getComputedStyle return value for proper indexed access
  • d589a8e Fix border shorthand parsing
  • e528859 Modernize release infrastructure
  • 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 jsdom since your current version.


Updates typescript from 5.9.3 to 6.0.2

Release notes

Sourced from typescript's releases.

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

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

…ectory with 4 updates

Bumps the development-dependencies group with 4 updates in the / directory: [npm-check-updates](https://github.com/raineorshine/npm-check-updates), [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core), [jsdom](https://github.com/jsdom/jsdom) and [typescript](https://github.com/microsoft/TypeScript).


Updates `npm-check-updates` from 19.6.5 to 20.0.0
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v19.6.5...v20.0.0)

Updates `@swc/core` from 1.15.18 to 1.15.21
- [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.21/packages/core)

Updates `jsdom` from 29.0.0 to 29.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.0.0...v29.0.1)

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

---
updated-dependencies:
- dependency-name: npm-check-updates
  dependency-version: 20.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.15.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: jsdom
  dependency-version: 29.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions github-actions bot merged commit 4a98e07 into main Apr 1, 2026
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-fad263891a branch April 1, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant