Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dev-dependencies group with 5 updates:

Package From To
@wopjs/eslint-config 0.1.29 0.1.34
commit-and-tag-version 12.5.1 12.5.2
eslint 9.30.0 9.32.0
typedoc 0.28.7 0.28.8
typescript 5.8.3 5.9.2

Updates @wopjs/eslint-config from 0.1.29 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)

v0.1.32

0.1.32 (2025-07-19)

Build System

  • deps: bump @​eslint/plugin-kit from 0.3.1 to 0.3.3 in the npm_and_yarn group (ee12091)
  • deps: bump @​eslint/plugin-kit in the npm_and_yarn group (31a5cf3)

v0.1.31

0.1.31 (2025-07-14)

Build System

  • deps-dev: bump eslint from 9.30.1 to 9.31.0 in the dev-deps group (#80) (7a2cfde)
  • deps: bump typescript-eslint (#81) (6c83f57)

v0.1.30

0.1.30 (2025-07-08)

Build System

  • deps-dev: bump eslint from 9.30.0 to 9.30.1 in the dev-deps group (#76) (7b7d98b)
  • deps: bump typescript-eslint (#77) (394ce7a)
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)

0.1.32 (2025-07-19)

Build System

  • deps: bump @​eslint/plugin-kit from 0.3.1 to 0.3.3 in the npm_and_yarn group (ee12091)
  • deps: bump @​eslint/plugin-kit in the npm_and_yarn group (31a5cf3)

0.1.31 (2025-07-14)

Build System

  • deps-dev: bump eslint from 9.30.1 to 9.31.0 in the dev-deps group (#80) (7a2cfde)
  • deps: bump typescript-eslint (#81) (6c83f57)

0.1.30 (2025-07-08)

Build System

  • deps-dev: bump eslint from 9.30.0 to 9.30.1 in the dev-deps group (#76) (7b7d98b)
  • deps: bump typescript-eslint (#77) (394ce7a)
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)
  • aa8e360 chore(main): release 0.1.32 (#84)
  • ee12091 Merge pull request #83 from wopjs/dependabot/npm_and_yarn/npm_and_yarn-20b018...
  • 31a5cf3 build(deps): bump @​eslint/plugin-kit in the npm_and_yarn group
  • Additional commits viewable 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.30.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)

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

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)

... (truncated)

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)

v9.31.0 - July 11, 2025

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#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)

v9.30.1 - July 1, 2025

  • b035f74 chore: upgrade to @eslint/js@9.30.1 (#19906) (Francesco Trotta)
  • b3dbc16 chore: package.json update for @​eslint/js release (Jenkins)
  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)
  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)
Commits

Updates typedoc from 0.28.7 to 0.28.8

Release notes

Sourced from typedoc's releases.

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.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
  • da37862 Update changelog for release
  • db59553 Bump version to 0.28.8
  • c02e495 Make site build stricter
  • bc54be8 Discover parent types through mapped types
  • b418f6b Lint, wrong in this case, but appease it
  • 07d8315 Merge branch 'fix/source-srcset' into dev
  • 59db5b2 Handle multiple URLs in srcset
  • d3899e0 Handle relative links within <source src>
  • dcb0bd6 Introduce Context.createSymbolId
  • c84da4f Fix lint
  • 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

Release notes pending.

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
Copy link
Member

crimx commented Aug 4, 2025

@dependabot recreate

Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@wopjs/eslint-config](https://github.com/wopjs/eslint-config) | `0.1.29` | `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.30.0` | `9.32.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.7` | `0.28.8` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |


Updates `@wopjs/eslint-config` from 0.1.29 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.29...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.30.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.30.0...v9.32.0)

Updates `typedoc` from 0.28.7 to 0.28.8
- [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.8)

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: "@wopjs/eslint-config"
  dependency-version: 0.1.34
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: commit-and-tag-version
  dependency-version: 12.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typedoc
  dependency-version: 0.28.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-804176b78c branch from 67ba065 to c91faf0 Compare August 4, 2025 02:36
@crimx crimx merged commit fcce568 into main Aug 4, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-804176b78c branch August 4, 2025 02:39
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.

2 participants