Skip to content

chore(deps-dev): bump the patch-deps-updates-main group with 4 updates#649

Merged
johnjenkins merged 1 commit intomainfrom
dependabot/npm_and_yarn/patch-deps-updates-main-1b71b2d001
Oct 13, 2025
Merged

chore(deps-dev): bump the patch-deps-updates-main group with 4 updates#649
johnjenkins merged 1 commit intomainfrom
dependabot/npm_and_yarn/patch-deps-updates-main-1b71b2d001

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the patch-deps-updates-main group with 4 updates: @rollup/plugin-node-resolve, @stencil/core, @types/node and ts-jest.

Updates @rollup/plugin-node-resolve from 16.0.2 to 16.0.3

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v16.0.3

2025-10-13

Bugfixes

  • fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#1908)
Commits
  • 764910a chore(release): node-resolve v16.0.3
  • 3569720 fix(node-resolve): resolve bare targets of package "imports" using export map...
  • See full diff in compare view

Updates @stencil/core from 4.38.0 to 4.38.1

Release notes

Sourced from @​stencil/core's releases.

🚎 4.38.1 (2025-10-10)

Bug Fixes

  • build: add extended class source in collection dependencies (#6412) (40516ea)
  • runtime: better boolean attribute handling (#6413) (06a2375)

Testing

  • Test Export internal mockComponentMeta object making writing custom output-target tests easier (ef05b45)

Deps

New Contributors

Full Changelog: stenciljs/core@v4.38.0...v4.38.1

Changelog

Sourced from @​stencil/core's changelog.

🚎 4.38.1 (2025-10-10)

Bug Fixes

  • build: add extended class source in collection dependencies (#6412) (40516ea)
  • runtime: better boolean attribute handling (#6413) (06a2375)

Features

  • Test Export internal mockComponentMeta object making writing custom output-target tests easier (ef05b45)
Commits
  • 5c5edfd Release v4.38.1 (#6417)
  • fb16240 chore(typescript): update typescript to version 5.9.2 (#6397)
  • 06a2375 fix(runtime): better boolean attribute handling (#6413)
  • 40516ea fix(build): add extended class source in collection dependencies (#6412)
  • ef05b45 chore(testing): export stubComponentCompilerMeta as mockComponentMeta (#6409)
  • See full diff in compare view

Updates @types/node from 22.18.8 to 22.18.10

Commits

Updates ts-jest from 29.4.4 to 29.4.5

Release notes

Sourced from ts-jest's releases.

v29.4.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.5 (2025-10-10)

Bug Fixes

  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #5013
Commits
  • 9d5248a chore(release): 29.4.5
  • ca8b623 refactor: improve message about using Node16/18/Next
  • c290d4d fix: allow filtering modern module warning message with diagnostic code
  • 1ff2dda build: replace conventional-changelog-cli dep
  • 1c08db3 ci: run npm ci --ignore-scripts for workflows
  • 9f60d2c ci: enhance security for Renovate PRs
  • 1c1077f build(deps): Update dependency @​formatjs/ts-transformer to ^3.14.2
  • 9037f2f build(deps): Update dependency @​types/node to v20.19.20
  • 6ed0e1c build(deps): Update dependency semver to ^7.7.3
  • 4a06f8c build(deps): Update github/codeql-action digest to a8d1ac4
  • 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 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 patch-deps-updates-main group with 4 updates: [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve), [@stencil/core](https://github.com/stenciljs/core), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [ts-jest](https://github.com/kulshekhar/ts-jest).


Updates `@rollup/plugin-node-resolve` from 16.0.2 to 16.0.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.3/packages/node-resolve)

Updates `@stencil/core` from 4.38.0 to 4.38.1
- [Release notes](https://github.com/stenciljs/core/releases)
- [Changelog](https://github.com/stenciljs/core/blob/main/CHANGELOG.md)
- [Commits](stenciljs/core@v4.38.0...v4.38.1)

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

Updates `ts-jest` from 29.4.4 to 29.4.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.4...v29.4.5)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-version: 16.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-deps-updates-main
- dependency-name: "@stencil/core"
  dependency-version: 4.38.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-deps-updates-main
- dependency-name: "@types/node"
  dependency-version: 22.18.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-deps-updates-main
- dependency-name: ts-jest
  dependency-version: 29.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-deps-updates-main
...

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 Oct 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 13, 2025 16:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 13, 2025
@johnjenkins johnjenkins merged commit 90a0c2c into main Oct 13, 2025
4 checks passed
@johnjenkins johnjenkins deleted the dependabot/npm_and_yarn/patch-deps-updates-main-1b71b2d001 branch October 13, 2025 20:12
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.

1 participant