webpack
webpack
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
test: increase timeouts
eslint-more-rules
7 hours ago
test: fix
eslint-more-rules
8 hours ago
refactor: fix
eslint-more-rules
8 hours ago
chore(deps-dev): bump the dependencies group across 1 directory with 7 updates Bumps the dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.27.7` | `7.28.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.29.0` | `9.30.1` | | [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.0.0` | `5.1.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.4` | `24.0.10` | | [eslint](https://github.com/eslint/eslint) | `9.29.0` | `9.30.1` | | [globals](https://github.com/sindresorhus/globals) | `16.2.0` | `16.3.0` | | [three](https://github.com/mrdoob/three.js) | `0.177.0` | `0.178.0` | Updates `@babel/core` from 7.27.7 to 7.28.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.0/packages/babel-core) Updates `@eslint/js` from 9.29.0 to 9.30.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.30.1/packages/js) Updates `@stylistic/eslint-plugin` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.1.0/packages/eslint-plugin) Updates `@types/node` from 24.0.4 to 24.0.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.29.0 to 9.30.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.29.0...v9.30.1) Updates `globals` from 16.2.0 to 16.3.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.2.0...v16.3.0) Updates `three` from 0.177.0 to 0.178.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@eslint/js" dependency-version: 9.30.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/node" dependency-version: 24.0.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint dependency-version: 9.30.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: globals dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: three dependency-version: 0.178.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/dependencies-f4fea27ae6
14 hours ago
refactor: use `eslint-config-webpack` (#19645)
main
14 hours ago
feat: implement tc39 Defer Module Evaluation (experiment) * feat: implement tc39 defer import proposal Co-authored-by: Nicolo Ribaudo <hello@nicr.dev> * fix: keys of DeferredNamespaceObject * refactor: MakeDeferredNamespaceObjectRuntimeModule --------- Co-authored-by: Nicolo Ribaudo <hello@nicr.dev> Co-authored-by: Hai <haijie0619@gmail.com>
main
14 hours ago
chore(deps-dev): bump the dependencies group across 1 directory with 6 updates Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.29.0` | `9.30.1` | | [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.0.0` | `5.1.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.4` | `24.0.10` | | [eslint](https://github.com/eslint/eslint) | `9.29.0` | `9.30.1` | | [globals](https://github.com/sindresorhus/globals) | `16.2.0` | `16.3.0` | | [three](https://github.com/mrdoob/three.js) | `0.177.0` | `0.178.0` | Updates `@eslint/js` from 9.29.0 to 9.30.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.30.1/packages/js) Updates `@stylistic/eslint-plugin` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.1.0/packages/eslint-plugin) Updates `@types/node` from 24.0.4 to 24.0.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.29.0 to 9.30.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.29.0...v9.30.1) Updates `globals` from 16.2.0 to 16.3.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.2.0...v16.3.0) Updates `three` from 0.177.0 to 0.178.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.30.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/node" dependency-version: 24.0.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint dependency-version: 9.30.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: globals dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: three dependency-version: 0.178.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/dependencies-7e0aeffd97
23 hours ago
chore: update versions
3ru:feat/node-esm-worker-chunk-loading
1 day ago
Active Branches
chore: eslint more rules
last run
7 hours ago
#19648
CodSpeed Performance Gauge
-18%
chore(deps-dev): bump the dependencies group across 1 directory with 7 updates
last run
14 hours ago
#19647
CodSpeed Performance Gauge
N/A
feat: enable ESM worker chunk loading for Node.js targets
last run
1 day ago
#19640
CodSpeed Performance Gauge
-77%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs