Bump the npm-dependencies group across 3 directories with 24 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 days ago)
(3 days ago)
dependencies javascript
Bumps the npm-dependencies group with 4 updates in the /eth directory: typescript-eslint, @nomicfoundation/hardhat-toolbox-viem, @nomicfoundation/hardhat-verify and hardhat.
Bumps the npm-dependencies group with 4 updates in the /scw_js directory: dotenv, pino, viem and @types/node.
Bumps the npm-dependencies group with 17 updates in the /website directory:
Package | From | To |
---|---|---|
eslint | 9.33.0 |
9.34.0 |
typescript-eslint | 8.39.0 |
8.42.0 |
tsx | 4.20.3 |
4.20.5 |
viem | 2.33.3 |
2.37.3 |
@mdx-js/mdx | 3.1.0 |
3.1.1 |
@mdx-js/react | 3.1.0 |
3.1.1 |
@mdx-js/rollup | 3.1.0 |
3.1.1 |
@tanstack/react-query | 5.84.2 |
5.86.0 |
@vitejs/plugin-react | 5.0.0 |
5.0.2 |
mermaid | 11.10.0 |
11.11.0 |
wagmi | 2.16.2 |
2.16.9 |
@pandacss/dev | 1.0.1 |
1.2.0 |
@testing-library/jest-dom | 6.6.4 |
6.8.0 |
@types/react | 19.1.9 |
19.1.12 |
@types/react-dom | 19.1.7 |
19.1.9 |
vike | 0.4.236 |
0.4.239 |
vite | 7.1.1 |
7.1.4 |
Updates typescript-eslint
from 8.41.0 to 8.42.0
Release notes
Sourced from typescript-eslint's releases.
v8.42.0
8.42.0 (2025-09-02)
🚀 Features
- deprecate tseslint.config() (#11531) -- see https://typescript-eslint.io/packages/typescript-eslint#migrating-to-defineconfig
🩹 Fixes
- deps: update eslint monorepo to v9.33.0 (#11482)
- typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)
❤️ Thank You
- Kirk Waiblinger
@​kirkwaiblinger
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.42.0 (2025-09-02)
🚀 Features
- deprecate tseslint.config() (#11531)
🩹 Fixes
- typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)
❤️ Thank You
- Kirk Waiblinger
@​kirkwaiblinger
You can read about our versioning strategy and releases on our website.
Commits
d135909
chore(release): publish 8.42.0fa15645
fix(typescript-eslint): handle non-normalized windows paths produced by jiti ...d7614a7
feat: deprecate tseslint.config() (#11531)- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for typescript-eslint since your current version.
Updates @nomicfoundation/hardhat-toolbox-viem
from 4.1.0 to 5.0.0
Release notes
Sourced from @​nomicfoundation/hardhat-toolbox-viem
's releases.
@​nomicfoundation/hardhat-toolbox-viem
@​5
.0.0This is the first release of the Hardhat 3 version of this package.
đź’ˇ The Nomic Foundation is hiring! Check our open positions.
Changelog
Sourced from @​nomicfoundation/hardhat-toolbox-viem
's changelog.
5.0.0
Major Changes
- 29cc141: First release of Hardhat 3!
Commits
7a0155a
Version Packages7d28983
chore: cleanup changelogs of pre-release info68d5a86
chore: update package version to current versionsa7d022f
Version Packages (next)e3de203
Version Packages (next)e9760ca
Version Packages (next)0751556
Merge branch 'v-next' of github.com:NomicFoundation/hardhat into replace-impo...ffc4e0e
Version Packages (next)9c2e331
Merge branch 'v-next' of github.com:NomicFoundation/hardhat into replace-impo...4565333
adapt all plugins- Additional commits viewable in compare view
Updates @nomicfoundation/hardhat-verify
from 2.1.1 to 3.0.1
Release notes
Sourced from @​nomicfoundation/hardhat-verify
's releases.
@​nomicfoundation/hardhat-verify
@​3
.0.1This release is a small bug fix release to prevent a potential
TypeError
.Changes
- 0016b57: Fix
ContractInformationResolver
to use optional chaining when accessing compiler output contracts to prevent potentialTypeError
(#7291)
đź’ˇ The Nomic Foundation is hiring! Check our open positions.
@​nomicfoundation/hardhat-verify
@​3
.0.0This is the first release of the Hardhat 3 version of this package.
đź’ˇ The Nomic Foundation is hiring! Check our open positions.
Changelog
Sourced from @​nomicfoundation/hardhat-verify
's changelog.
3.0.1
Patch Changes
- 0016b57: Fix
ContractInformationResolver
to use optional chaining when accessing compiler output contracts to prevent potentialTypeError
(#7291)3.0.0
Major Changes
- 29cc141: First release of Hardhat 3!
Commits
794fb28
Version Packagesb00ffa5
fix: add safe optional chaining for contract access in verify modulef0d5d7a
fixed dead link in hardhat-verify/README.md7a0155a
Version Packagesed92268
Merge pull request #7187 from NomicFoundation/chore/remove-pre-release-config7d28983
chore: cleanup changelogs of pre-release info68d5a86
chore: update package version to current versionse6db139
Use absolute links in README.md filesa7d022f
Version Packages (next)e3de203
Version Packages (next)- Additional commits viewable in compare view
Updates hardhat
from 2.26.3 to 3.0.4
Release notes
Sourced from hardhat's releases.
Hardhat v3.0.4
This release is a small bug fix release to improve validation in Solidity test configuration.
Changes
- af301a8: Update validation for solidity test config (#7205)
đź’ˇ The Nomic Foundation is hiring! Check our open positions.
Hardhat v3.0.3
This release is a small bug fix release and includes a resolution for a bug when making historical calls in a forked network.
Changes
- 34a5bc9: Fixed an issue when making historical calls in a forked network (#7271)
- e0e658a: Upgraded EDR to 0.12.0-next.5. This brings a fix for
expectEmit
cheatcode stack traces and performance improvements from upgrading to REVM 27 (#1063)
đź’ˇ The Nomic Foundation is hiring! Check our open positions.
Hardhat v3.0.2
This release is a small bug fix release that improves help messages and warnings and Solidity import resolution.
Changes
- 9261714: Update npm module regex to include versions in solidity imports (#7308)
- d45d544: Fixed passing global network options to node:test and mocha subprocesses (#7248)
- 0120e67: Added warning when running with a non-LTS Node version (#7167)
- 003e72c: Help message phrasing unified
đź’ˇ The Nomic Foundation is hiring! Check our open positions.
Hardhat v3.0.1
This Hardhat release is a small bug fix release mainly focusing on improvements to the
hardhat --init
process.Changes
- a3bd239: Add Yarn support for Hardhat v3 (#7192)
- 6446a38: Add fix for incorrect error message (#7168)
- 6361ea4: Fixed an issue with compiling a Hardhat project after switching OS users (#7161)
- 5c9ee7f: Warn the user if they are not using the latest version of Hardhat
- 0fc1f3f: Remove full stops from help message descriptions (#7185)
- e7d2f80: Added missing Solidity test config option
allowInternalExpectRevert
.- 8acf48f: Improved exception filtering for Sentry telemetry (#7246)
... (truncated)
Changelog
Sourced from hardhat's changelog.
3.0.4
Patch Changes
- af301a8: Update validation for solidity test config (#7205)
3.0.3
Patch Changes
- 34a5bc9: Fixed an issue when making historical calls in a forked network (#7271)
- e0e658a: Upgraded EDR to 0.12.0-next.5. This brings a fix for
expectEmit
cheatcode stack traces and performance improvements from upgrading to REVM 27 (#1063)3.0.2
Patch Changes
- d45d544: Fixed passing global network options to node:test and mocha subprocesses (#7248)
- 003e72c: Help message phrasing unified
- 0120e67: Added warning when running with a non-LTS Node version (#7167)
- 9261714: Update npm module regex to include versions in solidity imports (#7308)
3.0.1
Patch Changes
- a3bd239: Add Yarn support for Hardhat v3 (#7192)
- 617254e: Move extraneous dependency to peer (#7231)
- 6446a38: Add temporary fix for incorrect error message (#7168)
- 6361ea4: Fixed an issue with compiling a Hardhat project after switching OS users (#7161)
- 5c9ee7f: Warn the user if they are not using the latest version of Hardhat
- 0fc1f3f: Remove full stops from help message descriptions (#7185)
- 8acf48f: Improved exception filtering for Sentry telemetry (#7246)
- e7d2f80: Added missing Solidity test config option
allowInternalExpectRevert
.3.0.0
Major Changes
- 29cc141: First release of Hardhat 3!
Commits
794fb28
Version Packages55b8fda
Merge pull request #7205 from NomicFoundation/fix/wrong-type-validation-for-s...5164133
test: add a validation config test for solidity testc04eefd
Version Packages6caf5f1
Merge pull request #7320 from NomicFoundation/fix-hardfork-history-bug4992f79
fix: bump EDR to 0.12.0-next.5dbf52b7
Don't pass empty hardfork histories to EDR by defaultf33f875
Version Packagesc6fd68e
Merge pull request #7309 from NomicFoundation/npm-version-importsd62d032
Outdated comment removed- Additional commits viewable in compare view
Updates viem
from 2.36.0 to 2.37.3
Release notes
Sourced from viem's releases.
viem@2.37.3
Patch Changes
fb8bbc87ea3be7a0df70cc7784d58a0d3ad22a28
Thanks@​jxom
! - AddedverifyHash
to public decorators.viem@2.37.2
Patch Changes
#3916
7196b6ce7ebd67c00540de8d3d96484e1b84f798
Thanks@​chybisov
! - AddedgetAction
towaitForCallsStatus
.#3918
e72d35631d5dd5c35730f7d7c914d8bc649762b2
Thanks@​wobsoriano
! - Bumpedabitype
to1.1.0
.#3917
d4104d3b545371ddeeeaacab703cff6fe1570e45
Thanks@​coffeexcoin
! - AddedfetchFn
tohttp
transport.
da117f66d73c3e9bc65a83931495877930f4ed2e
Thanks@​jxom
! - ReplacedportalAbi
withportal2Abi
inproveWithdrawal
#3907
014aad66bbf0171b144e95d6ecbaa860af87ab59
Thanks@​Eteriaio
! - Added Eteria chain.viem@2.37.1
Patch Changes
f3b2d7352d352be06e87d146ab6ac3008a21bca3
Thanks@​jxom
! - Prefer namedox
imports.viem@2.37.0
Minor Changes
- #3905
f134e8e20415986573d88dbf2a1c8cf0327c8b5a
Thanks@​jxom
! - Added support for ERC-8010: Pre-delegated Signature Verification.viem@2.36.1
Patch Changes
#3892
32f10d5fa330134f5248d8cb8efbd78e8172fb95
Thanks@​fe-dudu
! - Updated Creditcoin chain name.#3895
30d80c216d7a6fc84881f3877a8950d1d71c9bd7
Thanks@​coffeexcoin
! - AddedfetchFn
parameter tohttp
transport configuration.
c83a5e119635d6f82c6cc4b453f051504437d3b3
Thanks@​jxom
! - FixedgetAssets
aggregation duplicates.#3904
06e29d5fb636ecf2681e1699cbd1518c91c7a16c
Thanks@​Yutaro-Mori-eng
! - Added OpenLedger mainnet.
37b8a437cf3803b7a3e00056acf4db38b7e27fef
Thanks@​jxom
! - Updated dependencies.#3898
c261db9b533cc19796216c88b30d3a19accd0ca8
Thanks@​b-tarczynski
! - AddedblockTime
to Unichain.#3896
de5fccf43cc509c961c3b2ca44343224278f7ca4
Thanks@​iamshvetsov
! - Added support for CrossFi
Commits
4839151
tests: up snaps875bf02
tests: up snaps40c38e2
chore: version package (#3923)1b41a7f
tests: up snapsfb8bbc8
feat: addverifyHash
to public decorators789f4df
docs: up6846c57
docs: import react2596690
docs: up verify7dd333c
chore: version package (#3919)b10acc6
tests: up snaps- Additional commits viewable in compare view
Updates viem
from 2.36.0 to 2.37.3
Release notes
Sourced from viem's releases.
viem@2.37.3
Patch Changes
fb8bbc87ea3be7a0df70cc7784d58a0d3ad22a28
Thanks@​jxom
! - AddedverifyHash
to public decorators.viem@2.37.2
Patch Changes
#3916
7196b6ce7ebd67c00540de8d3d96484e1b84f798
Thanks@​chybisov
! - AddedgetAction
towaitForCallsStatus
.#3918
e72d35631d5dd5c35730f7d7c914d8bc649762b2
Thanks@​wobsoriano
! - Bumpedabitype
to1.1.0
.#3917
d4104d3b545371ddeeeaacab703cff6fe1570e45
Thanks@​coffeexcoin
! - AddedfetchFn
tohttp
transport.
da117f66d73c3e9bc65a83931495877930f4ed2e
Thanks@​jxom
! - ReplacedportalAbi
withportal2Abi
inproveWithdrawal
#3907
014aad66bbf0171b144e95d6ecbaa860af87ab59
Thanks@​Eteriaio
! - Added Eteria chain.viem@2.37.1
Patch Changes
f3b2d7352d352be06e87d146ab6ac3008a21bca3
Thanks@​jxom
! - Prefer namedox
imports.viem@2.37.0
Minor Changes
- #3905
f134e8e20415986573d88dbf2a1c8cf0327c8b5a
Thanks@​jxom
! - Added support for ERC-8010: Pre-delegated Signature Verification.viem@2.36.1
Patch Changes
#3892
32f10d5fa330134f5248d8cb8efbd78e8172fb95
Thanks@​fe-dudu
! - Updated Creditcoin chain name.#3895
30d80c216d7a6fc84881f3877a8950d1d71c9bd7
Thanks@​coffeexcoin
! - AddedfetchFn
parameter tohttp
transport configuration.
c83a5e119635d6f82c6cc4b453f051504437d3b3
Thanks@​jxom
! - FixedgetAssets
aggregation duplicates.#3904
06e29d5fb636ecf2681e1699cbd1518c91c7a16c
Thanks@​Yutaro-Mori-eng
! - Added OpenLedger mainnet.
37b8a437cf3803b7a3e00056acf4db38b7e27fef
Thanks@​jxom
! - Updated dependencies.#3898
c261db9b533cc19796216c88b30d3a19accd0ca8
Thanks@​b-tarczynski
! - AddedblockTime
to Unichain.#3896
de5fccf43cc509c961c3b2ca44343224278f7ca4
Thanks@​iamshvetsov
! - Added support for CrossFi
Commits
4839151
tests: up snaps875bf02
tests: up snaps40c38e2
chore: version package (#3923)1b41a7f
tests: up snapsfb8bbc8
feat: addverifyHash
to public decorators789f4df
docs: up6846c57
docs: import react2596690
docs: up verify7dd333c
chore: version package (#3919)b10acc6
tests: up snaps- Additional commits viewable in compare view
Updates typescript-eslint
from 8.41.0 to 8.42.0
Release notes
Sourced from typescript-eslint's releases.
v8.42.0
8.42.0 (2025-09-02)
🚀 Features
- deprecate tseslint.config() (#11531) -- see https://typescript-eslint.io/packages/typescript-eslint#migrating-to-defineconfig
🩹 Fixes
- deps: update eslint monorepo to v9.33.0 (#11482)
- typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)
❤️ Thank You
- Kirk Waiblinger
@​kirkwaiblinger
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.42.0 (2025-09-02)
🚀 Features
- deprecate tseslint.config() (#11531)
🩹 Fixes
- typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)
❤️ Thank You
- Kirk Waiblinger
@​kirkwaiblinger
You can read about our versioning strategy and releases on our website.
Commits
d135909
chore(release): publish 8.42.0fa15645
fix(typescript-eslint): handle non-normalized windows paths produced by jiti ...d7614a7
feat: deprecate tseslint.config() (#11531)- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for typescript-eslint since your current version.
Updates dotenv
from 17.2.1 to 17.2.2
Changelog
Sourced from dotenv's changelog.
17.2.2 (2025-09-02)
Added
- 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.
Commits
Updates pino
from 9.9.0 to 9.9.2
Release notes
Sourced from pino's releases.
v9.9.2
What's Changed
- Avoid setLevel in child when possible by
@​mcollina
in pinojs/pino#2271Full Changelog: https://github.com/pinojs/pino/compare/v9.9.1...v9.9.2
v9.9.1
What's Changed
- build(deps): bump actions/checkout from 4 to 5 by
@​dependabot
[bot] in pinojs/pino#2268- build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by
@​dependabot
[bot] in pinojs/pino#2269- fix: TypeScript regression with boolean values in %s placeholders by
@​mcollina
in pinojs/pino#2262Full Changelog: https://github.com/pinojs/pino/compare/v9.9.0...v9.9.1
Commits
25687a1
Bumped v9.9.2d6114a6
Avoid setLevel in child when possible (#2271)260f07e
Bumped v9.9.1f98ef1d
Fix publish-release.ymle7fffc9
Fix publish-release.ymld791b8f
fixup7e074b3
automate releases57f14c1
fix: TypeScript regression with boolean values in %s placeholders (#2262)6e7f4c8
build(deps-dev): bump tsd from 0.32.0 to 0.33.0 (#2269)0c82b53
build(deps): bump actions/checkout from 4 to 5 (#2268)- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for pino since your current version.
Updates viem
from 2.36.0 to 2.37.3
Release notes
Sourced from viem's releases.
viem@2.37.3
Patch Changes
fb8bbc87ea3be7a0df70cc7784d58a0d3ad22a28
Thanks@​jxom
! - AddedverifyHash
to public decorators.viem@2.37.2
Patch Changes
#3916
7196b6ce7ebd67c00540de8d3d96484e1b84f798
Thanks@​chybisov
! - AddedgetAction
towaitForCallsStatus
.#3918
e72d35631d5dd5c35730f7d7c914d8bc649762b2
Thanks@​wobsoriano
! - Bumpedabitype
to1.1.0
.#3917
d4104d3b545371ddeeeaacab703cff6fe1570e45
Thanks@​coffeexcoin
! - AddedfetchFn
tohttp
transport.
da117f66d73c3e9bc65a83931495877930f4ed2e
Thanks@​jxom
! - ReplacedportalAbi
withportal2Abi
inproveWithdrawal
#3907
014aad66bbf0171b144e95d6ecbaa860af87ab59
Thanks@​Eteriaio
! - Added Eteria chain.viem@2.37.1
Patch Changes
f3b2d7352d352be06e87d146ab6ac3008a21bca3
Thanks@​jxom
! - Prefer namedox
imports.viem@2.37.0
Minor Changes
- #3905
f134e8e20415986573d88dbf2a1c8cf0327c8b5a
Thanks@​jxom
! - Added support for ERC-8010: Pre-delegated Signature Verification.viem@2.36.1
Patch Changes
#3892
32f10d5fa330134f5248d8cb8efbd78e8172fb95
Thanks@​fe-dudu
! - Updated Creditcoin chain name.#3895
30d80c216d7a6fc84881f3877a8950d1d71c9bd7
Thanks@​coffeexcoin
! - AddedfetchFn
parameter tohttp
transport configuration.
c83a5e119635d6f82c6cc4b453f051504437d3b3
Thanks@​jxom
! - FixedgetAssets
aggregation duplicates.#3904
06e29d5fb636ecf2681e1699cbd1518c91c7a16c
Thanks@​Yutaro-Mori-eng
! - Added OpenLedger mainnet.
37b8a437cf3803b7a3e00056acf4db38b7e27fef
Thanks@​jxom
! - Updated dependencies.#3898
c261db9b533cc19796216c88b30d3a19accd0ca8
Thanks@​b-tarczynski
! - AddedblockTime
to Unichain.#3896
de5fccf43cc509c961c3b2ca44343224278f7ca4
Thanks@​iamshvetsov
! - Added support for CrossFi
Commits
4839151
tests: up snaps875bf02
tests: up snaps40c38e2
chore: version package (#3923)1b41a7f
tests: up snapsfb8bbc8
feat: addverifyHash
to public decorators789f4df
docs: up6846c57
docs: import react2596690
docs: up verify7dd333c
chore: version package (#3919)b10acc6
tests: up snaps- Additional commits viewable in compare view
Updates @types/node
from 24.3.0 to 24.3.1
Commits
- See full diff in compare view
Updates viem
from 2.36.0 to 2.37.3
Release notes
Sourced from viem's releases.
viem@2.37.3
Patch Changes
fb8bbc87ea3be7a0df70cc7784d58a0d3ad22a28
Thanks@​jxom
! - AddedverifyHash
to public decorators.viem@2.37.2
Patch Changes
#3916
7196b6ce7ebd67c00540de8d3d96484e1b84f798
Thanks@​chybisov
! - AddedgetAction
towaitForCallsStatus
.#3918
e72d35631d5dd5c35730f7d7c914d8bc649762b2
Thanks@​wobsoriano
! - Bumpedabitype
to1.1.0
.#3917
d4104d3b545371ddeeeaacab703cff6fe1570e45
Thanks@​coffeexcoin
! - AddedfetchFn
tohttp
transport.
da117f66d73c3e9bc65a83931495877930f4ed2e
Thanks@​jxom
! - ReplacedportalAbi
withportal2Abi
inproveWithdrawal
#3907
014aad66bbf0171b144e95d6ecbaa860af87ab59
Thanks@​Eteriaio
! - Added Eteria chain.viem@2.37.1
Patch Changes
f3b2d7352d352be06e87d146ab6ac3008a21bca3
Thanks@​jxom
! - Prefer namedox
imports.viem@2.37.0
Minor Changes
- #3905
f134e8e20415986573d88dbf2a1c8cf0327c8b5a
Thanks@​jxom
! - Added support for ERC-8010: Pre-delegated Signature Verification.viem@2.36.1
Patch Changes
#3892
32f10d5fa330134f5248d8cb8efbd78e8172fb95
Thanks@​fe-dudu
! - Updated Creditcoin chain name.#3895
30d80c216d7a6fc84881f3877a8950d1d71c9bd7
Thanks@​coffeexcoin
! - AddedfetchFn
parameter tohttp
transport configuration.
c83a5e119635d6f82c6cc4b453f051504437d3b3
Thanks@​jxom
! - FixedgetAssets
aggregation duplicates.#3904
06e29d5fb636ecf2681e1699cbd1518c91c7a16c
Thanks@​Yutaro-Mori-eng
! - Added OpenLedger mainnet.
37b8a437cf3803b7a3e00056acf4db38b7e27fef
Thanks@​jxom
! - Updated dependencies.#3898
c261db9b533cc19796216c88b30d3a19accd0ca8
Thanks@​b-tarczynski
! - AddedblockTime
to Unichain.#3896
de5fccf43cc509c961c3b2ca44343224278f7ca4
Thanks@​iamshvetsov
! - Added support for CrossFi
Commits
4839151
tests: up snaps875bf02
tests: up snaps40c38e2
chore: version package (#3923)1b41a7f
tests: up snapsfb8bbc8
feat: addverifyHash
to public decorators789f4df
docs: up6846c57
docs: import react2596690
docs: up verify7dd333c
chore: version package (#3919)b10acc6
tests: up snaps- Additional commits viewable in compare view
Updates eslint
from 9.33.0 to 9.34.0
Release notes
Sourced from eslint's releases.
v9.34.0
Features
0bb777a
feat: multithread linting (#19794) (Francesco Trotta)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)Bug Fixes
9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)Documentation
0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)327c672
docs: Update README (GitHub Actions Bot)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)Chores
f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030) (Francesco Trotta)b48fa20
chore: package.json update for@​eslint/js
release (Jenkins)4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028) (루밀LuMir)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
Changelog
Sourced from eslint's changelog.
v9.34.0 - August 22, 2025
f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030) (Francesco Trotta)Pull Request Statistics
Commits:
1Files Changed:
6Additions:
+5430Deletions:
-7800
Package Dependencies
@testing-library/jest-dom
npm
6.6.4 → 6.8.0
Minor
Technical Details
ID: | 6975492 |
UUID: | 2800443675 |
Node ID: | PR_kwDOAgWxSs6m62Eb |
Host: | GitHub |
Repository: | fretchen/fretchen.github.io |
Merge State: | Unknown |