Skip to content

chore(deps-dev): bump the dependencies group across 1 directory with 10 updates #19773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 10 updates in the / directory:

Package From To
@types/node 24.1.0 24.2.0
assemblyscript 0.28.3 0.28.4
core-js 3.44.0 3.45.0
eslint-plugin-prettier 5.5.3 5.5.4
lint-staged 16.1.2 16.1.4
memfs 4.23.0 4.36.0
mini-css-extract-plugin 2.9.2 2.9.3
node-gyp 11.2.0 11.3.0
three 0.178.0 0.179.1
typescript 5.8.3 5.9.2

Updates @types/node from 24.1.0 to 24.2.0

Commits

Updates assemblyscript from 0.28.3 to 0.28.4

Release notes

Sourced from assemblyscript's releases.

v0.28.4

Bug fixes

  • make asinit exit if package.json has a "type" not equal to "module" (#2938) (6cd638e2f7ba9f947ea51078041247f9f01c8cd7)

Other

  • chore: refactor ensureConstructor with CommonNames instead of raw string (#2935) (69cc1cbcd1781caa9f895e9912cbb4e793842417)
Commits
  • 6cd638e fix: make asinit exit if package.json has a "type" not equal to "module" (#2938)
  • 69cc1cb chore: refactor ensureConstructor with CommonNames instead of raw string ...
  • See full diff in compare view

Updates core-js from 3.44.0 to 3.45.0

Changelog

Sourced from core-js's changelog.

3.45.0 - 2025.08.04
Commits
  • 79bf819 v3.45.0
  • e118594 move Map upsert to stage 3
  • d8e524c move iterator sequencing proposal to stage 3
  • 8c0bd93 move Uint8Array to / from base64 and hex to stable ES
  • 0f1a2d5 move Math.sumPrecise to stable ES
  • 33b7ddf Merge pull request #1454 from zloirock/uint8array-detection
  • 3cdc078 Add Webkit bug detection for Uint8Array.setFromBase64/fromBase64
  • c9f05b0 cache string.length
  • 86ef8ca add one more missed entry
  • cd7afe0 add missing dependencies to some entries of static Iterator methods
  • See full diff in compare view

Updates eslint-plugin-prettier from 5.5.3 to 5.5.4

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.4

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.4

Patch Changes

5.5.1

Patch Changes

5.5.0

Minor Changes

  • #743 92f2c9c Thanks @​dotcarmen! - feat: support non-js languages like css for @eslint/css and json for @eslint/json

5.4.1

Patch Changes

  • #740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error

5.4.0

Minor Changes

5.3.1

Patch Changes

5.3.0

Minor Changes

5.2.6

Patch Changes

... (truncated)

Commits

Updates lint-staged from 16.1.2 to 16.1.4

Release notes

Sourced from lint-staged's releases.

v16.1.4

Patch Changes

  • #1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

v16.1.3

Patch Changes

  • #1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Changelog

Sourced from lint-staged's changelog.

16.1.4

Patch Changes

  • #1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

16.1.3

Patch Changes

  • #1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Commits
  • 9151254 chore(changeset): release
  • 90b37b0 fix: add root-level "types" field to package.json
  • 795be13 chore(changeset): release
  • 4463089 build(deps): update dependencies
  • 7ea700b fix: allow npm to detect built-in TypeScript type definitions
  • 0a0a701 test: make sure "git amend" works as expected
  • bfb71eb perf: combine git ls-files calls into single process (#1587)
  • f549d8a docs: replace execa link with nano-span link
  • bd5b9f6 perf(config): optimize config discovery with pathspecs
  • 020a246 docs: fix typo in CHANGELOG.md
  • See full diff in compare view

Updates memfs from 4.23.0 to 4.36.0

Release notes

Sourced from memfs's releases.

v4.36.0

4.36.0 (2025-08-03)

Features

  • 🎸 harden WritableStream usage (155b023)

v4.35.0

4.35.0 (2025-08-02)

Bug Fixes

  • directory timestamp handling - correctly distinguish access vs modification operations (db0e6ce)
  • increase setTimeout delay in directory timestamp tests from 1ms to 10ms to improve reliability on Mac systems (65051af)

Features

  • add comprehensive test coverage for appendFile path validation (0baa763)
  • add test case for appendFile with dots in path (ab544ca)
  • fix directory timestamp handling - correctly distinguish access vs modification operations (5d88334)

v4.34.0

4.34.0 (2025-08-01)

Features

  • add ENOTDIR error for files accessed with trailing slash (83d36f3)

v4.33.0

4.33.0 (2025-08-01)

Bug Fixes

  • correct ENOTDIR vs ENOENT error handling after symlink resolution (63b5cb3)

Features

  • fix ENOTDIR vs ENOENT error handling for file-as-directory scenarios (adab01d)

v4.32.1

4.32.1 (2025-08-01)

Bug Fixes

... (truncated)

Changelog

Sourced from memfs's changelog.

4.36.0 (2025-08-03)

Features

  • 🎸 harden WritableStream usage (155b023)

4.35.0 (2025-08-02)

Bug Fixes

  • directory timestamp handling - correctly distinguish access vs modification operations (db0e6ce)
  • increase setTimeout delay in directory timestamp tests from 1ms to 10ms to improve reliability on Mac systems (65051af)

Features

  • add comprehensive test coverage for appendFile path validation (0baa763)
  • add test case for appendFile with dots in path (ab544ca)
  • fix directory timestamp handling - correctly distinguish access vs modification operations (5d88334)

4.34.0 (2025-08-01)

Features

  • add ENOTDIR error for files accessed with trailing slash (83d36f3)

4.33.0 (2025-08-01)

Bug Fixes

  • correct ENOTDIR vs ENOENT error handling after symlink resolution (63b5cb3)

Features

  • fix ENOTDIR vs ENOENT error handling for file-as-directory scenarios (adab01d)

4.32.1 (2025-08-01)

Bug Fixes

  • remove setTimeout to capture immediate file events in watched directories (6cda8d5)

4.32.0 (2025-08-01)

... (truncated)

Commits
  • 25dc4d0 chore(release): 4.36.0 [skip ci]
  • 4d979d7 Merge pull request #1159 from streamich/harden-ws-usage
  • 81ec71f style: 💄 run Prettier
  • 155b023 feat: 🎸 harden WritableStream usage
  • f50a4d1 chore(release): 4.35.0 [skip ci]
  • db0e6ce fix: directory timestamp handling - correctly distinguish access vs modificat...
  • 65051af fix: increase setTimeout delay in directory timestamp tests from 1ms to 10ms ...
  • dafc289 refactor: convert directory timestamp tests to async/await with fs.promises API
  • 3930a84 test: add comprehensive test coverage for appendFile path validation with dots
  • 54b0994 chore(release): 4.34.0 [skip ci]
  • Additional commits viewable in compare view

Updates mini-css-extract-plugin from 2.9.2 to 2.9.3

Release notes

Sourced from mini-css-extract-plugin's releases.

v2.9.3

2.9.3 (2025-08-04)

Bug Fixes

  • should update initial chunks correctly with filename (dab023f)
Changelog

Sourced from mini-css-extract-plugin's changelog.

2.9.3 (2025-08-04)

Bug Fixes

  • should update initial chunks correctly with filename (dab023f)
Commits

Updates node-gyp from 11.2.0 to 11.3.0

Release notes

Sourced from node-gyp's releases.

v11.3.0

11.3.0 (2025-07-29)

Features

Bug Fixes

Miscellaneous

Changelog

Sourced from node-gyp's changelog.

11.3.0 (2025-07-29)

Features

Bug Fixes

Miscellaneous

Commits

Updates three from 0.178.0 to 0.179.1

Commits

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

…10 updates

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.1.0` | `24.2.0` |
| [assemblyscript](https://github.com/AssemblyScript/assemblyscript) | `0.28.3` | `0.28.4` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.44.0` | `3.45.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.3` | `5.5.4` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.2` | `16.1.4` |
| [memfs](https://github.com/streamich/memfs) | `4.23.0` | `4.36.0` |
| [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `2.9.2` | `2.9.3` |
| [node-gyp](https://github.com/nodejs/node-gyp) | `11.2.0` | `11.3.0` |
| [three](https://github.com/mrdoob/three.js) | `0.178.0` | `0.179.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |



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

Updates `assemblyscript` from 0.28.3 to 0.28.4
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](AssemblyScript/assemblyscript@v0.28.3...v0.28.4)

Updates `core-js` from 3.44.0 to 3.45.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.45.0/packages/core-js)

Updates `eslint-plugin-prettier` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.3...v5.5.4)

Updates `lint-staged` from 16.1.2 to 16.1.4
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.1.2...v16.1.4)

Updates `memfs` from 4.23.0 to 4.36.0
- [Release notes](https://github.com/streamich/memfs/releases)
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
- [Commits](streamich/memfs@v4.23.0...v4.36.0)

Updates `mini-css-extract-plugin` from 2.9.2 to 2.9.3
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.9.2...v2.9.3)

Updates `node-gyp` from 11.2.0 to 11.3.0
- [Release notes](https://github.com/nodejs/node-gyp/releases)
- [Changelog](https://github.com/nodejs/node-gyp/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-gyp@v11.2.0...v11.3.0)

Updates `three` from 0.178.0 to 0.179.1
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

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.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: assemblyscript
  dependency-version: 0.28.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: core-js
  dependency-version: 3.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lint-staged
  dependency-version: 16.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: memfs
  dependency-version: 4.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mini-css-extract-plugin
  dependency-version: 2.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: node-gyp
  dependency-version: 11.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: three
  dependency-version: 0.179.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2025
Copy link

codspeed-hq bot commented Aug 7, 2025

CodSpeed Performance Report

Merging #19773 will degrade performances by 93.24%

Comparing dependabot/npm_and_yarn/dependencies-886fbe11f8 (028dfb3) with main (67379fe)

Summary

⚡ 1 improvements
❌ 4 regressions
✅ 37 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
benchmark "cache-filesystem", scenario '{"name":"mode-development-rebuild","mode":"development","watch":true}' 340.7 ms 5,042.4 ms -93.24%
benchmark "devtool-eval", scenario '{"name":"mode-development-rebuild","mode":"development","watch":true}' 44.1 ms 84.9 ms -48.13%
benchmark "future-defaults", scenario '{"name":"mode-development-rebuild","mode":"development","watch":true}' 14.7 ms 97.2 ms -84.9%
benchmark "many-modules-commonjs", scenario '{"name":"mode-development-rebuild","mode":"development","watch":true}' 121.6 ms 91.5 ms +32.84%
benchmark "three-long", scenario '{"name":"mode-development-rebuild","mode":"development","watch":true}' 361.6 ms 5,087.3 ms -92.89%

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 11, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-886fbe11f8 branch August 11, 2025 02:21
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants