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:

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/[email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/[email protected]"
npm install @npmcli/[email protected] --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/[email protected]"
npm install @npmcli/[email protected] --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/[email protected]"
npm install @npmcli/[email protected] --ignore-scripts --no-audit --no-fund --save-dev --workspace=@npmcli/smoke-tests
npm install @npmcli/[email protected] --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/[email protected]"
npm install @npmcli/[email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/[email protected]"
npm install @npmcli/[email protected] --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/[email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/config --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --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 [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --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 [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --workspace=libnpmpublish --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --workspace=libnpmpublish --workspace=libnpmpack --workspace=libnpmexec --workspace=libnpmdiff --workspace=libnpmaccess --workspace=@npmcli/arborist --include-workspace-root
npm install [email protected] --ignore-scripts --no-audit --no-fund --save-dev --workspace=@npmcli/mock-registry
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --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 [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --workspace=libnpmpack --workspace=libnpmexec --workspace=libnpmdiff --workspace=@npmcli/arborist --include-workspace-root
npm install [email protected] --ignore-scripts --no-audit --no-fund --save-dev --workspace=@npmcli/mock-registry
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --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 [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --workspace=libnpmexec --include-workspace-root
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --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 [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --save-dev --workspace=@npmcli/smoke-tests
npm install [email protected] --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install @npmcli/[email protected] --ignore-scripts --no-audit --no-fund --workspace=libnpmversion
npm install @npmcli/[email protected] --ignore-scripts --no-audit --no-fund --save-dev
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/[email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --workspace=libnpmexec --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install [email protected]
npm uninstall read-package-json-fast
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install @npmcli/[email protected] --ignore-scripts --no-audit --no-fund --workspace=libnpmdiff --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install @npmcli/[email protected]
npm uninstall @npmcli/installed-package-contents
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/[email protected]"
npm install @npmcli/[email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install @npmcli/[email protected]
npm uninstall @npmcli/metavuln-calculator
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/[email protected]"
npm install @npmcli/[email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install @npmcli/[email protected]
npm uninstall @npmcli/name-from-folder
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/[email protected]"
npm install @npmcli/[email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install @npmcli/[email protected]
npm uninstall @npmcli/node-gyp
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/[email protected]"
npm install @npmcli/[email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install @npmcli/[email protected]
npm uninstall @npmcli/query
npm run dependencies
git add -A && git commit -m "deps: update @npmcli/[email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist
npm install [email protected] --ignore-scripts --no-audit --no-fund --save-dev --workspace=libnpmexec
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --workspace=@npmcli/arborist
# forces a hoist for prod workspace only prod dep
npm install [email protected]
npm uninstall proggy
npm run dependencies
git add -A && git commit -m "deps: update [email protected]"
npm install @npmcli/[email protected] --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/[email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --save-dev
npm run dependencies
git add -A && git commit -m "chore: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --save-dev --workspace=@npmcli/docs
npm run dependencies
git add -A && git commit -m "chore: update [email protected]"
npm install [email protected] --ignore-scripts --no-audit --no-fund --save-dev --workspace=@npmcli/arborist
npm run dependencies
git add -A && git commit -m "chore: update [email protected]"

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:/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:/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:/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:/wheresrhys))
-   [`366c07e`](npm/cli@366c07e) [#7776](npm/cli#7776) remove incorrect note about npm install ([#7776](npm/cli#7776)) ([@wraithgar](https:/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 `[email protected]`
-   [`99ccae3`](npm/cli@99ccae3) [#7803](npm/cli#7803) update `[email protected]`
-   [`75786ad`](npm/cli@75786ad) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`1c25a1d`](npm/cli@1c25a1d) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`2d7fc3d`](npm/cli@2d7fc3d) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`1e09334`](npm/cli@1e09334) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`820e983`](npm/cli@820e983) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`9cd6603`](npm/cli@9cd6603) [#7803](npm/cli#7803) update `[email protected]`
-   [`b84d907`](npm/cli@b84d907) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`53ed632`](npm/cli@53ed632) [#7803](npm/cli#7803) update `[email protected]`
-   [`ab40dab`](npm/cli@ab40dab) [#7803](npm/cli#7803) update `[email protected]`
-   [`b1c4770`](npm/cli@b1c4770) [#7803](npm/cli#7803) update `[email protected]`
-   [`8206c4f`](npm/cli@8206c4f) [#7803](npm/cli#7803) update `[email protected]`
-   [`8b7dbc8`](npm/cli@8b7dbc8) [#7803](npm/cli#7803) update `[email protected]`
-   [`f6909a0`](npm/cli@f6909a0) [#7803](npm/cli#7803) update `[email protected]`
-   [`f9b2e18`](npm/cli@f9b2e18) [#7803](npm/cli#7803) update `[email protected]`
-   [`e7ab206`](npm/cli@e7ab206) [#7803](npm/cli#7803) update `[email protected]`
-   [`b28dbb1`](npm/cli@b28dbb1) [#7803](npm/cli#7803) update `[email protected]`
-   [`d13a20b`](npm/cli@d13a20b) [#7803](npm/cli#7803) update `[email protected]`
-   [`5208f74`](npm/cli@5208f74) [#7803](npm/cli#7803) update `[email protected]`
-   [`092f41f`](npm/cli@092f41f) [#7803](npm/cli#7803) update `[email protected]`
-   [`50a7bc8`](npm/cli@50a7bc8) [#7803](npm/cli#7803) update `[email protected]`
-   [`591130d`](npm/cli@591130d) [#7803](npm/cli#7803) update `[email protected]`
-   [`be6ae96`](npm/cli@be6ae96) [#7803](npm/cli#7803) update `[email protected]`
-   [`8d4060a`](npm/cli@8d4060a) [#7803](npm/cli#7803) update `[email protected]`
-   [`105fa2b`](npm/cli@105fa2b) [#7803](npm/cli#7803) update `[email protected]`
-   [`eae4f57`](npm/cli@eae4f57) [#7803](npm/cli#7803) update `[email protected]`
-   [`7214149`](npm/cli@7214149) [#7803](npm/cli#7803) update `[email protected]`
-   [`c4bed31`](npm/cli@c4bed31) [#7803](npm/cli#7803) update `[email protected]`
-   [`f54b155`](npm/cli@f54b155) [#7803](npm/cli#7803) update `[email protected]`
-   [`6deae9e`](npm/cli@6deae9e) [#7803](npm/cli#7803) update `[email protected]`
-   [`034c729`](npm/cli@034c729) [#7803](npm/cli#7803) update `[email protected]`
-   [`ddb8be0`](npm/cli@ddb8be0) [#7803](npm/cli#7803) update `[email protected]`
-   [`538a4cc`](npm/cli@538a4cc) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`b80d048`](npm/cli@b80d048) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`81137fc`](npm/cli@81137fc) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`2076368`](npm/cli@2076368) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`feac87c`](npm/cli@feac87c) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`dd90f9e`](npm/cli@dd90f9e) [#7803](npm/cli#7803) update `@npmcli/[email protected]`

##### Chores

-   [`95e2cb1`](npm/cli@95e2cb1) [#7810](npm/cli#7810) ignore .github folder in release-please ([@reggi](https:/reggi))
-   [`be1e6da`](npm/cli@be1e6da) [#7803](npm/cli#7803) update `[email protected]` ([@reggi](https:/reggi))
-   [`43f2374`](npm/cli@43f2374) [#7803](npm/cli#7803) update `[email protected]` ([@reggi](https:/reggi))
-   [`bb03036`](npm/cli@bb03036) [#7803](npm/cli#7803) update `[email protected]` ([@reggi](https:/reggi))
-   [`2072705`](npm/cli@2072705) [#7803](npm/cli#7803) update `@npmcli/[email protected]` ([@reggi](https:/reggi))
-   [`949d8f8`](npm/cli@949d8f8) [#7803](npm/cli#7803) engine ^18.17.0 || >=20.5.0 in package template ([@reggi](https:/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:/dependabot)\[bot], [@wraithgar](https:/wraithgar))
-   [workspace](https:/npm/cli/releases/tag/arborist-v8.0.0): `@npmcli/[email protected]`
-   [workspace](https:/npm/cli/releases/tag/config-v9.0.0): `@npmcli/[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmaccess-v9.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmdiff-v7.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmexec-v9.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmfund-v6.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmhook-v11.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmorg-v7.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmpack-v8.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmpublish-v10.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmsearch-v8.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmteam-v7.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmversion-v7.0.0): `[email protected]`
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 3, 2024
##### [`v10.9.0](https:/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:/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:/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:/wheresrhys))
-   [`366c07e`](npm/cli@366c07e) [#7776](npm/cli#7776) remove incorrect note about npm install ([#7776](npm/cli#7776)) ([@wraithgar](https:/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 `[email protected]`
-   [`99ccae3`](npm/cli@99ccae3) [#7803](npm/cli#7803) update `[email protected]`
-   [`75786ad`](npm/cli@75786ad) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`1c25a1d`](npm/cli@1c25a1d) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`2d7fc3d`](npm/cli@2d7fc3d) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`1e09334`](npm/cli@1e09334) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`820e983`](npm/cli@820e983) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`9cd6603`](npm/cli@9cd6603) [#7803](npm/cli#7803) update `[email protected]`
-   [`b84d907`](npm/cli@b84d907) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`53ed632`](npm/cli@53ed632) [#7803](npm/cli#7803) update `[email protected]`
-   [`ab40dab`](npm/cli@ab40dab) [#7803](npm/cli#7803) update `[email protected]`
-   [`b1c4770`](npm/cli@b1c4770) [#7803](npm/cli#7803) update `[email protected]`
-   [`8206c4f`](npm/cli@8206c4f) [#7803](npm/cli#7803) update `[email protected]`
-   [`8b7dbc8`](npm/cli@8b7dbc8) [#7803](npm/cli#7803) update `[email protected]`
-   [`f6909a0`](npm/cli@f6909a0) [#7803](npm/cli#7803) update `[email protected]`
-   [`f9b2e18`](npm/cli@f9b2e18) [#7803](npm/cli#7803) update `[email protected]`
-   [`e7ab206`](npm/cli@e7ab206) [#7803](npm/cli#7803) update `[email protected]`
-   [`b28dbb1`](npm/cli@b28dbb1) [#7803](npm/cli#7803) update `[email protected]`
-   [`d13a20b`](npm/cli@d13a20b) [#7803](npm/cli#7803) update `[email protected]`
-   [`5208f74`](npm/cli@5208f74) [#7803](npm/cli#7803) update `[email protected]`
-   [`092f41f`](npm/cli@092f41f) [#7803](npm/cli#7803) update `[email protected]`
-   [`50a7bc8`](npm/cli@50a7bc8) [#7803](npm/cli#7803) update `[email protected]`
-   [`591130d`](npm/cli@591130d) [#7803](npm/cli#7803) update `[email protected]`
-   [`be6ae96`](npm/cli@be6ae96) [#7803](npm/cli#7803) update `[email protected]`
-   [`8d4060a`](npm/cli@8d4060a) [#7803](npm/cli#7803) update `[email protected]`
-   [`105fa2b`](npm/cli@105fa2b) [#7803](npm/cli#7803) update `[email protected]`
-   [`eae4f57`](npm/cli@eae4f57) [#7803](npm/cli#7803) update `[email protected]`
-   [`7214149`](npm/cli@7214149) [#7803](npm/cli#7803) update `[email protected]`
-   [`c4bed31`](npm/cli@c4bed31) [#7803](npm/cli#7803) update `[email protected]`
-   [`f54b155`](npm/cli@f54b155) [#7803](npm/cli#7803) update `[email protected]`
-   [`6deae9e`](npm/cli@6deae9e) [#7803](npm/cli#7803) update `[email protected]`
-   [`034c729`](npm/cli@034c729) [#7803](npm/cli#7803) update `[email protected]`
-   [`ddb8be0`](npm/cli@ddb8be0) [#7803](npm/cli#7803) update `[email protected]`
-   [`538a4cc`](npm/cli@538a4cc) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`b80d048`](npm/cli@b80d048) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`81137fc`](npm/cli@81137fc) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`2076368`](npm/cli@2076368) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`feac87c`](npm/cli@feac87c) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`dd90f9e`](npm/cli@dd90f9e) [#7803](npm/cli#7803) update `@npmcli/[email protected]`

##### Chores

-   [`95e2cb1`](npm/cli@95e2cb1) [#7810](npm/cli#7810) ignore .github folder in release-please ([@reggi](https:/reggi))
-   [`be1e6da`](npm/cli@be1e6da) [#7803](npm/cli#7803) update `[email protected]` ([@reggi](https:/reggi))
-   [`43f2374`](npm/cli@43f2374) [#7803](npm/cli#7803) update `[email protected]` ([@reggi](https:/reggi))
-   [`bb03036`](npm/cli@bb03036) [#7803](npm/cli#7803) update `[email protected]` ([@reggi](https:/reggi))
-   [`2072705`](npm/cli@2072705) [#7803](npm/cli#7803) update `@npmcli/[email protected]` ([@reggi](https:/reggi))
-   [`949d8f8`](npm/cli@949d8f8) [#7803](npm/cli#7803) engine ^18.17.0 || >=20.5.0 in package template ([@reggi](https:/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:/dependabot)\[bot], [@wraithgar](https:/wraithgar))
-   [workspace](https:/npm/cli/releases/tag/arborist-v8.0.0): `@npmcli/[email protected]`
-   [workspace](https:/npm/cli/releases/tag/config-v9.0.0): `@npmcli/[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmaccess-v9.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmdiff-v7.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmexec-v9.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmfund-v6.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmhook-v11.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmorg-v7.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmpack-v8.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmpublish-v10.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmsearch-v8.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmteam-v7.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmversion-v7.0.0): `[email protected]`
github-merge-queue bot pushed a commit to zemn-me/monorepo that referenced this pull request Oct 3, 2024
##### [`v10.9.0](https:/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:/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:/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:/wheresrhys))
-   [`366c07e`](npm/cli@366c07e) [#7776](npm/cli#7776) remove incorrect note about npm install ([#7776](npm/cli#7776)) ([@wraithgar](https:/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 `[email protected]`
-   [`99ccae3`](npm/cli@99ccae3) [#7803](npm/cli#7803) update `[email protected]`
-   [`75786ad`](npm/cli@75786ad) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`1c25a1d`](npm/cli@1c25a1d) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`2d7fc3d`](npm/cli@2d7fc3d) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`1e09334`](npm/cli@1e09334) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`820e983`](npm/cli@820e983) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`9cd6603`](npm/cli@9cd6603) [#7803](npm/cli#7803) update `[email protected]`
-   [`b84d907`](npm/cli@b84d907) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`53ed632`](npm/cli@53ed632) [#7803](npm/cli#7803) update `[email protected]`
-   [`ab40dab`](npm/cli@ab40dab) [#7803](npm/cli#7803) update `[email protected]`
-   [`b1c4770`](npm/cli@b1c4770) [#7803](npm/cli#7803) update `[email protected]`
-   [`8206c4f`](npm/cli@8206c4f) [#7803](npm/cli#7803) update `[email protected]`
-   [`8b7dbc8`](npm/cli@8b7dbc8) [#7803](npm/cli#7803) update `[email protected]`
-   [`f6909a0`](npm/cli@f6909a0) [#7803](npm/cli#7803) update `[email protected]`
-   [`f9b2e18`](npm/cli@f9b2e18) [#7803](npm/cli#7803) update `[email protected]`
-   [`e7ab206`](npm/cli@e7ab206) [#7803](npm/cli#7803) update `[email protected]`
-   [`b28dbb1`](npm/cli@b28dbb1) [#7803](npm/cli#7803) update `[email protected]`
-   [`d13a20b`](npm/cli@d13a20b) [#7803](npm/cli#7803) update `[email protected]`
-   [`5208f74`](npm/cli@5208f74) [#7803](npm/cli#7803) update `[email protected]`
-   [`092f41f`](npm/cli@092f41f) [#7803](npm/cli#7803) update `[email protected]`
-   [`50a7bc8`](npm/cli@50a7bc8) [#7803](npm/cli#7803) update `[email protected]`
-   [`591130d`](npm/cli@591130d) [#7803](npm/cli#7803) update `[email protected]`
-   [`be6ae96`](npm/cli@be6ae96) [#7803](npm/cli#7803) update `[email protected]`
-   [`8d4060a`](npm/cli@8d4060a) [#7803](npm/cli#7803) update `[email protected]`
-   [`105fa2b`](npm/cli@105fa2b) [#7803](npm/cli#7803) update `[email protected]`
-   [`eae4f57`](npm/cli@eae4f57) [#7803](npm/cli#7803) update `[email protected]`
-   [`7214149`](npm/cli@7214149) [#7803](npm/cli#7803) update `[email protected]`
-   [`c4bed31`](npm/cli@c4bed31) [#7803](npm/cli#7803) update `[email protected]`
-   [`f54b155`](npm/cli@f54b155) [#7803](npm/cli#7803) update `[email protected]`
-   [`6deae9e`](npm/cli@6deae9e) [#7803](npm/cli#7803) update `[email protected]`
-   [`034c729`](npm/cli@034c729) [#7803](npm/cli#7803) update `[email protected]`
-   [`ddb8be0`](npm/cli@ddb8be0) [#7803](npm/cli#7803) update `[email protected]`
-   [`538a4cc`](npm/cli@538a4cc) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`b80d048`](npm/cli@b80d048) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`81137fc`](npm/cli@81137fc) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`2076368`](npm/cli@2076368) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`feac87c`](npm/cli@feac87c) [#7803](npm/cli#7803) update `@npmcli/[email protected]`
-   [`dd90f9e`](npm/cli@dd90f9e) [#7803](npm/cli#7803) update `@npmcli/[email protected]`

##### Chores

-   [`95e2cb1`](npm/cli@95e2cb1) [#7810](npm/cli#7810) ignore .github folder in release-please ([@reggi](https:/reggi))
-   [`be1e6da`](npm/cli@be1e6da) [#7803](npm/cli#7803) update `[email protected]` ([@reggi](https:/reggi))
-   [`43f2374`](npm/cli@43f2374) [#7803](npm/cli#7803) update `[email protected]` ([@reggi](https:/reggi))
-   [`bb03036`](npm/cli@bb03036) [#7803](npm/cli#7803) update `[email protected]` ([@reggi](https:/reggi))
-   [`2072705`](npm/cli@2072705) [#7803](npm/cli#7803) update `@npmcli/[email protected]` ([@reggi](https:/reggi))
-   [`949d8f8`](npm/cli@949d8f8) [#7803](npm/cli#7803) engine ^18.17.0 || >=20.5.0 in package template ([@reggi](https:/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:/dependabot)\[bot], [@wraithgar](https:/wraithgar))
-   [workspace](https:/npm/cli/releases/tag/arborist-v8.0.0): `@npmcli/[email protected]`
-   [workspace](https:/npm/cli/releases/tag/config-v9.0.0): `@npmcli/[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmaccess-v9.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmdiff-v7.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmexec-v9.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmfund-v6.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmhook-v11.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmorg-v7.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmpack-v8.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmpublish-v10.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmsearch-v8.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmteam-v7.0.0): `[email protected]`
-   [workspace](https:/npm/cli/releases/tag/libnpmversion-v7.0.0): `[email protected]`
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