chore: updateNpm: false (#1939)

Gar committed Apr 14, 2026 at 10:04 UTC 7bd2354727ce9e52bedb64ecfe381f9a698e7d65
9 files changed +60 -108
.github/workflows/audit.yml
-4
@@ -33,10 +33,6 @@ jobs:
33 node-version: 22.x
34 check-latest: contains('22.x', '.x')
35 cache: npm
36 - - name: Install Latest npm
37 - uses: ./.github/actions/install-latest-npm
38 - with:
39 - node: ${{ steps.node.outputs.node-version }}
36 - name: Install Dependencies
37 run: npm i --no-audit --no-fund --package-lock
38 - name: Run Production Audit
.github/workflows/ci-cli.yml
-8
@@ -41,10 +41,6 @@ jobs:
41 node-version: 22.x
42 check-latest: contains('22.x', '.x')
43 cache: npm
44 - - name: Install Latest npm
45 - uses: ./.github/actions/install-latest-npm
46 - with:
47 - node: ${{ steps.node.outputs.node-version }}
44 - name: Install Dependencies
45 run: npm i --no-audit --no-fund
46 - name: Lint
@@ -84,10 +80,6 @@ jobs:
80 node-version: ${{ matrix.node-version }}
81 check-latest: contains(matrix.node-version, '.x')
82 cache: npm
87 - - name: Install Latest npm
88 - uses: ./.github/actions/install-latest-npm
89 - with:
90 - node: ${{ steps.node.outputs.node-version }}
83 - name: Install Dependencies
84 run: npm i --no-audit --no-fund
85 - name: Add Problem Matcher
.github/workflows/ci.yml
-12
@@ -41,10 +41,6 @@ jobs:
41 node-version: 22.x
42 check-latest: contains('22.x', '.x')
43 cache: npm
44 - - name: Install Latest npm
45 - uses: ./.github/actions/install-latest-npm
46 - with:
47 - node: ${{ steps.node.outputs.node-version }}
44 - name: Install Dependencies
45 run: npm i --no-audit --no-fund
46 - name: Lint
@@ -84,10 +80,6 @@ jobs:
80 node-version: ${{ matrix.node-version }}
81 check-latest: contains(matrix.node-version, '.x')
82 cache: npm
87 - - name: Install Latest npm
88 - uses: ./.github/actions/install-latest-npm
89 - with:
90 - node: ${{ steps.node.outputs.node-version }}
83 - name: Install Dependencies
84 run: npm i --no-audit --no-fund
85 - name: Add Problem Matcher
@@ -125,10 +117,6 @@ jobs:
117 node-version: ${{ matrix.node-version }}
118 check-latest: contains(matrix.node-version, '.x')
119 cache: npm
128 - - name: Install Latest npm
129 - uses: ./.github/actions/install-latest-npm
130 - with:
131 - node: ${{ steps.node.outputs.node-version }}
120 - name: Install Dependencies
121 run: npm i --no-audit --no-fund
122 - name: Check CLI Documentation
.github/workflows/post-dependabot.yml
-4
@@ -31,10 +31,6 @@ jobs:
31 node-version: 22.x
32 check-latest: contains('22.x', '.x')
33 cache: npm
34 - - name: Install Latest npm
35 - uses: ./.github/actions/install-latest-npm
36 - with:
37 - node: ${{ steps.node.outputs.node-version }}
34 - name: Install Dependencies
35 run: npm i --no-audit --no-fund
36 - name: Fetch Dependabot Metadata
.github/workflows/publish.yml
-4
@@ -35,10 +35,6 @@ jobs:
35 node-version: 22.x
36 check-latest: contains('22.x', '.x')
37 cache: npm
38 - - name: Install Latest npm
39 - uses: ./.github/actions/install-latest-npm
40 - with:
41 - node: ${{ steps.node.outputs.node-version }}
38 - name: Install Dependencies
39 run: npm i --no-audit --no-fund
40 - name: Rebuild deps
.github/workflows/update-cli.yml
-4
@@ -31,10 +31,6 @@ jobs:
31 node-version: 22.x
32 check-latest: contains('22.x', '.x')
33 cache: npm
34 - - name: Install Latest npm
35 - uses: ./.github/actions/install-latest-npm
36 - with:
37 - node: ${{ steps.node.outputs.node-version }}
34 - name: Install Dependencies
35 run: npm i --no-audit --no-fund
36 - name: Build documentation
package-lock.json
+54 -68
@@ -12935,74 +12935,6 @@
12935 "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
12936 "license": "MIT"
12937 },
12938 - "node_modules/body-parser": {
12939 - "version": "1.20.4",
12940 - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.4.tgz",
12941 - "integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==",
12942 - "license": "MIT",
12943 - "dependencies": {
12944 - "bytes": "~3.1.2",
12945 - "content-type": "~1.0.5",
12946 - "debug": "2.6.9",
12947 - "depd": "2.0.0",
12948 - "destroy": "~1.2.0",
12949 - "http-errors": "~2.0.1",
12950 - "iconv-lite": "~0.4.24",
12951 - "on-finished": "~2.4.1",
12952 - "qs": "~6.14.0",
12953 - "raw-body": "~2.5.3",
12954 - "type-is": "~1.6.18",
12955 - "unpipe": "~1.0.0"
12956 - },
12957 - "engines": {
12958 - "node": ">= 0.8",
12959 - "npm": "1.2.8000 || >= 1.4.16"
12960 - }
12961 - },
12962 - "node_modules/body-parser/node_modules/debug": {
12963 - "version": "2.6.9",
12964 - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
12965 - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
12966 - "license": "MIT",
12967 - "dependencies": {
12968 - "ms": "2.0.0"
12969 - }
12970 - },
12971 - "node_modules/body-parser/node_modules/http-errors": {
12972 - "version": "2.0.1",
12973 - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
12974 - "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
12975 - "license": "MIT",
12976 - "dependencies": {
12977 - "depd": "~2.0.0",
12978 - "inherits": "~2.0.4",
12979 - "setprototypeof": "~1.2.0",
12980 - "statuses": "~2.0.2",
12981 - "toidentifier": "~1.0.1"
12982 - },
12983 - "engines": {
12984 - "node": ">= 0.8"
12985 - },
12986 - "funding": {
12987 - "type": "opencollective",
12988 - "url": "https://opencollective.com/express"
12989 - }
12990 - },
12991 - "node_modules/body-parser/node_modules/ms": {
12992 - "version": "2.0.0",
12993 - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
12994 - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
12995 - "license": "MIT"
12996 - },
12997 - "node_modules/body-parser/node_modules/statuses": {
12998 - "version": "2.0.2",
12999 - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
13000 - "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
13001 - "license": "MIT",
13002 - "engines": {
13003 - "node": ">= 0.8"
13004 - }
13005 - },
12938 "node_modules/boolbase": {
12939 "version": "1.0.0",
12940 "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
@@ -19202,6 +19134,45 @@
19134 "ms": "^2.1.1"
19135 }
19136 },
19137 + "node_modules/express/node_modules/body-parser": {
19138 + "version": "1.20.3",
19139 + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
19140 + "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
19141 + "license": "MIT",
19142 + "dependencies": {
19143 + "bytes": "3.1.2",
19144 + "content-type": "~1.0.5",
19145 + "debug": "2.6.9",
19146 + "depd": "2.0.0",
19147 + "destroy": "1.2.0",
19148 + "http-errors": "2.0.0",
19149 + "iconv-lite": "0.4.24",
19150 + "on-finished": "2.4.1",
19151 + "qs": "6.13.0",
19152 + "raw-body": "2.5.2",
19153 + "type-is": "~1.6.18",
19154 + "unpipe": "1.0.0"
19155 + },
19156 + "engines": {
19157 + "node": ">= 0.8",
19158 + "npm": "1.2.8000 || >= 1.4.16"
19159 + }
19160 + },
19161 + "node_modules/express/node_modules/body-parser/node_modules/qs": {
19162 + "version": "6.13.0",
19163 + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
19164 + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
19165 + "license": "BSD-3-Clause",
19166 + "dependencies": {
19167 + "side-channel": "^1.0.6"
19168 + },
19169 + "engines": {
19170 + "node": ">=0.6"
19171 + },
19172 + "funding": {
19173 + "url": "https://github.com/sponsors/ljharb"
19174 + }
19175 + },
19176 "node_modules/express/node_modules/cookie": {
19177 "version": "0.7.1",
19178 "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
@@ -19226,6 +19197,21 @@
19197 "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
19198 "license": "MIT"
19199 },
19200 + "node_modules/express/node_modules/raw-body": {
19201 + "version": "2.5.2",
19202 + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
19203 + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
19204 + "license": "MIT",
19205 + "dependencies": {
19206 + "bytes": "3.1.2",
19207 + "http-errors": "2.0.0",
19208 + "iconv-lite": "0.4.24",
19209 + "unpipe": "1.0.0"
19210 + },
19211 + "engines": {
19212 + "node": ">= 0.8"
19213 + }
19214 + },
19215 "node_modules/ext": {
19216 "version": "1.7.0",
19217 "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz",
package.json
+5 -4
@@ -101,12 +101,13 @@
101 },
102 "templateOSS": {
103 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
104 - "version": "4.29.0",
105 - "content": "./scripts/template-oss",
106 - "dependabotInterval": "weekly",
104 "allowPaths": [
105 "cli-cache.json"
109 - ]
106 + ],
107 + "content": "./scripts/template-oss",
108 + "dependabotInterval": "weekly",
109 + "updateNpm": false,
110 + "version": "4.29.0"
111 },
112 "overrides": {
113 "gatsby@^5.16.0": {
scripts/template-oss/index.js
+1
@@ -30,6 +30,7 @@ module.exports = {
30 },
31 },
32 ciVersions: 'latest',
33 + updateNpm: false,
34 latestCiVersion: 22,
35 macCI: false,
36 windowsCI: false,