Skip to content

build(deps-dev): bump the dev-deps group across 1 directory with 6 updates - #10

Merged
crimx merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-deps-ceb524f213
Aug 4, 2025
Merged

build(deps-dev): bump the dev-deps group across 1 directory with 6 updates#10
crimx merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-deps-ceb524f213

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2025

Copy link
Copy Markdown
Contributor

Bumps the dev-deps group with 6 updates in the / directory:

Package From To
@types/node 24.0.15 24.1.0
@wopjs/eslint-config 0.1.32 0.1.34
commit-and-tag-version 12.5.1 12.5.2
eslint 9.31.0 9.32.0
typedoc 0.28.7 0.28.9
typescript 5.8.3 5.9.2

Updates @types/node from 24.0.15 to 24.1.0

Commits

Updates @wopjs/eslint-config from 0.1.32 to 0.1.34

Release notes

Sourced from @​wopjs/eslint-config's releases.

v0.1.34

0.1.34 (2025-07-29)

Build System

  • deps-dev: bump eslint from 9.31.0 to 9.32.0 in the dev-deps group (#87) (6630a34)
  • deps: bump the prod-deps group with 2 updates (#88) (7fbc9df)

v0.1.33

0.1.33 (2025-07-21)

Build System

  • deps: bump the prod-deps group with 2 updates (#85) (f674478)
Changelog

Sourced from @​wopjs/eslint-config's changelog.

0.1.34 (2025-07-29)

Build System

  • deps-dev: bump eslint from 9.31.0 to 9.32.0 in the dev-deps group (#87) (6630a34)
  • deps: bump the prod-deps group with 2 updates (#88) (7fbc9df)

0.1.33 (2025-07-21)

Build System

  • deps: bump the prod-deps group with 2 updates (#85) (f674478)
Commits
  • 9034bfa chore(main): release 0.1.34 (#89)
  • 902113f Merge pull request #90 from wopjs/dependabot/npm_and_yarn/npm_and_yarn-373e26...
  • 2fe2cfe build(deps): bump @​eslint/plugin-kit in the npm_and_yarn group
  • 6630a34 build(deps-dev): bump eslint from 9.31.0 to 9.32.0 in the dev-deps group (#87)
  • 7fbc9df build(deps): bump the prod-deps group with 2 updates (#88)
  • 0d19dc9 chore(main): release 0.1.33 (#86)
  • f674478 build(deps): bump the prod-deps group with 2 updates (#85)
  • See full diff in compare view

Updates commit-and-tag-version from 12.5.1 to 12.5.2

Release notes

Sourced from commit-and-tag-version's releases.

v12.5.2

12.5.2 (2025-07-30)

Bug Fixes

  • Correct use of fs, so we no longer emit a deprecation warning for fs.F_OK (7fe66bb), closes #240
Changelog

Sourced from commit-and-tag-version's changelog.

12.5.2 (2025-07-30)

Bug Fixes

  • Correct use of fs, so we no longer emit a deprecation warning for fs.F_OK (7fe66bb), closes #240
Commits
  • 12cd08f chore(master): release 12.5.2 (#242)
  • b60c8ba build(deps): bump semver from 7.6.3 to 7.7.2 (#226)
  • 7fe66bb fix: Correct use of fs, so we no longer emit a deprecation warning for fs.F_OK
  • See full diff in compare view

Updates eslint from 9.31.0 to 9.32.0

Release notes

Sourced from eslint's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)
Commits

Updates typedoc from 0.28.7 to 0.28.9

Release notes

Sourced from typedoc's releases.

v0.28.9

Features

  • Add support for TypeScript 5.9, #2989.

Bug Fixes

  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs when members inherited from a complex type alias, #2982.
  • Fixed automatic discovery of entry points when not running in packages mode, #2988.
  • Fixed discovery of package.json file when running with entry points containing a glob, #2985.

v0.28.8

Features

  • If using JS config files, the plugin option can now be given plugin functions to load.
  • Permit - within tag names to support typescript-json-schema's @TJS-type tag, #2972.
  • Exposed Context.createSymbolId for use by plugins.

Bug Fixes

  • Relative links in <img srcset> will now be discovered by TypeDoc, #2975.
  • Relative links in <source src> and <source srcset> elements will now be discovered by TypeDoc, #2975.
  • Improved inherited from/overwrites link discovery to point to parent properties in more cases, #2978

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.28.9 (2025-08-01)

Features

  • Add support for TypeScript 5.9, #2989.

Bug Fixes

  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs when members inherited from a complex type alias, #2982.
  • Fixed automatic discovery of entry points when not running in packages mode, #2988.
  • Fixed discovery of package.json file when running with entry points containing a glob, #2985.

v0.28.8 (2025-07-28)

Features

  • If using JS config files, the plugin function can now be given plugin functions to load.
  • Permit - within tag names to support typescript-json-schema's @TJS-type tag, #2972.
  • Exposed Context.createSymbolId for use by plugins.

Bug Fixes

  • Relative links in <img srcset> will now be discovered by TypeDoc, #2975.
  • Relative links in <source src> and <source srcset> elements will now be discovered by TypeDoc, #2975.
  • Improved inherited from/overwrites link discovery to point to parent properties in more cases, #2978

Thanks!

Commits
  • e764a51 Update changelog for release
  • 344f74c Bump version to 0.28.9
  • f1aee85 Be even more restrictive with parent links
  • 303eb38 Fix discovery of package.json when entry points are globbed
  • 47b5e98 Fix auto discovery of entry points
  • 73f3dc2 Support TypeScript 5.9
  • ddcddb0 Merge pull request #2983 from XeroAlpha/i18n-zh-update
  • f625f15 Update Chinese translations
  • da37862 Update changelog for release
  • db59553 Bump version to 0.28.8
  • Additional commits viewable in compare view

Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 1, 2025
@crimx
crimx force-pushed the main branch 2 times, most recently from 8769c7d to 330a33e Compare August 1, 2025 18:52
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-deps-ceb524f213 branch from 8fb906a to 6d9ec8e Compare August 1, 2025 18:56
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-deps-ceb524f213 branch from 6d9ec8e to 962c163 Compare August 1, 2025 18:59
…dates

Bumps the dev-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.15` | `24.1.0` |
| [@wopjs/eslint-config](https://github.com/wopjs/eslint-config) | `0.1.32` | `0.1.34` |
| [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) | `12.5.1` | `12.5.2` |
| [eslint](https://github.com/eslint/eslint) | `9.31.0` | `9.32.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.7` | `0.28.9` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |



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

Updates `@wopjs/eslint-config` from 0.1.32 to 0.1.34
- [Release notes](https://github.com/wopjs/eslint-config/releases)
- [Changelog](https://github.com/wopjs/eslint-config/blob/main/CHANGELOG.md)
- [Commits](wopjs/eslint-config@v0.1.32...v0.1.34)

Updates `commit-and-tag-version` from 12.5.1 to 12.5.2
- [Release notes](https://github.com/absolute-version/commit-and-tag-version/releases)
- [Changelog](https://github.com/absolute-version/commit-and-tag-version/blob/master/CHANGELOG.md)
- [Commits](absolute-version/commit-and-tag-version@v12.5.1...v12.5.2)

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

Updates `typedoc` from 0.28.7 to 0.28.9
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.7...v0.28.9)

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@wopjs/eslint-config"
  dependency-version: 0.1.34
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: commit-and-tag-version
  dependency-version: 12.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: eslint
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: typedoc
  dependency-version: 0.28.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-deps-ceb524f213 branch from 962c163 to 6b4b782 Compare August 1, 2025 19:01
@crimx
crimx merged commit 43bf7bc into main Aug 4, 2025
1 check passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev-deps-ceb524f213 branch August 4, 2025 02:32
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