chore(deps): bump the dependencies group with 6 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps the dependencies group with 6 updates:
Package | From | To |
---|---|---|
memfs | 4.36.3 |
4.38.1 |
@eslint/js | 9.33.0 |
9.34.0 |
@eslint/markdown | 7.1.0 |
7.2.0 |
eslint | 9.33.0 |
9.34.0 |
eslint-config-webpack | 4.6.1 |
4.6.3 |
hono | 4.9.3 |
4.9.4 |
Updates memfs
from 4.36.3 to 4.38.1
Release notes
Sourced from memfs's releases.
v4.38.1
4.38.1 (2025-08-24)
Bug Fixes
- 🐛 use glob-to-regex library (8962374)
v4.38.0
4.38.0 (2025-08-24)
Bug Fixes
- handle chmod 0 permissions in existsSync and access methods (3452bcf)
Features
- revert exists implementation (bf209cd)
v4.37.1
4.37.1 (2025-08-22)
Bug Fixes
- ensure FLAG enum is properly exported for compatibility with Node.js fs.open (685aef1)
Performance Improvements
- add FLAG constant enum (8c301ff)
v4.37.0
4.37.0 (2025-08-22)
Features
Changelog
Sourced from memfs's changelog.
4.38.1 (2025-08-24)
Bug Fixes
- 🐛 use glob-to-regex library (8962374)
4.38.0 (2025-08-24)
Bug Fixes
- handle chmod 0 permissions in existsSync and access methods (3452bcf)
Features
- revert exists implementation (bf209cd)
4.37.1 (2025-08-22)
Bug Fixes
- ensure FLAG enum is properly exported for compatibility with Node.js fs.open (685aef1)
Performance Improvements
- add FLAG constant enum (8c301ff)
4.37.0 (2025-08-22)
Features
Commits
dc5cac7
chore(release): 4.38.1 [skip ci]49bebe1
Merge pull request #1174 from streamich/globslibb167451
style: 💄 run Prettier8962374
fix: 🐛 use glob-to-regex library4f0cbff
chore(release): 4.38.0 [skip ci]fa46f62
Merge pull request #1173 from streamich/copilot/fix-1172c0b4b16
style: run Prettier15bda6c
test: udpate testsbf209cd
feat: revert exists implementation3452bcf
fix: handle chmod 0 permissions in existsSync and access methods- Additional commits viewable in compare view
Updates @eslint/js
from 9.33.0 to 9.34.0
Release notes
Sourced from @eslint/js
'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/js
's changelog.
v9.34.0 - August 22, 2025
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)0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)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)327c672
docs: Update README (GitHub Actions Bot)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)0bb777a
feat: multithread linting (#19794) (Francesco Trotta)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])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)
Commits
b48fa20
chore: package.json update for@eslint/js
release- See full diff in compare view
Updates @eslint/markdown
from 7.1.0 to 7.2.0
Release notes
Sourced from @eslint/markdown
's releases.
v7.2.0
7.2.0 (2025-08-22)
Features
- add allowedIgnoreCase option to no-html (#500) (06ac53d)
- add checkClosedHeadings option to no-missing-atx-heading-space (#452) (a9675aa)
- add frontmatterTitle option to heading-increment (#454) (614ef3e)
- add no-space-in-emphasis rule (#403) (e4b8de4)
- Expose identifiers in messages for no-duplicate-definitions (#506) (9f54c1b)
- expose identifiers in messages for no-empty-definitions (#507) (738f366)
- verify identifier data in no-empty-definitions (#499) (738f366)
Bug Fixes
- allow any type for
meta.docs.recommended
in custom rules (#502) (604a4b9)- detect errors after comments in no-multiple-h1 and require-alt-text (#468) (c9de444)
- false negatives and positives in
no-reversed-media-syntax
(#473) (c7a4d64)- fenced-code-language highlights only relevant parts (#487) (bb48ae2)
- handle multiline setext headings in
no-duplicate-headings
(#469) (99beea6)- improve HTML id/name regex for unquoted values and spaces (#480) (6c35261)
- improve no-html rule's tag location reporting (#491) (5e6e94e)
- make
meta
property optional inBlock
type (#461) (15c93a6)- normalize definition identifiers in no-*-definitions rules (#488) (b248383)
Changelog
Sourced from @eslint/markdown
's changelog.
7.2.0 (2025-08-22)
Features
- add allowedIgnoreCase option to no-html (#500) (06ac53d)
- add checkClosedHeadings option to no-missing-atx-heading-space (#452) (a9675aa)
- add frontmatterTitle option to heading-increment (#454) (614ef3e)
- add no-space-in-emphasis rule (#403) (e4b8de4)
- Expose identifiers in messages for no-duplicate-definitions (#506) (9f54c1b)
- expose identifiers in messages for no-empty-definitions (#507) (738f366)
- verify identifier data in no-empty-definitions (#499) (738f366)
Bug Fixes
- allow any type for
meta.docs.recommended
in custom rules (#502) (604a4b9)- detect errors after comments in no-multiple-h1 and require-alt-text (#468) (c9de444)
- false negatives and positives in
no-reversed-media-syntax
(#473) (c7a4d64)- fenced-code-language highlights only relevant parts (#487) (bb48ae2)
- handle multiline setext headings in
no-duplicate-headings
(#469) (99beea6)- improve HTML id/name regex for unquoted values and spaces (#480) (6c35261)
- improve no-html rule's tag location reporting (#491) (5e6e94e)
- make
meta
property optional inBlock
type (#461) (15c93a6)- normalize definition identifiers in no-*-definitions rules (#488) (b248383)
Commits
3b6248d
chore: release 7.2.0 🚀 (#486)5e6e94e
fix: improve no-html rule's tag location reporting (#491)e4b8de4
feat: add no-space-in-emphasis rule (#403)99beea6
fix: handle multiline setext headings inno-duplicate-headings
(#469)06ac53d
feat: add allowedIgnoreCase option to no-html (#500)737501b
refactor: correct no-reversed-media-syntax selectors (#508)9f54c1b
feat: Expose identifiers in messages for no-duplicate-definitions (#506)738f366
feat: expose identifiers in messages for no-empty-definitions (#507)1c733d9
docs: Update README sponsorsb23793c
ci: addstale
and fixadd-to-triage
(#501)- 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)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)0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)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)327c672
docs: Update README (GitHub Actions Bot)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)0bb777a
feat: multithread linting (#19794) (Francesco Trotta)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])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)
Commits
b8875f6
9.34.02e455fb
Build: changelog update for 9.34.0f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030)b48fa20
chore: package.json update for@eslint/js
release4bce8a2
chore: package.json update for eslint-config-eslint release0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028)0b4a590
docs: make rulesdir deprecation clearer (#20018)9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024)6c07420
fix: fix spurious failure in neostandard integration test (#20023)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002)- Additional commits viewable in compare view
Updates eslint-config-webpack
from 4.6.1 to 4.6.3
Release notes
Sourced from eslint-config-webpack's releases.
v4.6.3
4.6.3 (2025-08-22)
Bug Fixes
v4.6.2
4.6.2 (2025-08-22)
Bug Fixes
Changelog
Sourced from eslint-config-webpack's changelog.
4.6.3 (2025-08-22)
Bug Fixes
4.6.2 (2025-08-22)
Bug Fixes
Commits
Updates hono
from 4.9.3 to 4.9.4
Release notes
Sourced from hono's releases.
v4.9.4
What's Changed
- chore: add a type cast to run
deno publish
by@yusukebe
in honojs/hono#4364Full Changelog: https://github.com/honojs/hono/compare/v4.9.3...v4.9.4
Commits
94ddd2c
4.9.4fbdbc82
chore: add a type cast to rundeno publish
(#4364)- See full diff 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
1
+40
-22
Package Dependencies
Technical Details
ID: | 5696411 |
UUID: | 2770431412 |
Node ID: | PR_kwDOAFGXAs6lIW20 |
Host: | GitHub |
Repository: | webpack/webpack-dev-middleware |
Merge State: | Unknown |