Skip to content

Commit c9b5109

Browse files
Bump the minor-and-patch group in /vscode with 3 updates
Bumps the minor-and-patch group in /vscode with 3 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [prettier](https://github.com/prettier/prettier). Updates `@eslint/js` from 9.15.0 to 9.16.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.16.0/packages/js) Updates `@types/node` from 22.9.3 to 22.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `prettier` from 3.3.3 to 3.4.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.3...3.4.1) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a82b93 commit c9b5109

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Diff for: vscode/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@
727727
"devDependencies": {
728728
"@babel/core": "^7.26.0",
729729
"@eslint/eslintrc": "^3.2.0",
730-
"@eslint/js": "^9.15.0",
730+
"@eslint/js": "^9.16.0",
731731
"@shopify/eslint-plugin": "^46.0.0",
732732
"@shopify/prettier-config": "^1.1.2",
733733
"@types/glob": "^8.1.0",
@@ -746,7 +746,7 @@
746746
"glob": "^11.0.0",
747747
"mocha": "^10.8.2",
748748
"ovsx": "^0.10.1",
749-
"prettier": "^3.3.3",
749+
"prettier": "^3.4.1",
750750
"typescript": "^5.7.2",
751751
"sinon": "^19.0.2",
752752
"vscode-oniguruma": "^2.0.1",

Diff for: vscode/yarn.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -457,10 +457,10 @@
457457
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
458458
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
459459

460-
"@eslint/js@^9.15.0":
461-
version "9.15.0"
462-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.15.0.tgz#df0e24fe869143b59731942128c19938fdbadfb5"
463-
integrity sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==
460+
"@eslint/js@^9.16.0":
461+
version "9.16.0"
462+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.16.0.tgz#3df2b2dd3b9163056616886c86e4082f45dbf3f4"
463+
integrity sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==
464464

465465
"@humanwhocodes/config-array@^0.11.14":
466466
version "0.11.14"
@@ -677,11 +677,11 @@
677677
integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==
678678

679679
"@types/node@*", "@types/[email protected]":
680-
version "22.9.3"
681-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.3.tgz#08f3d64b3bc6d74b162d36f60213e8a6704ef2b4"
682-
integrity sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==
680+
version "22.10.1"
681+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.1.tgz#41ffeee127b8975a05f8c4f83fb89bcb2987d766"
682+
integrity sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==
683683
dependencies:
684-
undici-types "~6.19.8"
684+
undici-types "~6.20.0"
685685

686686
"@types/sinon@^17.0.3":
687687
version "17.0.3"
@@ -3812,10 +3812,10 @@ prettier-linter-helpers@^1.0.0:
38123812
dependencies:
38133813
fast-diff "^1.1.2"
38143814

3815-
prettier@^3.3.3:
3816-
version "3.3.3"
3817-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
3818-
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==
3815+
prettier@^3.4.1:
3816+
version "3.4.1"
3817+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.1.tgz#e211d451d6452db0a291672ca9154bc8c2579f7b"
3818+
integrity sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==
38193819

38203820
process-nextick-args@~2.0.0:
38213821
version "2.0.1"
@@ -4587,10 +4587,10 @@ underscore@^1.12.1:
45874587
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
45884588
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
45894589

4590-
undici-types@~6.19.8:
4591-
version "6.19.8"
4592-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
4593-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
4590+
undici-types@~6.20.0:
4591+
version "6.20.0"
4592+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
4593+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
45944594

45954595
update-browserslist-db@^1.1.0:
45964596
version "1.1.0"

0 commit comments

Comments
 (0)