Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 6 updates#1077

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-2f2d514f71
Open

chore(deps): bump the all-dependencies group across 1 directory with 6 updates#1077
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-2f2d514f71

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all-dependencies group with 5 updates in the / directory:

Package From To
@stencil/core 4.35.3 4.43.4
@stencil/react-output-target 1.2.0 1.5.2
@typescript-eslint/eslint-plugin 8.58.2 8.59.2
prettier 3.8.1 3.8.3
@rollup/rollup-linux-x64-gnu 4.60.1 4.60.3

Updates @stencil/core from 4.35.3 to 4.43.4

Release notes

Sourced from @​stencil/core's releases.

🏝 4.43.4 (2026-04-13)

Bug Fixes

  • cache host refs in public render() method (#6674) (7dd8ea7)
  • compiler: set log file path when writeLog is enabled (#6655) (3d95083), closes #6632
  • runtime: normalize legacy watcher metadata for backward compatibility (#6676) (db26aba)
  • runtime: skip setter when removing reflected bool attr (#6673) (6c8a3b6), closes #6672
  • utils: handle Unicode characters in serializeProperty (#6654) (000ddb9), closes #6643

New Contributors

Full Changelog: stenciljs/core@v4.43.3...v4.43.4

🐕 4.43.3 (2026-03-19)

New Contributors

Full Changelog: stenciljs/core@v4.43.2...v4.43.3

🌙 4.43.2 (2026-02-27)

Bug Fixes

  • compiler: mixin jsx processing (#6615) (ccda746)
  • compiler: proper discovery and processing of external mixins / classes (#6620) (0ee951e)
  • dist-custom-elements: stop render function being stripped from imports (#6623) (cd33ccb)
  • mock-doc: add missing part setter to MockElement (#6612) (abfdd57)
  • runtime: init prop reactivity when ele.prop === instance.prop (#6614) (ad6a344)
  • runtime: mixin get / set @Prop infinite loop (#6618) (11201b5)
  • types: provide warnings for ts 4094; anon classes may not be private or protected (#6613) (3fbc441)
  • types: raise typescript errors even without components.d.ts (#6616) (827d0d6)

New Contributors

Full Changelog: stenciljs/core@v4.43.1...v4.43.2

🏹 4.43.1 (2026-02-20)

Bug Fixes

New Contributors

... (truncated)

Changelog

Sourced from @​stencil/core's changelog.

🏝 4.43.4 (2026-04-13)

Bug Fixes

  • cache host refs in public render() method (#6674) (7dd8ea7)
  • compiler: set log file path when writeLog is enabled (#6655) (3d95083), closes #6632
  • runtime: normalize legacy watcher metadata for backward compatibility (#6676) (db26aba)
  • runtime: skip setter when removing reflected bool attr (#6673) (6c8a3b6), closes #6672
  • utils: handle Unicode characters in serializeProperty (#6654) (000ddb9), closes #6643

🐕 4.43.3 (2026-03-19)

Features

  • testing: deprecate all integrated testing options (#6642) (02f91b3)

🌙 4.43.2 (2026-02-27)

Bug Fixes

  • add missing part setter to MockElement (#6612) (abfdd57)
  • compiler: mixin jsx processing (#6615) (ccda746)
  • compiler: proper discovery and processing of external mixins / classes (#6620) (0ee951e)
  • dist-custom-elements: stop render function being stripped from imports (#6623) (cd33ccb)
  • runtime: init prop reactivity when ele.prop === instance.prop (#6614) (ad6a344)
  • runtime: mixin get / set @Prop infinite loop (#6618) (11201b5)
  • types: provide warnings for ts 4094; anon classes may not be private or protected (#6613) (3fbc441)
  • types: raise typescript errors even without components.d.ts (#6616) (827d0d6)

🏹 4.43.1 (2026-02-20)

Bug Fixes

👒 4.43.0 (2026-02-13)

... (truncated)

Commits
  • a1589d9 v4.43.4 (#6684)
  • db26aba fix(runtime): normalize legacy watcher metadata for backward compatibility (#...
  • 86eebde chore(deps-dev): bump basic-ftp from 5.2.1 to 5.2.2 (#6680)
  • 76376d5 chore: prod build pre-release
  • 4b448f4 chore(deps-dev): bump basic-ftp from 5.2.0 to 5.2.1 (#6675)
  • 7dd8ea7 fix: cache host refs in public render() method (#6674)
  • 6c8a3b6 fix(runtime): skip setter when removing reflected bool attr (#6673)
  • c845d46 chore(deps): bump lodash from 4.17.23 to 4.18.1 (#6662)
  • c319402 chore(deps-dev): bump lodash in /src/testing/jest/jest-27-and-under (#6661)
  • 27a0c84 chore(deps): bump lodash.template from 4.5.0 to 4.18.1 in /test/todo-app (#6660)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​stencil/core since your current version.


Updates @stencil/react-output-target from 1.2.0 to 1.5.2

Changelog

Sourced from @​stencil/react-output-target's changelog.

@​stencil/react-output-target@​1.2.1

🐛 Bug Fix

@​stencil/vue-output-target@​0.11.7 (2025-07-16)

🚀 Enhancement

@​stencil/angular-output-target@​1.1.1 (2025-07-16)

🐛 Bug Fix

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​stencil/react-output-target since your current version.


Updates @typescript-eslint/eslint-plugin from 8.58.2 to 8.59.2

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.59.2

8.59.2 (2026-05-04)

🩹 Fixes

  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#12150)
  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#12292)
  • rule-tester: add TypeScript as a peer dependency (#12288)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.1

8.59.1 (2026-04-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.0

8.59.0 (2026-04-20)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#11789)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.59.2 (2026-05-04)

🩹 Fixes

  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#12292)
  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#12150)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.59.1 (2026-04-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.59.0 (2026-04-20)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#11789)

❤️ Thank You

  • Ulrich Stark

See GitHub Releases for more information.

... (truncated)

Commits
  • 2ec35f1 chore(release): publish 8.59.2
  • ec3ef25 test: make no-useless-empty-export tests fully static (#12260)
  • 60d0a51 chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...
  • 5c53da2 fix(eslint-plugin): [no-deprecated] object destructuring values should be tre...
  • 80c28a1 fix(eslint-plugin): [no-unsafe-type-assertion] handle crash on recursive temp...
  • b7b2670 test: make no-this-alias tests fully static (#12258)
  • 5245793 chore(release): publish 8.59.1
  • 3cef124 chore(eslint-plugin): switch auto-generated test cases to hand-written in dot...
  • 27c507b test: make sort-type-constituents tests fully static (#12262)
  • a03b31d chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.58.2 to 8.59.2

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.59.2

8.59.2 (2026-05-04)

🩹 Fixes

  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#12150)
  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#12292)
  • rule-tester: add TypeScript as a peer dependency (#12288)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.1

8.59.1 (2026-04-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.0

8.59.0 (2026-04-20)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#11789)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.59.2 (2026-05-04)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.59.1 (2026-04-27)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.59.0 (2026-04-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

Updates @rollup/rollup-linux-x64-gnu from 4.60.1 to 4.60.3

Release notes

Sourced from @​rollup/rollup-linux-x64-gnu's releases.

v4.60.2

4.60.2

2026-04-18

Bug Fixes

  • Resolve a variable rendering bug when generating different formats from the same build (#6350)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-x64-gnu's changelog.

4.60.3

2026-05-04

Bug Fixes

  • Ensure nested "exports" variables are not renamed (#6360)

Pull Requests

4.60.2

2026-04-18

Bug Fixes

  • Resolve a variable rendering bug when generating different formats from the same build (#6350)

Pull Requests

Commits
  • b47bdab 4.60.3
  • 15c5f33 Add again some unneeded dev dependencies, to make some builds succeed
  • 12195dc fix: do not rename nested "exports" bindings that do not conflict (#6360)
  • b74aa39 Migrate instructions to AGENTS.md
  • aa5a377 fix(deps): update minor/patch updates (#6365)
  • 197e68b chore(deps): update msys2/setup-msys2 digest to e989830 (#6364)
  • cded70a fix(deps): update swc monorepo (major) (#6366)
  • bb2b8a5 docs: add missing backticks in plugin-development (#6368)
  • 20af1c4 chore(deps): lock file maintenance (#6367)
  • a6be82b 4.60.2
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 6, 2026 07:29
@dependabot dependabot Bot added javascript Pull requests that update javascript code dependencies Pull requests that update a dependency file labels May 6, 2026
@dependabot dependabot Bot temporarily deployed to qa-review-bot-bypass May 6, 2026 07:29 Inactive
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/all-dependencies-2f2d514f71 branch from d97c55f to 3c7c318 Compare May 8, 2026 10:01
@dependabot dependabot Bot temporarily deployed to qa-review-bot-bypass May 8, 2026 10:01 Inactive
…6 updates

Bumps the all-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@stencil/core](https://github.com/stenciljs/core) | `4.35.3` | `4.43.4` |
| [@stencil/react-output-target](https://github.com/stenciljs/output-targets) | `1.2.0` | `1.5.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.58.2` | `8.59.2` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) | `4.60.1` | `4.60.3` |



Updates `@stencil/core` from 4.35.3 to 4.43.4
- [Release notes](https://github.com/stenciljs/core/releases)
- [Changelog](https://github.com/stenciljs/core/blob/main/CHANGELOG.md)
- [Commits](stenciljs/core@v4.35.3...v4.43.4)

Updates `@stencil/react-output-target` from 1.2.0 to 1.5.2
- [Release notes](https://github.com/stenciljs/output-targets/releases)
- [Changelog](https://github.com/stenciljs/output-targets/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stenciljs/output-targets/commits)

Updates `@typescript-eslint/eslint-plugin` from 8.58.2 to 8.59.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.58.2 to 8.59.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/parser)

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

Updates `@rollup/rollup-linux-x64-gnu` from 4.60.1 to 4.60.3
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.60.1...v4.60.3)

---
updated-dependencies:
- dependency-name: "@rollup/rollup-linux-x64-gnu"
  dependency-version: 4.60.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@stencil/core"
  dependency-version: 4.43.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@stencil/react-output-target"
  dependency-version: 1.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.59.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/all-dependencies-2f2d514f71 branch from 3c7c318 to 020d931 Compare May 11, 2026 12:52
@dependabot dependabot Bot temporarily deployed to qa-review-bot-bypass May 11, 2026 12:53 Inactive
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