Skip to content

Commit 5005e21

Browse files
Set npm version to v11.6.1, bump the minor-updates group across 2 directories with 4 updates (#91)
* Bump the minor-updates group across 2 directories with 4 updates Bumps the minor-updates group with 4 updates in the / directory: [hmrc-frontend](https://github.com/hmrc/hmrc-frontend), [openai](https://github.com/openai/openai-node), [prettier](https://github.com/prettier/prettier) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Bumps the minor-updates group with 1 update in the /data/zip-download directory: [hmrc-frontend](https://github.com/hmrc/hmrc-frontend). Updates `hmrc-frontend` from 6.100.0 to 6.103.0 - [Release notes](https://github.com/hmrc/hmrc-frontend/releases) - [Changelog](https://github.com/hmrc/hmrc-frontend/blob/main/CHANGELOG.md) - [Commits](hmrc/hmrc-frontend@v6.100.0...v6.103.0) Updates `openai` from 6.8.1 to 6.9.1 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](openai/openai-node@v6.8.1...v6.9.1) Updates `prettier` from 3.6.2 to 3.7.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.0) Updates `typescript-eslint` from 8.46.0 to 8.48.0 - [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.48.0/packages/typescript-eslint) Updates `hmrc-frontend` from 6.100.0 to 6.103.0 - [Release notes](https://github.com/hmrc/hmrc-frontend/releases) - [Changelog](https://github.com/hmrc/hmrc-frontend/blob/main/CHANGELOG.md) - [Commits](hmrc/hmrc-frontend@v6.100.0...v6.103.0) Updates `hmrc-frontend` from 6.100.0 to 6.103.0 - [Release notes](https://github.com/hmrc/hmrc-frontend/releases) - [Changelog](https://github.com/hmrc/hmrc-frontend/blob/main/CHANGELOG.md) - [Commits](hmrc/hmrc-frontend@v6.100.0...v6.103.0) Updates `hmrc-frontend` from 6.100.0 to 6.103.0 - [Release notes](https://github.com/hmrc/hmrc-frontend/releases) - [Changelog](https://github.com/hmrc/hmrc-frontend/blob/main/CHANGELOG.md) - [Commits](hmrc/hmrc-frontend@v6.100.0...v6.103.0) --- updated-dependencies: - dependency-name: hmrc-frontend dependency-version: 6.103.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: openai dependency-version: 6.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: prettier dependency-version: 3.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: typescript-eslint dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: hmrc-frontend dependency-version: 6.103.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: hmrc-frontend dependency-version: 6.103.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: hmrc-frontend dependency-version: 6.103.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com> * Update ESLint config See https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.46.4 and typescript-eslint/typescript-eslint#11333 * Set npm version to v11.6.1 This release corrects the peer dependency flag propagation. See https://docs.npmjs.com/cli/v11/using-npm/changelog#1161-2025-09-23 and npm/cli#8579 * Upgrade npm to v11.6.1 in code-quality.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christopher Menon <16004217+cmenon12@users.noreply.github.com>
1 parent b53db4c commit 5005e21

File tree

6 files changed

+124
-279
lines changed

6 files changed

+124
-279
lines changed

.github/workflows/code-quality.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
with:
2828
node-version-file: .nvmrc
2929
- name: Upgrade npm to v11
30-
run: npm install -g npm@11
30+
run: npm install -g "npm@>=11.6.1 <12"
31+
- name: Log npm version
32+
run: npm --version
3133
- name: Install dependencies
3234
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
3335
run: npm ci --ignore-scripts
@@ -49,7 +51,9 @@ jobs:
4951
with:
5052
node-version-file: .nvmrc
5153
- name: Upgrade npm to v11
52-
run: npm install -g npm@11
54+
run: npm install -g "npm@>=11.6.1 <12"
55+
- name: Log npm version
56+
run: npm --version
5357
- name: Install dependencies
5458
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
5559
run: npm ci --ignore-scripts
@@ -74,7 +78,9 @@ jobs:
7478
with:
7579
node-version-file: .nvmrc
7680
- name: Upgrade npm to v11
77-
run: npm install -g npm@11
81+
run: npm install -g "npm@>=11.6.1 <12"
82+
- name: Log npm version
83+
run: npm --version
7884
- name: Install dependencies
7985
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
8086
run: npm ci --ignore-scripts
@@ -99,7 +105,9 @@ jobs:
99105
with:
100106
node-version-file: .nvmrc
101107
- name: Upgrade npm to v11
102-
run: npm install -g npm@11
108+
run: npm install -g "npm@>=11.6.1 <12"
109+
- name: Log npm version
110+
run: npm --version
103111
- name: Install dependencies
104112
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
105113
run: npm ci --ignore-scripts

data/zip-download/package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data/zip-download/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"engines": {
77
"node": ">=20.0.0 <21.0.0",
8-
"npm": ">=11.0.0 <12.0.0"
8+
"npm": ">=11.6.1 <12.0.0"
99
},
1010
"scripts": {
1111
"start": "npx --yes tsx server.ts"
@@ -16,7 +16,7 @@
1616
"express-session": "~1.18.2",
1717
"govuk-frontend": "~5.13.0",
1818
"govuk-markdown": "~0.8.0",
19-
"hmrc-frontend": "~6.100.0",
19+
"hmrc-frontend": "~6.103.0",
2020
"marked": "~17.0.0",
2121
"moment": "~2.30.1",
2222
"nunjucks": "~3.2.4",

eslint.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export default defineConfig({
2626
languageOptions: {
2727
parser: tseslint.parser,
2828
parserOptions: {
29-
project: 'tsconfig.json',
3029
projectService: true,
3130
},
3231
},

0 commit comments

Comments
 (0)