Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2025

Bumps the npm-development group with 6 updates:

Package From To
@types/node 20.19.4 20.19.9
@typescript-eslint/eslint-plugin 8.35.1 8.38.0
@typescript-eslint/parser 8.35.1 8.38.0
eslint 9.30.1 9.31.0
eslint-config-prettier 10.1.5 10.1.8
eslint-plugin-prettier 5.5.1 5.5.3

Updates @types/node from 20.19.4 to 20.19.9

Commits

Updates @typescript-eslint/eslint-plugin from 8.35.1 to 8.38.0

Release notes

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

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

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

v8.37.0

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
  • type-utils: add missing 'types' dependency to 'type-utils' (#11383)
  • type-utils: handle namespaced exports in specifier matching (#11380)

❤️ Thank You

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

v8.36.0

8.36.0 (2025-07-07)

... (truncated)

Changelog

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

8.38.0 (2025-07-21)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)

❤️ Thank You

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

8.37.0 (2025-07-14)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)

❤️ Thank You

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

8.36.0 (2025-07-07)

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

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

Commits
  • d11e79e chore(release): publish 8.38.0
  • 5ec8c58 fix: disallow extra properties in rule options (#11397)
  • 0e884c7 fix(eslint-plugin): [consistent-generic-constructors] resolve conflict with `...
  • 816be17 chore(release): publish 8.37.0
  • e1b310c fix(eslint-plugin): [unified-signatures] fix false positives for ignoreOverlo...
  • 16c344e docs(website): remove stale list of checked expressions (#11384)
  • 84b7a2e chore(release): publish 8.36.0
  • d1388fc fix(eslint-plugin): [no-deprecated] should allow ignoring of deprecated value...
  • 4a60d3e docs(eslint-plugin): [only-throw-error] document options (#11348)
  • 1ca81c1 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.35.1 to 8.38.0

Release notes

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

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

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

v8.37.0

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
  • type-utils: add missing 'types' dependency to 'type-utils' (#11383)
  • type-utils: handle namespaced exports in specifier matching (#11380)

❤️ Thank You

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

v8.36.0

8.36.0 (2025-07-07)

... (truncated)

Changelog

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

8.38.0 (2025-07-21)

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

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

8.37.0 (2025-07-14)

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

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

8.36.0 (2025-07-07)

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

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

Commits

Updates eslint from 9.30.1 to 9.31.0

Release notes

Sourced from eslint's releases.

v9.31.0

Features

  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)

Bug Fixes

  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)

Documentation

  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

Chores

Changelog

Sourced from eslint's changelog.

v9.31.0 - July 11, 2025

  • 3ddd454 chore: upgrade to @eslint/[email protected] (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)
Commits

Updates eslint-config-prettier from 10.1.5 to 10.1.8

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.8

republish latest version

Full Changelog: prettier/eslint-config-prettier@v10.1.5...v10.1.8

Changelog

Sourced from eslint-config-prettier's changelog.

eslint-config-prettier

Commits

Updates eslint-plugin-prettier from 5.5.1 to 5.5.3

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.3

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3

v5.5.2

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.1...v5.5.2

Changelog

Sourced from eslint-plugin-prettier's changelog.

Changelog

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 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 npm-development group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.4` | `20.19.9` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.35.1` | `8.38.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.35.1` | `8.38.0` |
| [eslint](https://github.com/eslint/eslint) | `9.30.1` | `9.31.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` | `10.1.8` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.1` | `5.5.3` |


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

Updates `@typescript-eslint/eslint-plugin` from 8.35.1 to 8.38.0
- [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.38.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.35.1 to 8.38.0
- [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.38.0/packages/parser)

Updates `eslint` from 9.30.1 to 9.31.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.30.1...v9.31.0)

Updates `eslint-config-prettier` from 10.1.5 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.1.5...v10.1.8)

Updates `eslint-plugin-prettier` from 5.5.1 to 5.5.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.1...v5.5.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 20.19.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: eslint
  dependency-version: 9.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 23, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 23, 2025
@github-actions
Copy link

GraalVM Native Image Build Report

helloworld generated in 53.1s as part of the 'test-action-native-image-windows-msvc' job in run #203.

Environment

Java version 17.0.12+8-LTS Vendor version Oracle GraalVM 17.0.12+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler cl.exe (microsoft, x64, 19.44.35213)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,809 59.311% 1,684 45.587% 7,635 35.791%
Reflection 618 20.262% 0 0.000% 282 1.322%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,332 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.925% 3,464 compilation units
Image heap 3.45MB 54.709% 48,653 objects, 108.00B for 1 resources
Other data 88.19KB 1.366%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.68s (3.163% of total time) in 129 GCs
Peak RSS 972.37MB (5.935% of 16.00GB system memory)
CPU load 3.171 (79.287% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

GraalVM Native Image Build Report

helloworld.exe generated in 59.9s as part of the 'test-action-native-image-windows' job in run #203.

Environment

Java version 26+6 Vendor version GraalVM CE 26-dev+6.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler cl.exe (microsoft, x64, 19.44.35213)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,248 69.004% 3,720 41.513% 15,199 43.088%
Reflection 1,046 22.222% 36 0.402% 414 1.174%
JNI 62 1.317% 52 0.580% 52 0.147%
Loaded 4,707 100.000% 8,961 100.000% 35,274 100.000%

Image Details

Category Size in % Details
Code area 5.13MB 39.949% 8,728 compilation units
Image heap 7.31MB 56.952% 88,346 objects, 171.38KB for 55 resources
Other data 407.50KB 3.099%
Total 12.84MB 100.000%

Resource Usage

Garbage collection 2.23s (3.729% of total time) in 406 GCs
Peak RSS 1.07GB (6.692% of 16.00GB system memory)
CPU load 3.253 (81.325% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

GraalVM Native Image Build Report

helloworld generated in 53.2s as part of the 'test-action-native-image-musl' job in run #203.

Environment

Java version 26+6 Vendor version GraalVM CE 26-dev+6.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.2.1)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,266 68.455% 3,723 41.380% 15,213 42.840%
Reflection 1,057 22.155% 36 0.400% 414 1.166%
JNI 58 1.216% 59 0.656% 52 0.146%
Loaded 4,771 100.000% 8,997 100.000% 35,511 100.000%

Image Details

Category Size in % Details
Code area 4.97MB 36.158% 8,700 compilation units
Image heap 7.31MB 53.246% 88,584 objects, 171.38KB for 55 resources
Other data 1.46MB 10.596%
Total 13.73MB 100.000%

Resource Usage

Garbage collection 2.11s (3.973% of total time) in 458 GCs
Peak RSS 1.09GB (6.960% of 15.62GB system memory)
CPU load 3.649 (91.236% of 4 CPU cores)

Report generated by setup-graalvm.

@github-actions
Copy link

GraalVM Native Image Build Report

helloworld generated in 47.8s as part of the 'test-action-extensive' job in run #203.

Environment

Java version 17.0.8+9-LTS Vendor version Oracle GraalVM 17.0.8+9.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler gcc (linux, x86_64, 13.3.0)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,853 59.145% 1,737 46.369% 7,712 35.613%
Reflection 638 20.364% 0 0.000% 281 1.298%
JNI 49 1.564% 32 0.854% 48 0.222%
Loaded 3,133 100.000% 3,746 100.000% 21,655 100.000%

Image Details

Category Size in % Details
Code area 2.75MB 23.180% 3,484 compilation units
Image heap 3.46MB 29.165% 48,916 objects, 108.00B for 1 resources
Debug info 5.33MB 44.904%
Other data 334.68KB 2.751%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.92s (4.015% of total time) in 133 GCs
Peak RSS 1.10GB (7.023% of 15.62GB system memory)
CPU load 3.541 (88.522% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus merged commit 1c83fc6 into main Jul 23, 2025
229 of 230 checks passed
@fniephaus fniephaus deleted the dependabot/npm_and_yarn/npm-development-fe06db7a8d branch July 23, 2025 08:21
mergify bot added a commit to robfrank/linklift that referenced this pull request Sep 8, 2025
Bumps the github-actions group with 4 updates: [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm), [softprops/action-gh-release](https://github.com/softprops/action-gh-release), [github/codeql-action](https://github.com/github/codeql-action) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby).
Updates `graalvm/setup-graalvm` from 1.3.5 to 1.3.6
Release notes

*Sourced from [graalvm/setup-graalvm's releases](https://github.com/graalvm/setup-graalvm/releases).*

> v1.3.6
> ------
>
> What's Changed
> --------------
>
> * Bump the npm-development group with 6 updates by [`@​dependabot`](https://github.com/dependabot)[bot] in [graalvm/setup-graalvm#174](https://redirect.github.com/graalvm/setup-graalvm/pull/174)
> * Bump jest and `@​types/jest` by [`@​dependabot`](https://github.com/dependabot)[bot] in [graalvm/setup-graalvm#175](https://redirect.github.com/graalvm/setup-graalvm/pull/175)
> * Bump `@​actions/cache` from 4.0.3 to 4.0.5 in the npm-production group by [`@​dependabot`](https://github.com/dependabot)[bot] in [graalvm/setup-graalvm#178](https://redirect.github.com/graalvm/setup-graalvm/pull/178)
>
> **Full Changelog**: <graalvm/setup-graalvm@v1.3.5...v1.3.6>


Commits

* [`7a1da54`](graalvm/setup-graalvm@7a1da54) Bump version to `1.3.6`.
* [`19b0dc9`](graalvm/setup-graalvm@19b0dc9) Update dist files.
* [`3faee52`](graalvm/setup-graalvm@3faee52) Bump `@​actions/cache` from 4.0.3 to 4.0.5 in the npm-production group
* [`f6fd5af`](graalvm/setup-graalvm@f6fd5af) Bump jest and `@​types/jest`
* [`1c83fc6`](graalvm/setup-graalvm@1c83fc6) Bump the npm-development group with 6 updates
* See full diff in [compare view](graalvm/setup-graalvm@7f488cf...7a1da54)
  
Updates `softprops/action-gh-release` from 2.3.2 to 2.3.3
Release notes

*Sourced from [softprops/action-gh-release's releases](https://github.com/softprops/action-gh-release/releases).*

> v2.3.3
> ------
>
> What's Changed
> --------------
>
> ### Exciting New Features 🎉
>
> * feat: add input option `overwrite_files` by [`@​asfernandes`](https://github.com/asfernandes) in [softprops/action-gh-release#343](https://redirect.github.com/softprops/action-gh-release/pull/343)
>
> ### Other Changes 🔄
>
> * dependency updates
>
> New Contributors
> ----------------
>
> * [`@​asfernandes`](https://github.com/asfernandes) made their first contribution in [softprops/action-gh-release#343](https://redirect.github.com/softprops/action-gh-release/pull/343)
>
> **Full Changelog**: <softprops/action-gh-release@v2...v2.3.3>


Changelog

*Sourced from [softprops/action-gh-release's changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md).*

> 2.3.3
> -----
>
> What's Changed
> --------------
>
> ### Exciting New Features 🎉
>
> * feat: add input option `overwrite_files` by [`@​asfernandes`](https://github.com/asfernandes) in [softprops/action-gh-release#343](https://redirect.github.com/softprops/action-gh-release/pull/343)
>
> ### Other Changes 🔄
>
> * dependency updates
>
> 2.3.2
> -----
>
> * fix: revert fs `readableWebStream` change
>
> 2.3.1
> -----
>
> ### Bug fixes 🐛
>
> * fix: fix file closing issue by [`@​WailGree`](https://github.com/WailGree) in [softprops/action-gh-release#629](https://redirect.github.com/softprops/action-gh-release/pull/629)
>
> 2.3.0
> -----
>
> * Migrate from jest to vitest
> * Replace `mime` with `mime-types`
> * Bump to use node 24
> * Dependency updates
>
> 2.2.2
> -----
>
> What's Changed
> --------------
>
> ### Bug fixes 🐛
>
> * fix: updating release draft status from true to false by [`@​galargh`](https://github.com/galargh) in [softprops/action-gh-release#316](https://redirect.github.com/softprops/action-gh-release/pull/316)
>
> ### Other Changes 🔄
>
> * chore: simplify ref\_type test by [`@​steinybot`](https://github.com/steinybot) in [softprops/action-gh-release#598](https://redirect.github.com/softprops/action-gh-release/pull/598)
> * fix(docs): clarify the default for tag\_name by [`@​muzimuzhi`](https://github.com/muzimuzhi) in [softprops/action-gh-release#599](https://redirect.github.com/softprops/action-gh-release/pull/599)
> * test(release): add unit tests when searching for a release by [`@​rwaskiewicz`](https://github.com/rwaskiewicz) in [softprops/action-gh-release#603](https://redirect.github.com/softprops/action-gh-release/pull/603)
> * dependency updates
>
> 2.2.1
> -----
>
> What's Changed
> --------------
>
> ### Bug fixes 🐛

... (truncated)


Commits

* [`6cbd405`](softprops/action-gh-release@6cbd405) release 2.3.3
* [`fbadcc9`](softprops/action-gh-release@fbadcc9) update to use `actions/checkout@v5`
* [`4a84006`](softprops/action-gh-release@4a84006) chore(deps): bump `@​types/node` from 20.19.10 to 20.19.11 in the npm group ([#648](https://redirect.github.com/softprops/action-gh-release/issues/648))
* [`7191749`](softprops/action-gh-release@7191749) chore(deps): bump actions/checkout in the github-actions group ([#649](https://redirect.github.com/softprops/action-gh-release/issues/649))
* [`126b1e7`](softprops/action-gh-release@126b1e7) chore(deps): bump `@​types/node` from 20.19.9 to 20.19.10 in the npm group ([#647](https://redirect.github.com/softprops/action-gh-release/issues/647))
* [`f82d31e`](softprops/action-gh-release@f82d31e) chore(deps): bump the npm group with 3 updates ([#643](https://redirect.github.com/softprops/action-gh-release/issues/643))
* [`f2352b9`](softprops/action-gh-release@f2352b9) chore(deps): bump `@​types/node` from 20.19.2 to 20.19.7 in the npm group ([#640](https://redirect.github.com/softprops/action-gh-release/issues/640))
* [`f0b3259`](softprops/action-gh-release@f0b3259) chore(deps): bump the npm group across 1 directory with 4 updates ([#638](https://redirect.github.com/softprops/action-gh-release/issues/638))
* [`f37a2f9`](softprops/action-gh-release@f37a2f9) chore(deps): bump the npm group with 2 updates ([#635](https://redirect.github.com/softprops/action-gh-release/issues/635))
* [`db56014`](softprops/action-gh-release@db56014) chore(deps): bump brace-expansion from 2.0.1 to 2.0.2 ([#634](https://redirect.github.com/softprops/action-gh-release/issues/634))
* Additional commits viewable in [compare view](softprops/action-gh-release@72f2c25...6cbd405)
  
Updates `github/codeql-action` from 3.29.11 to 3.30.1
Release notes

*Sourced from [github/codeql-action's releases](https://github.com/github/codeql-action/releases).*

> v3.30.1
> -------
>
> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> 3.30.1 - 05 Sep 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.0. [#3077](https://redirect.github.com/github/codeql-action/pull/3077)
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.30.1/CHANGELOG.md) for more information.
>
> v3.30.0
> -------
>
> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> 3.30.0 - 01 Sep 2025
> --------------------
>
> * Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. [#3054](https://redirect.github.com/github/codeql-action/pull/3054)
>
> See the full [CHANGELOG.md](https://github.com/github/codeql-action/blob/v3.30.0/CHANGELOG.md) for more information.


Changelog

*Sourced from [github/codeql-action's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).*

> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> [UNRELEASED]
> ------------
>
> No user facing changes.
>
> 3.30.1 - 05 Sep 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.23.0. [#3077](https://redirect.github.com/github/codeql-action/pull/3077)
>
> 3.30.0 - 01 Sep 2025
> --------------------
>
> * Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. [#3054](https://redirect.github.com/github/codeql-action/pull/3054)
>
> 3.29.11 - 21 Aug 2025
> ---------------------
>
> * Update default CodeQL bundle version to 2.22.4. [#3044](https://redirect.github.com/github/codeql-action/pull/3044)
>
> 3.29.10 - 18 Aug 2025
> ---------------------
>
> No user facing changes.
>
> 3.29.9 - 12 Aug 2025
> --------------------
>
> No user facing changes.
>
> 3.29.8 - 08 Aug 2025
> --------------------
>
> * Fix an issue where the Action would autodetect unsupported languages such as HTML. [#3015](https://redirect.github.com/github/codeql-action/pull/3015)
>
> 3.29.7 - 07 Aug 2025
> --------------------
>
> This release rolls back 3.29.6 to address issues with language autodetection. It is identical to 3.29.5.
>
> 3.29.6 - 07 Aug 2025
> --------------------
>
> * The `cleanup-level` input to the `analyze` Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. [#2999](https://redirect.github.com/github/codeql-action/pull/2999)
> * Update default CodeQL bundle version to 2.22.3. [#3000](https://redirect.github.com/github/codeql-action/pull/3000)
>
> 3.29.5 - 29 Jul 2025
> --------------------
>
> * Update default CodeQL bundle version to 2.22.2. [#2986](https://redirect.github.com/github/codeql-action/pull/2986)
>
> 3.29.4 - 23 Jul 2025
> --------------------
>
> No user facing changes.
>
> 3.29.3 - 21 Jul 2025
> --------------------

... (truncated)


Commits

* [`f1f6e5f`](github/codeql-action@f1f6e5f) Merge pull request [#3081](https://redirect.github.com/github/codeql-action/issues/3081) from github/update-v3.30.1-2d2f57ed3
* [`5dd2164`](github/codeql-action@5dd2164) Update changelog for v3.30.1
* [`2d2f57e`](github/codeql-action@2d2f57e) Merge pull request [#3079](https://redirect.github.com/github/codeql-action/issues/3079) from github/mbg/proxy/accept-git-source
* [`b364f99`](github/codeql-action@b364f99) Merge pull request [#3077](https://redirect.github.com/github/codeql-action/issues/3077) from github/update-bundle/codeql-bundle-v2.23.0
* [`5b8860a`](github/codeql-action@5b8860a) Merge branch 'main' into update-bundle/codeql-bundle-v2.23.0
* [`8fe8b24`](github/codeql-action@8fe8b24) Add `git_source` as supported registry type for Go
* [`6242bcb`](github/codeql-action@6242bcb) Allow multiple registry types in `LANGUAGE_TO_REGISTRY_TYPE`
* [`dfb741d`](github/codeql-action@dfb741d) Merge pull request [#3075](https://redirect.github.com/github/codeql-action/issues/3075) from github/mbg/remove-augmentation-properties
* [`920bba1`](github/codeql-action@920bba1) Add unit tests for `createInitWithConfigStatusReport`
* [`37ddb03`](github/codeql-action@37ddb03) Add `createInitWithConfigStatusReport` function
* Additional commits viewable in [compare view](github/codeql-action@3c3833e...f1f6e5f)
  
Updates `ruby/setup-ruby` from 1.256.0 to 1.257.0
Release notes

*Sourced from [ruby/setup-ruby's releases](https://github.com/ruby/setup-ruby/releases).*

> v1.257.0
> --------
>
> What's Changed
> --------------
>
> * Update README.md by [`@​jwillemsen`](https://github.com/jwillemsen) in [ruby/setup-ruby#799](https://redirect.github.com/ruby/setup-ruby/pull/799)
> * Add jruby-9.4.14.0 by [`@​ruby-builder-bot`](https://github.com/ruby-builder-bot) in [ruby/setup-ruby#800](https://redirect.github.com/ruby/setup-ruby/pull/800)
>
> **Full Changelog**: <ruby/setup-ruby@v1.256.0...v1.257.0>


Commits

* [`4451173`](ruby/setup-ruby@4451173) Remove workaround for old truffleruby version from 2021
* [`805f878`](ruby/setup-ruby@805f878) Remove failing test
* [`ab85640`](ruby/setup-ruby@ab85640) Add jruby-9.4.14.0
* [`c2e9820`](ruby/setup-ruby@c2e9820) Update README.md
* See full diff in [compare view](ruby/setup-ruby@efbf473...4451173)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore  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  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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
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 OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant