Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align engine range ^18.17.0 || >=20.5.0 #7803

Merged
merged 59 commits into from
Oct 2, 2024
Merged

Align engine range ^18.17.0 || >=20.5.0 #7803

merged 59 commits into from
Oct 2, 2024

Conversation

reggi
Copy link
Contributor

@reggi reggi commented Oct 1, 2024

Updates the engines of all workspaces to be in line with npm 10.

Parent issue: #7754

Uses a programatic-script to generate the following plan:

script used
git clean -fdX
npm i
sed -i '' 's/\^16\.14\.0 || >=18\.0\.0/\^18\.17\.0 || >=20\.5\.0/' scripts/template-oss/package-json.hbs
git add ./scripts/template-oss/package-json.hbs
git commit -m "chore: engine ^18.17.0 || >=20.5.0 in package template"
npm run template-oss-apply
npm run template-oss-apply -ws
git add .github/workflows/ci-npmcli-docs.yml
git -C docs add .
git commit -m "fix!: align @npmcli/docs to npm 10 node engine range
    
BREAKING CHANGE: \`@npmcli/docs\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-npmcli-smoke-tests.yml
git -C smoke-tests add .
git commit -m "fix!: align @npmcli/smoke-tests to npm 10 node engine range
    
BREAKING CHANGE: \`@npmcli/smoke-tests\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-npmcli-mock-globals.yml
git -C mock-globals add .
git commit -m "fix!: align @npmcli/mock-globals to npm 10 node engine range
    
BREAKING CHANGE: \`@npmcli/mock-globals\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-npmcli-mock-registry.yml
git -C mock-registry add .
git commit -m "fix!: align @npmcli/mock-registry to npm 10 node engine range
    
BREAKING CHANGE: \`@npmcli/mock-registry\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-libnpmversion.yml
git -C workspaces/libnpmversion add .
git commit -m "fix!: align libnpmversion to npm 10 node engine range
    
BREAKING CHANGE: \`libnpmversion\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-libnpmteam.yml
git -C workspaces/libnpmteam add .
git commit -m "fix!: align libnpmteam to npm 10 node engine range
    
BREAKING CHANGE: \`libnpmteam\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-libnpmsearch.yml
git -C workspaces/libnpmsearch add .
git commit -m "fix!: align libnpmsearch to npm 10 node engine range
    
BREAKING CHANGE: \`libnpmsearch\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-libnpmpublish.yml
git -C workspaces/libnpmpublish add .
git commit -m "fix!: align libnpmpublish to npm 10 node engine range
    
BREAKING CHANGE: \`libnpmpublish\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-libnpmpack.yml
git -C workspaces/libnpmpack add .
git commit -m "fix!: align libnpmpack to npm 10 node engine range
    
BREAKING CHANGE: \`libnpmpack\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-libnpmorg.yml
git -C workspaces/libnpmorg add .
git commit -m "fix!: align libnpmorg to npm 10 node engine range
    
BREAKING CHANGE: \`libnpmorg\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-libnpmhook.yml
git -C workspaces/libnpmhook add .
git commit -m "fix!: align libnpmhook to npm 10 node engine range
    
BREAKING CHANGE: \`libnpmhook\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-libnpmfund.yml
git -C workspaces/libnpmfund add .
git commit -m "fix!: align libnpmfund to npm 10 node engine range
    
BREAKING CHANGE: \`libnpmfund\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-libnpmexec.yml
git -C workspaces/libnpmexec add .
git commit -m "fix!: align libnpmexec to npm 10 node engine range
    
BREAKING CHANGE: \`libnpmexec\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-libnpmdiff.yml
git -C workspaces/libnpmdiff add .
git commit -m "fix!: align libnpmdiff to npm 10 node engine range
    
BREAKING CHANGE: \`libnpmdiff\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-libnpmaccess.yml
git -C workspaces/libnpmaccess add .
git commit -m "fix!: align libnpmaccess to npm 10 node engine range
    
BREAKING CHANGE: \`libnpmaccess\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-npmcli-config.yml
git -C workspaces/config add .
git commit -m "fix!: align @npmcli/config to npm 10 node engine range
    
BREAKING CHANGE: \`@npmcli/config\` now supports node \`^18.17.0 || >=20.5.0\`"
git add .github/workflows/ci-npmcli-arborist.yml
git -C workspaces/arborist add .
git commit -m "fix!: align @npmcli/arborist to npm 10 node engine range
    
BREAKING CHANGE: \`@npmcli/arborist\` now supports node \`^18.17.0 || >=20.5.0\`"
npm install @npmcli/fs@4.0.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/fs@4.0.0"
npm install @npmcli/map-workspaces@4.0.1 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/config --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/map-workspaces@4.0.1"
npm install @npmcli/package-json@6.0.1 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/config --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/package-json@6.0.1"
npm install @npmcli/promise-spawn@8.0.1 --ignore-scripts --no-audit --no-fund --save-dev --workspace=@npmcli/smoke-tests
npm install @npmcli/promise-spawn@8.0.1 --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/promise-spawn@8.0.1"
npm install @npmcli/redact@3.0.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/redact@3.0.0"
npm install @npmcli/run-script@9.0.1 --ignore-scripts --no-audit --no-fund --workspace=libnpmversion --workspace=libnpmpack --workspace=libnpmexec --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/run-script@9.0.1"
npm install abbrev@3.0.0 --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update abbrev@3.0.0"
npm install cacache@19.0.1 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update cacache@19.0.1"
npm install hosted-git-info@8.0.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update hosted-git-info@8.0.0"
npm install ini@5.0.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/config --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update ini@5.0.0"
npm install init-package-json@7.0.1 --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update init-package-json@7.0.1"
npm install json-parse-even-better-errors@4.0.0 --ignore-scripts --no-audit --no-fund --workspace=libnpmversion --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update json-parse-even-better-errors@4.0.0"
npm install make-fetch-happen@14.0.1 --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update make-fetch-happen@14.0.1"
npm install nopt@8.0.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/config --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update nopt@8.0.0"
npm install normalize-package-data@7.0.0 --ignore-scripts --no-audit --no-fund --workspace=libnpmpublish --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update normalize-package-data@7.0.0"
npm install npm-audit-report@6.0.0 --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update npm-audit-report@6.0.0"
npm install npm-install-checks@7.1.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update npm-install-checks@7.1.0"
npm install npm-package-arg@12.0.0 --ignore-scripts --no-audit --no-fund --workspace=libnpmpublish --workspace=libnpmpack --workspace=libnpmexec --workspace=libnpmdiff --workspace=libnpmaccess --workspace=@npmcli/arborist --include-workspace-root
npm install npm-package-arg@12.0.0 --ignore-scripts --no-audit --no-fund --save-dev --workspace=@npmcli/mock-registry
npm run dependencies
git add -A && git commit -m "deps: update npm-package-arg@12.0.0"
npm install npm-pick-manifest@10.0.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update npm-pick-manifest@10.0.0"
npm install npm-profile@11.0.1 --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update npm-profile@11.0.1"
npm install npm-registry-fetch@18.0.1 --ignore-scripts --no-audit --no-fund --workspace=libnpmteam --workspace=libnpmsearch --workspace=libnpmpublish --workspace=libnpmorg --workspace=libnpmhook --workspace=libnpmaccess --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update npm-registry-fetch@18.0.1"
npm install npm-user-validate@3.0.0 --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update npm-user-validate@3.0.0"
npm install pacote@19.0.0 --ignore-scripts --no-audit --no-fund --workspace=libnpmpack --workspace=libnpmexec --workspace=libnpmdiff --workspace=@npmcli/arborist --include-workspace-root
npm install pacote@19.0.0 --ignore-scripts --no-audit --no-fund --save-dev --workspace=@npmcli/mock-registry
npm run dependencies
git add -A && git commit -m "deps: update pacote@19.0.0"
npm install parse-conflict-json@4.0.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update parse-conflict-json@4.0.0"
npm install proc-log@5.0.0 --ignore-scripts --no-audit --no-fund --workspace=libnpmversion --workspace=libnpmpublish --workspace=libnpmexec --workspace=@npmcli/config --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update proc-log@5.0.0"
npm install read@4.0.0 --ignore-scripts --no-audit --no-fund --workspace=libnpmexec --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update read@4.0.0"
npm install ssri@12.0.0 --ignore-scripts --no-audit --no-fund --workspace=libnpmpublish --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update ssri@12.0.0"
npm install validate-npm-package-name@6.0.0 --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update validate-npm-package-name@6.0.0"
npm install which@5.0.0 --ignore-scripts --no-audit --no-fund --save-dev --workspace=@npmcli/smoke-tests
npm install which@5.0.0 --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update which@5.0.0"
npm install write-file-atomic@6.0.0 --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update write-file-atomic@6.0.0"
npm install @npmcli/git@6.0.1 --ignore-scripts --no-audit --no-fund --workspace=libnpmversion
npm install @npmcli/git@6.0.1 --ignore-scripts --no-audit --no-fund --save-dev
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/git@6.0.1"
npm install read-package-json-fast@4.0.0 --ignore-scripts --no-audit --no-fund --workspace=libnpmexec --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install read-package-json-fast@4.0.0
npm uninstall read-package-json-fast
npm run dependencies
git add -A && git commit -m "deps: update read-package-json-fast@4.0.0"
npm install @npmcli/installed-package-contents@3.0.0 --ignore-scripts --no-audit --no-fund --workspace=libnpmdiff --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install @npmcli/installed-package-contents@3.0.0
npm uninstall @npmcli/installed-package-contents
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/installed-package-contents@3.0.0"
npm install @npmcli/metavuln-calculator@8.0.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install @npmcli/metavuln-calculator@8.0.0
npm uninstall @npmcli/metavuln-calculator
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/metavuln-calculator@8.0.0"
npm install @npmcli/name-from-folder@3.0.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install @npmcli/name-from-folder@3.0.0
npm uninstall @npmcli/name-from-folder
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/name-from-folder@3.0.0"
npm install @npmcli/node-gyp@4.0.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install @npmcli/node-gyp@4.0.0
npm uninstall @npmcli/node-gyp
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/node-gyp@4.0.0"
npm install @npmcli/query@4.0.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install @npmcli/query@4.0.0
npm uninstall @npmcli/query
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/query@4.0.0"
npm install bin-links@5.0.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist
npm install bin-links@5.0.0 --ignore-scripts --no-audit --no-fund --save-dev --workspace=libnpmexec
npm run dependencies
git add -A && git commit -m "deps: update bin-links@5.0.0"
npm install proggy@3.0.0 --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install proggy@3.0.0
npm uninstall proggy
npm run dependencies
git add -A && git commit -m "deps: update proggy@3.0.0"
npm install @npmcli/eslint-config@5.0.1 --ignore-scripts --no-audit --no-fund --save-dev --workspace=@npmcli/docs --workspace=@npmcli/smoke-tests --workspace=@npmcli/mock-globals --workspace=@npmcli/mock-registry --workspace=libnpmversion --workspace=libnpmteam --workspace=libnpmsearch --workspace=libnpmpublish --workspace=libnpmpack --workspace=libnpmorg --workspace=libnpmhook --workspace=libnpmfund --workspace=libnpmexec --workspace=libnpmdiff --workspace=libnpmaccess --workspace=@npmcli/config --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "chore: update @npmcli/eslint-config@5.0.1"
npm install npm-packlist@9.0.0 --ignore-scripts --no-audit --no-fund --save-dev
npm run dependencies
git add -A && git commit -m "chore: update npm-packlist@9.0.0"
npm install ignore-walk@7.0.0 --ignore-scripts --no-audit --no-fund --save-dev --workspace=@npmcli/docs
npm run dependencies
git add -A && git commit -m "chore: update ignore-walk@7.0.0"
npm install minify-registry-metadata@4.0.0 --ignore-scripts --no-audit --no-fund --save-dev --workspace=@npmcli/arborist
npm run dependencies
git add -A && git commit -m "chore: update minify-registry-metadata@4.0.0"

This will hoist / dedupe:

npm i minipass-fetch
npm uninstall minipass-fetch
npm run dependencies
git add -A && git commit -m "deps: hoist minipass-fetch"

npm i npm-normalize-package-bin
npm uninstall npm-normalize-package-bin
npm run dependencies
git add -A && git commit -m "deps: hoist npm-normalize-package-bin"

@reggi reggi marked this pull request as ready for review October 1, 2024 19:42
@reggi reggi requested a review from a team as a code owner October 1, 2024 19:42
@reggi reggi force-pushed the reggi/engines-update branch 4 times, most recently from ef32f10 to 2da3fae Compare October 2, 2024 17:10
BREAKING CHANGE: `libnpmversion` now supports node `^18.17.0 || >=20.5.0`
BREAKING CHANGE: `libnpmteam` now supports node `^18.17.0 || >=20.5.0`
BREAKING CHANGE: `libnpmsearch` now supports node `^18.17.0 || >=20.5.0`
BREAKING CHANGE: `libnpmpublish` now supports node `^18.17.0 || >=20.5.0`
BREAKING CHANGE: `libnpmpack` now supports node `^18.17.0 || >=20.5.0`
BREAKING CHANGE: `libnpmorg` now supports node `^18.17.0 || >=20.5.0`
BREAKING CHANGE: `libnpmhook` now supports node `^18.17.0 || >=20.5.0`
BREAKING CHANGE: `libnpmfund` now supports node `^18.17.0 || >=20.5.0`
BREAKING CHANGE: `libnpmexec` now supports node `^18.17.0 || >=20.5.0`
BREAKING CHANGE: `libnpmdiff` now supports node `^18.17.0 || >=20.5.0`
BREAKING CHANGE: `libnpmaccess` now supports node `^18.17.0 || >=20.5.0`
BREAKING CHANGE: `@npmcli/config` now supports node `^18.17.0 || >=20.5.0`
BREAKING CHANGE: `@npmcli/arborist` now supports node `^18.17.0 || >=20.5.0`
@reggi reggi merged commit 60a7ee5 into latest Oct 2, 2024
60 checks passed
@reggi reggi deleted the reggi/engines-update branch October 2, 2024 18:26
@github-actions github-actions bot mentioned this pull request Oct 2, 2024
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 3, 2024
##### [`v10.9.0](https://github.com/npm/cli/blob/HEAD/CHANGELOG.md#1090-2024-10-03)

##### Features

-   [`4d57928`](npm/cli@4d57928) [#7766](npm/cli#7766) devEngines ([#7766](npm/cli#7766)) ([@reggi](https://github.com/reggi))

##### Bug Fixes

-   [`6ca609e`](npm/cli@6ca609e) [#7789](npm/cli#7789) ping and doctor commands fix for checking if registry is online ([#7789](npm/cli#7789)) ([@milaninfy](https://github.com/milaninfy))

##### Documentation

-   [`63d6a73`](npm/cli@63d6a73) [#7783](npm/cli#7783) package.json: add brief section on exports, link to Node.js docs ([#7783](npm/cli#7783)) ([@wheresrhys](https://github.com/wheresrhys))
-   [`366c07e`](npm/cli@366c07e) [#7776](npm/cli#7776) remove incorrect note about npm install ([#7776](npm/cli#7776)) ([@wraithgar](https://github.com/wraithgar))

##### Dependencies

-   [`60a7ee5`](npm/cli@60a7ee5) [#7803](npm/cli#7803) hoist npm-normalize-package-bin
-   [`20dd44f`](npm/cli@20dd44f) [#7803](npm/cli#7803) hoist minipass-fetch
-   [`5795987`](npm/cli@5795987) [#7803](npm/cli#7803) update `proggy@3.0.0`
-   [`99ccae3`](npm/cli@99ccae3) [#7803](npm/cli#7803) update `bin-links@5.0.0`
-   [`75786ad`](npm/cli@75786ad) [#7803](npm/cli#7803) update `@npmcli/query@4.0.0`
-   [`1c25a1d`](npm/cli@1c25a1d) [#7803](npm/cli#7803) update `@npmcli/node-gyp@4.0.0`
-   [`2d7fc3d`](npm/cli@2d7fc3d) [#7803](npm/cli#7803) update `@npmcli/name-from-folder@3.0.0`
-   [`1e09334`](npm/cli@1e09334) [#7803](npm/cli#7803) update `@npmcli/metavuln-calculator@8.0.0`
-   [`820e983`](npm/cli@820e983) [#7803](npm/cli#7803) update `@npmcli/installed-package-contents@3.0.0`
-   [`9cd6603`](npm/cli@9cd6603) [#7803](npm/cli#7803) update `read-package-json-fast@4.0.0`
-   [`b84d907`](npm/cli@b84d907) [#7803](npm/cli#7803) update `@npmcli/git@6.0.1`
-   [`53ed632`](npm/cli@53ed632) [#7803](npm/cli#7803) update `write-file-atomic@6.0.0`
-   [`ab40dab`](npm/cli@ab40dab) [#7803](npm/cli#7803) update `which@5.0.0`
-   [`b1c4770`](npm/cli@b1c4770) [#7803](npm/cli#7803) update `validate-npm-package-name@6.0.0`
-   [`8206c4f`](npm/cli@8206c4f) [#7803](npm/cli#7803) update `ssri@12.0.0`
-   [`8b7dbc8`](npm/cli@8b7dbc8) [#7803](npm/cli#7803) update `read@4.0.0`
-   [`f6909a0`](npm/cli@f6909a0) [#7803](npm/cli#7803) update `proc-log@5.0.0`
-   [`f9b2e18`](npm/cli@f9b2e18) [#7803](npm/cli#7803) update `parse-conflict-json@4.0.0`
-   [`e7ab206`](npm/cli@e7ab206) [#7803](npm/cli#7803) update `pacote@19.0.0`
-   [`b28dbb1`](npm/cli@b28dbb1) [#7803](npm/cli#7803) update `npm-user-validate@3.0.0`
-   [`d13a20b`](npm/cli@d13a20b) [#7803](npm/cli#7803) update `npm-registry-fetch@18.0.1`
-   [`5208f74`](npm/cli@5208f74) [#7803](npm/cli#7803) update `npm-profile@11.0.1`
-   [`092f41f`](npm/cli@092f41f) [#7803](npm/cli#7803) update `npm-pick-manifest@10.0.0`
-   [`50a7bc8`](npm/cli@50a7bc8) [#7803](npm/cli#7803) update `npm-package-arg@12.0.0`
-   [`591130d`](npm/cli@591130d) [#7803](npm/cli#7803) update `npm-install-checks@7.1.0`
-   [`be6ae96`](npm/cli@be6ae96) [#7803](npm/cli#7803) update `npm-audit-report@6.0.0`
-   [`8d4060a`](npm/cli@8d4060a) [#7803](npm/cli#7803) update `normalize-package-data@7.0.0`
-   [`105fa2b`](npm/cli@105fa2b) [#7803](npm/cli#7803) update `nopt@8.0.0`
-   [`eae4f57`](npm/cli@eae4f57) [#7803](npm/cli#7803) update `make-fetch-happen@14.0.1`
-   [`7214149`](npm/cli@7214149) [#7803](npm/cli#7803) update `json-parse-even-better-errors@4.0.0`
-   [`c4bed31`](npm/cli@c4bed31) [#7803](npm/cli#7803) update `init-package-json@7.0.1`
-   [`f54b155`](npm/cli@f54b155) [#7803](npm/cli#7803) update `ini@5.0.0`
-   [`6deae9e`](npm/cli@6deae9e) [#7803](npm/cli#7803) update `hosted-git-info@8.0.0`
-   [`034c729`](npm/cli@034c729) [#7803](npm/cli#7803) update `cacache@19.0.1`
-   [`ddb8be0`](npm/cli@ddb8be0) [#7803](npm/cli#7803) update `abbrev@3.0.0`
-   [`538a4cc`](npm/cli@538a4cc) [#7803](npm/cli#7803) update `@npmcli/run-script@9.0.1`
-   [`b80d048`](npm/cli@b80d048) [#7803](npm/cli#7803) update `@npmcli/redact@3.0.0`
-   [`81137fc`](npm/cli@81137fc) [#7803](npm/cli#7803) update `@npmcli/promise-spawn@8.0.1`
-   [`2076368`](npm/cli@2076368) [#7803](npm/cli#7803) update `@npmcli/package-json@6.0.1`
-   [`feac87c`](npm/cli@feac87c) [#7803](npm/cli#7803) update `@npmcli/map-workspaces@4.0.1`
-   [`dd90f9e`](npm/cli@dd90f9e) [#7803](npm/cli#7803) update `@npmcli/fs@4.0.0`

##### Chores

-   [`95e2cb1`](npm/cli@95e2cb1) [#7810](npm/cli#7810) ignore .github folder in release-please ([@reggi](https://github.com/reggi))
-   [`be1e6da`](npm/cli@be1e6da) [#7803](npm/cli#7803) update `minify-registry-metadata@4.0.0` ([@reggi](https://github.com/reggi))
-   [`43f2374`](npm/cli@43f2374) [#7803](npm/cli#7803) update `ignore-walk@7.0.0` ([@reggi](https://github.com/reggi))
-   [`bb03036`](npm/cli@bb03036) [#7803](npm/cli#7803) update `npm-packlist@9.0.0` ([@reggi](https://github.com/reggi))
-   [`2072705`](npm/cli@2072705) [#7803](npm/cli#7803) update `@npmcli/eslint-config@5.0.1` ([@reggi](https://github.com/reggi))
-   [`949d8f8`](npm/cli@949d8f8) [#7803](npm/cli#7803) engine ^18.17.0 || >=20.5.0 in package template ([@reggi](https://github.com/reggi))
-   [`fefd509`](npm/cli@fefd509) [#7764](npm/cli#7764) deps: bump actions/download-artifact from 3 to 4 in /.github/workflows ([#7764](npm/cli#7764)) ([@dependabot](https://github.com/dependabot)\[bot], [@wraithgar](https://github.com/wraithgar))
-   [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.0): `@npmcli/arborist@8.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/config-v9.0.0): `@npmcli/config@9.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v9.0.0): `libnpmaccess@9.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v7.0.0): `libnpmdiff@7.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v9.0.0): `libnpmexec@9.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v6.0.0): `libnpmfund@6.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v11.0.0): `libnpmhook@11.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v7.0.0): `libnpmorg@7.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v8.0.0): `libnpmpack@8.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v10.0.0): `libnpmpublish@10.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v8.0.0): `libnpmsearch@8.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v7.0.0): `libnpmteam@7.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v7.0.0): `libnpmversion@7.0.0`
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 3, 2024
##### [`v10.9.0](https://github.com/npm/cli/blob/HEAD/CHANGELOG.md#1090-2024-10-03)

##### Features

-   [`4d57928`](npm/cli@4d57928) [#7766](npm/cli#7766) devEngines ([#7766](npm/cli#7766)) ([@reggi](https://github.com/reggi))

##### Bug Fixes

-   [`6ca609e`](npm/cli@6ca609e) [#7789](npm/cli#7789) ping and doctor commands fix for checking if registry is online ([#7789](npm/cli#7789)) ([@milaninfy](https://github.com/milaninfy))

##### Documentation

-   [`63d6a73`](npm/cli@63d6a73) [#7783](npm/cli#7783) package.json: add brief section on exports, link to Node.js docs ([#7783](npm/cli#7783)) ([@wheresrhys](https://github.com/wheresrhys))
-   [`366c07e`](npm/cli@366c07e) [#7776](npm/cli#7776) remove incorrect note about npm install ([#7776](npm/cli#7776)) ([@wraithgar](https://github.com/wraithgar))

##### Dependencies

-   [`60a7ee5`](npm/cli@60a7ee5) [#7803](npm/cli#7803) hoist npm-normalize-package-bin
-   [`20dd44f`](npm/cli@20dd44f) [#7803](npm/cli#7803) hoist minipass-fetch
-   [`5795987`](npm/cli@5795987) [#7803](npm/cli#7803) update `proggy@3.0.0`
-   [`99ccae3`](npm/cli@99ccae3) [#7803](npm/cli#7803) update `bin-links@5.0.0`
-   [`75786ad`](npm/cli@75786ad) [#7803](npm/cli#7803) update `@npmcli/query@4.0.0`
-   [`1c25a1d`](npm/cli@1c25a1d) [#7803](npm/cli#7803) update `@npmcli/node-gyp@4.0.0`
-   [`2d7fc3d`](npm/cli@2d7fc3d) [#7803](npm/cli#7803) update `@npmcli/name-from-folder@3.0.0`
-   [`1e09334`](npm/cli@1e09334) [#7803](npm/cli#7803) update `@npmcli/metavuln-calculator@8.0.0`
-   [`820e983`](npm/cli@820e983) [#7803](npm/cli#7803) update `@npmcli/installed-package-contents@3.0.0`
-   [`9cd6603`](npm/cli@9cd6603) [#7803](npm/cli#7803) update `read-package-json-fast@4.0.0`
-   [`b84d907`](npm/cli@b84d907) [#7803](npm/cli#7803) update `@npmcli/git@6.0.1`
-   [`53ed632`](npm/cli@53ed632) [#7803](npm/cli#7803) update `write-file-atomic@6.0.0`
-   [`ab40dab`](npm/cli@ab40dab) [#7803](npm/cli#7803) update `which@5.0.0`
-   [`b1c4770`](npm/cli@b1c4770) [#7803](npm/cli#7803) update `validate-npm-package-name@6.0.0`
-   [`8206c4f`](npm/cli@8206c4f) [#7803](npm/cli#7803) update `ssri@12.0.0`
-   [`8b7dbc8`](npm/cli@8b7dbc8) [#7803](npm/cli#7803) update `read@4.0.0`
-   [`f6909a0`](npm/cli@f6909a0) [#7803](npm/cli#7803) update `proc-log@5.0.0`
-   [`f9b2e18`](npm/cli@f9b2e18) [#7803](npm/cli#7803) update `parse-conflict-json@4.0.0`
-   [`e7ab206`](npm/cli@e7ab206) [#7803](npm/cli#7803) update `pacote@19.0.0`
-   [`b28dbb1`](npm/cli@b28dbb1) [#7803](npm/cli#7803) update `npm-user-validate@3.0.0`
-   [`d13a20b`](npm/cli@d13a20b) [#7803](npm/cli#7803) update `npm-registry-fetch@18.0.1`
-   [`5208f74`](npm/cli@5208f74) [#7803](npm/cli#7803) update `npm-profile@11.0.1`
-   [`092f41f`](npm/cli@092f41f) [#7803](npm/cli#7803) update `npm-pick-manifest@10.0.0`
-   [`50a7bc8`](npm/cli@50a7bc8) [#7803](npm/cli#7803) update `npm-package-arg@12.0.0`
-   [`591130d`](npm/cli@591130d) [#7803](npm/cli#7803) update `npm-install-checks@7.1.0`
-   [`be6ae96`](npm/cli@be6ae96) [#7803](npm/cli#7803) update `npm-audit-report@6.0.0`
-   [`8d4060a`](npm/cli@8d4060a) [#7803](npm/cli#7803) update `normalize-package-data@7.0.0`
-   [`105fa2b`](npm/cli@105fa2b) [#7803](npm/cli#7803) update `nopt@8.0.0`
-   [`eae4f57`](npm/cli@eae4f57) [#7803](npm/cli#7803) update `make-fetch-happen@14.0.1`
-   [`7214149`](npm/cli@7214149) [#7803](npm/cli#7803) update `json-parse-even-better-errors@4.0.0`
-   [`c4bed31`](npm/cli@c4bed31) [#7803](npm/cli#7803) update `init-package-json@7.0.1`
-   [`f54b155`](npm/cli@f54b155) [#7803](npm/cli#7803) update `ini@5.0.0`
-   [`6deae9e`](npm/cli@6deae9e) [#7803](npm/cli#7803) update `hosted-git-info@8.0.0`
-   [`034c729`](npm/cli@034c729) [#7803](npm/cli#7803) update `cacache@19.0.1`
-   [`ddb8be0`](npm/cli@ddb8be0) [#7803](npm/cli#7803) update `abbrev@3.0.0`
-   [`538a4cc`](npm/cli@538a4cc) [#7803](npm/cli#7803) update `@npmcli/run-script@9.0.1`
-   [`b80d048`](npm/cli@b80d048) [#7803](npm/cli#7803) update `@npmcli/redact@3.0.0`
-   [`81137fc`](npm/cli@81137fc) [#7803](npm/cli#7803) update `@npmcli/promise-spawn@8.0.1`
-   [`2076368`](npm/cli@2076368) [#7803](npm/cli#7803) update `@npmcli/package-json@6.0.1`
-   [`feac87c`](npm/cli@feac87c) [#7803](npm/cli#7803) update `@npmcli/map-workspaces@4.0.1`
-   [`dd90f9e`](npm/cli@dd90f9e) [#7803](npm/cli#7803) update `@npmcli/fs@4.0.0`

##### Chores

-   [`95e2cb1`](npm/cli@95e2cb1) [#7810](npm/cli#7810) ignore .github folder in release-please ([@reggi](https://github.com/reggi))
-   [`be1e6da`](npm/cli@be1e6da) [#7803](npm/cli#7803) update `minify-registry-metadata@4.0.0` ([@reggi](https://github.com/reggi))
-   [`43f2374`](npm/cli@43f2374) [#7803](npm/cli#7803) update `ignore-walk@7.0.0` ([@reggi](https://github.com/reggi))
-   [`bb03036`](npm/cli@bb03036) [#7803](npm/cli#7803) update `npm-packlist@9.0.0` ([@reggi](https://github.com/reggi))
-   [`2072705`](npm/cli@2072705) [#7803](npm/cli#7803) update `@npmcli/eslint-config@5.0.1` ([@reggi](https://github.com/reggi))
-   [`949d8f8`](npm/cli@949d8f8) [#7803](npm/cli#7803) engine ^18.17.0 || >=20.5.0 in package template ([@reggi](https://github.com/reggi))
-   [`fefd509`](npm/cli@fefd509) [#7764](npm/cli#7764) deps: bump actions/download-artifact from 3 to 4 in /.github/workflows ([#7764](npm/cli#7764)) ([@dependabot](https://github.com/dependabot)\[bot], [@wraithgar](https://github.com/wraithgar))
-   [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.0): `@npmcli/arborist@8.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/config-v9.0.0): `@npmcli/config@9.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v9.0.0): `libnpmaccess@9.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v7.0.0): `libnpmdiff@7.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v9.0.0): `libnpmexec@9.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v6.0.0): `libnpmfund@6.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v11.0.0): `libnpmhook@11.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v7.0.0): `libnpmorg@7.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v8.0.0): `libnpmpack@8.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v10.0.0): `libnpmpublish@10.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v8.0.0): `libnpmsearch@8.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v7.0.0): `libnpmteam@7.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v7.0.0): `libnpmversion@7.0.0`
github-merge-queue bot pushed a commit to zemn-me/monorepo that referenced this pull request Oct 3, 2024
##### [`v10.9.0](https://github.com/npm/cli/blob/HEAD/CHANGELOG.md#1090-2024-10-03)

##### Features

-   [`4d57928`](npm/cli@4d57928) [#7766](npm/cli#7766) devEngines ([#7766](npm/cli#7766)) ([@reggi](https://github.com/reggi))

##### Bug Fixes

-   [`6ca609e`](npm/cli@6ca609e) [#7789](npm/cli#7789) ping and doctor commands fix for checking if registry is online ([#7789](npm/cli#7789)) ([@milaninfy](https://github.com/milaninfy))

##### Documentation

-   [`63d6a73`](npm/cli@63d6a73) [#7783](npm/cli#7783) package.json: add brief section on exports, link to Node.js docs ([#7783](npm/cli#7783)) ([@wheresrhys](https://github.com/wheresrhys))
-   [`366c07e`](npm/cli@366c07e) [#7776](npm/cli#7776) remove incorrect note about npm install ([#7776](npm/cli#7776)) ([@wraithgar](https://github.com/wraithgar))

##### Dependencies

-   [`60a7ee5`](npm/cli@60a7ee5) [#7803](npm/cli#7803) hoist npm-normalize-package-bin
-   [`20dd44f`](npm/cli@20dd44f) [#7803](npm/cli#7803) hoist minipass-fetch
-   [`5795987`](npm/cli@5795987) [#7803](npm/cli#7803) update `proggy@3.0.0`
-   [`99ccae3`](npm/cli@99ccae3) [#7803](npm/cli#7803) update `bin-links@5.0.0`
-   [`75786ad`](npm/cli@75786ad) [#7803](npm/cli#7803) update `@npmcli/query@4.0.0`
-   [`1c25a1d`](npm/cli@1c25a1d) [#7803](npm/cli#7803) update `@npmcli/node-gyp@4.0.0`
-   [`2d7fc3d`](npm/cli@2d7fc3d) [#7803](npm/cli#7803) update `@npmcli/name-from-folder@3.0.0`
-   [`1e09334`](npm/cli@1e09334) [#7803](npm/cli#7803) update `@npmcli/metavuln-calculator@8.0.0`
-   [`820e983`](npm/cli@820e983) [#7803](npm/cli#7803) update `@npmcli/installed-package-contents@3.0.0`
-   [`9cd6603`](npm/cli@9cd6603) [#7803](npm/cli#7803) update `read-package-json-fast@4.0.0`
-   [`b84d907`](npm/cli@b84d907) [#7803](npm/cli#7803) update `@npmcli/git@6.0.1`
-   [`53ed632`](npm/cli@53ed632) [#7803](npm/cli#7803) update `write-file-atomic@6.0.0`
-   [`ab40dab`](npm/cli@ab40dab) [#7803](npm/cli#7803) update `which@5.0.0`
-   [`b1c4770`](npm/cli@b1c4770) [#7803](npm/cli#7803) update `validate-npm-package-name@6.0.0`
-   [`8206c4f`](npm/cli@8206c4f) [#7803](npm/cli#7803) update `ssri@12.0.0`
-   [`8b7dbc8`](npm/cli@8b7dbc8) [#7803](npm/cli#7803) update `read@4.0.0`
-   [`f6909a0`](npm/cli@f6909a0) [#7803](npm/cli#7803) update `proc-log@5.0.0`
-   [`f9b2e18`](npm/cli@f9b2e18) [#7803](npm/cli#7803) update `parse-conflict-json@4.0.0`
-   [`e7ab206`](npm/cli@e7ab206) [#7803](npm/cli#7803) update `pacote@19.0.0`
-   [`b28dbb1`](npm/cli@b28dbb1) [#7803](npm/cli#7803) update `npm-user-validate@3.0.0`
-   [`d13a20b`](npm/cli@d13a20b) [#7803](npm/cli#7803) update `npm-registry-fetch@18.0.1`
-   [`5208f74`](npm/cli@5208f74) [#7803](npm/cli#7803) update `npm-profile@11.0.1`
-   [`092f41f`](npm/cli@092f41f) [#7803](npm/cli#7803) update `npm-pick-manifest@10.0.0`
-   [`50a7bc8`](npm/cli@50a7bc8) [#7803](npm/cli#7803) update `npm-package-arg@12.0.0`
-   [`591130d`](npm/cli@591130d) [#7803](npm/cli#7803) update `npm-install-checks@7.1.0`
-   [`be6ae96`](npm/cli@be6ae96) [#7803](npm/cli#7803) update `npm-audit-report@6.0.0`
-   [`8d4060a`](npm/cli@8d4060a) [#7803](npm/cli#7803) update `normalize-package-data@7.0.0`
-   [`105fa2b`](npm/cli@105fa2b) [#7803](npm/cli#7803) update `nopt@8.0.0`
-   [`eae4f57`](npm/cli@eae4f57) [#7803](npm/cli#7803) update `make-fetch-happen@14.0.1`
-   [`7214149`](npm/cli@7214149) [#7803](npm/cli#7803) update `json-parse-even-better-errors@4.0.0`
-   [`c4bed31`](npm/cli@c4bed31) [#7803](npm/cli#7803) update `init-package-json@7.0.1`
-   [`f54b155`](npm/cli@f54b155) [#7803](npm/cli#7803) update `ini@5.0.0`
-   [`6deae9e`](npm/cli@6deae9e) [#7803](npm/cli#7803) update `hosted-git-info@8.0.0`
-   [`034c729`](npm/cli@034c729) [#7803](npm/cli#7803) update `cacache@19.0.1`
-   [`ddb8be0`](npm/cli@ddb8be0) [#7803](npm/cli#7803) update `abbrev@3.0.0`
-   [`538a4cc`](npm/cli@538a4cc) [#7803](npm/cli#7803) update `@npmcli/run-script@9.0.1`
-   [`b80d048`](npm/cli@b80d048) [#7803](npm/cli#7803) update `@npmcli/redact@3.0.0`
-   [`81137fc`](npm/cli@81137fc) [#7803](npm/cli#7803) update `@npmcli/promise-spawn@8.0.1`
-   [`2076368`](npm/cli@2076368) [#7803](npm/cli#7803) update `@npmcli/package-json@6.0.1`
-   [`feac87c`](npm/cli@feac87c) [#7803](npm/cli#7803) update `@npmcli/map-workspaces@4.0.1`
-   [`dd90f9e`](npm/cli@dd90f9e) [#7803](npm/cli#7803) update `@npmcli/fs@4.0.0`

##### Chores

-   [`95e2cb1`](npm/cli@95e2cb1) [#7810](npm/cli#7810) ignore .github folder in release-please ([@reggi](https://github.com/reggi))
-   [`be1e6da`](npm/cli@be1e6da) [#7803](npm/cli#7803) update `minify-registry-metadata@4.0.0` ([@reggi](https://github.com/reggi))
-   [`43f2374`](npm/cli@43f2374) [#7803](npm/cli#7803) update `ignore-walk@7.0.0` ([@reggi](https://github.com/reggi))
-   [`bb03036`](npm/cli@bb03036) [#7803](npm/cli#7803) update `npm-packlist@9.0.0` ([@reggi](https://github.com/reggi))
-   [`2072705`](npm/cli@2072705) [#7803](npm/cli#7803) update `@npmcli/eslint-config@5.0.1` ([@reggi](https://github.com/reggi))
-   [`949d8f8`](npm/cli@949d8f8) [#7803](npm/cli#7803) engine ^18.17.0 || >=20.5.0 in package template ([@reggi](https://github.com/reggi))
-   [`fefd509`](npm/cli@fefd509) [#7764](npm/cli#7764) deps: bump actions/download-artifact from 3 to 4 in /.github/workflows ([#7764](npm/cli#7764)) ([@dependabot](https://github.com/dependabot)\[bot], [@wraithgar](https://github.com/wraithgar))
-   [workspace](https://github.com/npm/cli/releases/tag/arborist-v8.0.0): `@npmcli/arborist@8.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/config-v9.0.0): `@npmcli/config@9.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v9.0.0): `libnpmaccess@9.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v7.0.0): `libnpmdiff@7.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v9.0.0): `libnpmexec@9.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v6.0.0): `libnpmfund@6.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v11.0.0): `libnpmhook@11.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v7.0.0): `libnpmorg@7.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v8.0.0): `libnpmpack@8.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v10.0.0): `libnpmpublish@10.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v8.0.0): `libnpmsearch@8.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v7.0.0): `libnpmteam@7.0.0`
-   [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v7.0.0): `libnpmversion@7.0.0`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants