Skip to content

Commit 3fad303

Browse files
chore(deps): bump the minor-and-patch group across 1 directory with 4 updates (#966)
Bumps the minor-and-patch group with 4 updates in the / directory: [eslint](https://github.com/eslint/eslint), [prettier](https://github.com/prettier/prettier), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [js-yaml](https://github.com/nodeca/js-yaml). Updates `eslint` from 10.5.0 to 10.6.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.5.0...v10.6.0) Updates `prettier` from 3.8.4 to 3.9.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.4...3.9.4) Updates `typescript-eslint` from 8.62.0 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/typescript-eslint) Updates `js-yaml` from 5.0.0 to 5.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@5.0.0...5.2.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.9.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.62.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: js-yaml dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6444ad3 commit 3fad303

4 files changed

Lines changed: 57 additions & 207 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"chai": "^6.2.2",
1313
"copyfiles": "^2.4.1",
1414
"cross-env": "^10.1.0",
15-
"eslint": "^10.5.0",
15+
"eslint": "^10.6.0",
1616
"mocha": "^11.7.6",
1717
"nyc": "^18.0.0",
18-
"prettier": "^3.8.4",
18+
"prettier": "^3.9.4",
1919
"source-map-support": "^0.5.21",
2020
"ts-node": "^10.9.2",
2121
"typescript": "6.0.3",
22-
"typescript-eslint": "^8.62.0"
22+
"typescript-eslint": "^8.62.1"
2323
},
2424
"engines": {
2525
"node": ">=18"

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@
420420
},
421421
"dependencies": {
422422
"@equinor/septic-config-lib": "workspace:*",
423-
"js-yaml": "^5.0.0"
423+
"js-yaml": "^5.2.0"
424424
},
425425
"devDependencies": {
426426
"@types/vscode": "^1.125.0",

packages/septic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"ajv": "^8.20.0",
2525
"glob": "^13.0.6",
26-
"js-yaml": "^5.0.0",
26+
"js-yaml": "^5.2.0",
2727
"vscode-languageserver-textdocument": "^1.0.12",
2828
"yargs": "^18.0.0"
2929
},

0 commit comments

Comments
 (0)