Skip to content

Commit 6eb69e3

Browse files
build(deps): Bump the regular group across 1 directory with 5 updates
Bumps the regular group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [piscina](https://github.com/piscinajs/piscina) | `5.0.0` | `5.1.0` | | [tinypool](https://github.com/tinylibs/tinypool) | `1.1.0` | `1.1.1` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.28.0` | `9.29.0` | | [eslint](https://github.com/eslint/eslint) | `9.28.0` | `9.29.0` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.0` | `16.1.2` | Updates `piscina` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/piscinajs/piscina/releases) - [Changelog](https://github.com/piscinajs/piscina/blob/current/CHANGELOG.md) - [Commits](piscinajs/piscina@v5.0.0...v5.1.0) Updates `tinypool` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/tinylibs/tinypool/releases) - [Commits](tinylibs/tinypool@v1.1.0...v1.1.1) Updates `@eslint/js` from 9.28.0 to 9.29.0 - [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.29.0/packages/js) Updates `eslint` from 9.28.0 to 9.29.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.28.0...v9.29.0) Updates `lint-staged` from 16.1.0 to 16.1.2 - [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.0...v16.1.2) --- updated-dependencies: - dependency-name: piscina dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular - dependency-name: tinypool dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regular - dependency-name: "@eslint/js" dependency-version: 9.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: eslint dependency-version: 9.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: lint-staged dependency-version: 16.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3edb0d1 commit 6eb69e3

File tree

2 files changed

+135
-113
lines changed

2 files changed

+135
-113
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@
4040
"dependencies": {
4141
"@bitair/concurrent.js": "0.8.2",
4242
"nanothreads": "0.3.9",
43-
"piscina": "5.0.0",
43+
"piscina": "5.1.0",
4444
"poolifier": "4.4.5",
45-
"tinypool": "1.1.0",
45+
"tinypool": "1.1.1",
4646
"worker-nodes": "2.7.0",
4747
"workerpool": "9.3.2"
4848
},
4949
"devDependencies": {
5050
"@biomejs/biome": "^1.9.4",
5151
"@commitlint/cli": "^19.8.1",
5252
"@commitlint/config-conventional": "^19.8.1",
53-
"@eslint/js": "^9.28.0",
54-
"eslint": "^9.28.0",
53+
"@eslint/js": "^9.29.0",
54+
"eslint": "^9.29.0",
5555
"eslint-plugin-jsdoc": "^50.7.1",
5656
"eslint-plugin-perfectionist": "^4.14.0",
5757
"husky": "^9.1.7",
58-
"lint-staged": "^16.1.0",
58+
"lint-staged": "^16.1.2",
5959
"neostandard": "^0.12.1",
6060
"prettier": "^3.5.3"
6161
}

0 commit comments

Comments
 (0)