chore(deps-dev): bump the dev-dependencies group with 6 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(3 months ago)
(3 months ago)
dependencies javascript
MatteoH2O1999
Bumps the dev-dependencies group with 6 updates:
Package | From | To |
---|---|---|
@stylistic/eslint-plugin-ts | 4.4.0 |
4.4.1 |
@types/node | 22.15.23 |
24.0.1 |
@typescript-eslint/parser | 8.33.0 |
8.34.0 |
eslint | 9.27.0 |
9.28.0 |
eslint-plugin-jest | 28.11.1 |
28.13.3 |
ts-jest | 29.3.4 |
29.4.0 |
Updates @stylistic/eslint-plugin-ts
from 4.4.0 to 4.4.1
Release notes
Sourced from @stylistic/eslint-plugin-ts
's releases.
v4.4.1
4.4.1 (2025-06-02)
Bug Fixes
Chores
Changelog
Sourced from @stylistic/eslint-plugin-ts
's changelog.
4.4.1 (2025-06-02)
Bug Fixes
Chores
Commits
0a22599
chore: release v4.4.1 (main) (#802)- See full diff in compare view
Updates @types/node
from 22.15.23 to 24.0.1
Commits
- See full diff in compare view
Updates @typescript-eslint/parser
from 8.33.0 to 8.34.0
Release notes
Sourced from @typescript-eslint/parser
's releases.
v8.34.0
8.34.0 (2025-06-09)
🚀 Features
- type-utils: deprecated getSourceFileOfNode function (#11284)
🩹 Fixes
- typescript-estree: change the token type of
null
fromKeyword
toNull
(#11283)- typescript-estree: add validation to interface extends (#11271)
- visitor-keys: fix visitor keys order (#11279)
❤️ Thank You
- Kim Sang Du
@developer-bandi
- overlookmotel
- Tao
You can read about our versioning strategy and releases on our website.
v8.33.1
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
- project-service: add missing
typescript
peer dependency (#11265)❤️ Thank You
- JounQin
- roottool
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser
's changelog.
8.34.0 (2025-06-09)
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.33.1 (2025-06-02)
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
8915a47
chore(release): publish 8.34.0936f350
chore(release): publish 8.33.1- See full diff in compare view
Updates eslint
from 9.27.0 to 9.28.0
Release notes
Sourced from eslint's releases.
v9.28.0
Features
b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)81c3c93
fix: curly types (#19750) (Eli)Documentation
3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog
Sourced from eslint's changelog.
v9.28.0 - May 30, 2025
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93
fix: curly types (#19750) (Eli)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)
Commits
f341f21
9.28.0779dda9
Build: changelog update for 9.28.0175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802)844f5a6
chore: package.json update for@eslint/js
releaseb0674be
feat: Customization of serialization for languageOptions (#19760)3ec2082
docs: Nested arrays in files config entry (#19799)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773)- Additional commits viewable in compare view
Updates eslint-plugin-jest
from 28.11.1 to 28.13.3
Release notes
Sourced from eslint-plugin-jest's releases.
v28.13.3
28.13.3 (2025-06-10)
Bug Fixes
v28.13.2
28.13.2 (2025-06-10)
Bug Fixes
v28.13.1
28.13.1 (2025-06-10)
Bug Fixes
v28.13.0
28.13.0 (2025-06-06)
Features
v28.12.0
28.12.0 (2025-05-29)
Features
v28.11.2
28.11.2 (2025-05-29)
Bug Fixes
Changelog
Sourced from eslint-plugin-jest's changelog.
28.13.3 (2025-06-10)
Bug Fixes
28.13.2 (2025-06-10)
Bug Fixes
28.13.1 (2025-06-10)
Bug Fixes
28.13.0 (2025-06-06)
Features
28.12.0 (2025-05-29)
Features
28.11.2 (2025-05-29)
Bug Fixes
Commits
86684e0
chore(release): 28.13.3 [skip ci]41b9523
fix(prefer-importing-jest-globals): preserverequire
property renames (#1754)0c8e6d7
chore(release): 28.13.2 [skip ci]3a5af78
fix(prefer-importing-jest-globals): preserveas
imports (#1753)6538ed9
chore(release): 28.13.1 [skip ci]5e3d687
fix(prefer-ending-with-an-expect): don't report onawait expect
(#1752)2635b76
refactor(prefer-ending-with-an-expect): move function definition out of rule ...1250371
chore: remove addressed todo comment (#1750)6c7e5fb
chore(deps): lock file maintenance (#1747)d4bddfe
ci: test against Node v24 (#1745)- Additional commits viewable in compare view
Updates ts-jest
from 29.3.4 to 29.4.0
Changelog
Sourced from ts-jest's changelog.
29.4.0 (2025-06-11)
Features
- feat: support Jest 30 (84e093e)
Commits
f692f74
chore(release): 29.4.084e093e
feat: support Jest 302d6fe5c
build(deps): Update dependency eslint-plugin-jsdoc to ^50.8.083c6d35
build(deps): Update dependency eslint-plugin-jest to ^28.13.394797d0
build(deps): Update dependency@vitejs/plugin-react-swc
to ^3.10.29a9bd5c
build(deps): Update ESLint packages to ^8.34.0cbd81fd
build(deps): Update dependency eslint-plugin-jest to ^28.13.01d3fb0d
build(deps): Update dependency@types/node
to v20.19.032efecb
build(deps): Update docusaurus monorepo to ^3.8.15133d48
build: upgradedocusaurus
to 3.8- 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
Pull Request Statistics
1
2
+104
-62
Package Dependencies
@typescript-eslint/parser
npm
8.33.0 → 8.34.0
Minor
@stylistic/eslint-plugin-ts
npm
4.4.0 → 4.4.1
Patch
Technical Details
ID: | 1525399 |
UUID: | 2588784321 |
Node ID: | PR_kwDOIXg15c6aTbbB |
Host: | GitHub |
Repository: | MatteoH2O1999/github-actions-jest-reporter |
Merge State: | Unknown |