Skip to content

build(deps): bump node minor version #11927

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

Merged
merged 3 commits into from
Apr 12, 2025
Merged

build(deps): bump node minor version #11927

merged 3 commits into from
Apr 12, 2025

Conversation

benelan
Copy link
Member

@benelan benelan commented Apr 10, 2025

Summary

Bump the minor version of node v20 to resolve CLI warnings:

npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '@npmcli/[email protected]',
npm warn EBADENGINE   required: { node: '^20.17.0 || >=22.9.0' },
npm warn EBADENGINE   current: { node: 'v20.16.0', npm: '10.8.1' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '@npmcli/[email protected]',
npm warn EBADENGINE   required: { node: '^20.17.0 || >=22.9.0' },
npm warn EBADENGINE   current: { node: 'v20.16.0', npm: '10.8.1' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '[email protected]',
npm warn EBADENGINE   required: { node: '^20.17.0 || >=22.9.0' },
npm warn EBADENGINE   current: { node: 'v20.16.0', npm: '10.8.1' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '[email protected]',
npm warn EBADENGINE   required: { node: '^20.17.0 || >=22.9.0' },
npm warn EBADENGINE   current: { node: 'v20.16.0', npm: '10.8.1' }
npm warn EBADENGINE }

@benelan benelan requested a review from jcfranco as a code owner April 10, 2025 20:20
@github-actions github-actions bot added the chore Issues with changes that don't modify src or test files. label Apr 10, 2025
@benelan benelan added the skip visual snapshots Pull requests that do not need visual regression testing. label Apr 10, 2025
@benelan benelan merged commit ef8a426 into dev Apr 12, 2025
10 checks passed
@benelan benelan deleted the benelan/bump-minor-node branch April 12, 2025 22:07
@github-actions github-actions bot added this to the 2025-04-29 - Apr Milestone milestone Apr 12, 2025
benelan added a commit that referenced this pull request Apr 17, 2025
…gis-deps

* origin/dev: (31 commits)
  chore: add workflow manager to team issue templates (#11971)
  chore: release next
  feat(accordion-item): enhance component's interactivity states (#11935)
  chore: release next
  build(deps): update dependency lerna to v8.2.2 (#11948)
  feat(switch): enhance component's colors for a11y and usability (#11951)
  chore: release next
  ci: remove redundant test mode environment variable (#11958)
  fix(input-date-picker): allow clearing invalid date value (#11937)
  build: update browserslist db (#11946)
  feat(notice): add token for close icon and title text color (#11938)
  fix(list, block-group): fix drag handle events when lists or blocks are nested (#11816)
  chore: release next
  build(deps): update dependency vite to v5.4.18 (#11949)
  ci: default to stable tests when experimental mode is not set (#11957)
  fix(input-number): cancel arrow down event (#11956)
  refactor: tidy up (#11945)
  docs(checkbox): update icon color prop context (#11950)
  build(deps): bump node minor version (#11927)
  chore: release next
  ...
benelan added a commit that referenced this pull request May 14, 2025
## Summary

Bump the minor version of node v20 to resolve CLI warnings:

```
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '@npmcli/[email protected]',
npm warn EBADENGINE   required: { node: '^20.17.0 || >=22.9.0' },
npm warn EBADENGINE   current: { node: 'v20.16.0', npm: '10.8.1' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '@npmcli/[email protected]',
npm warn EBADENGINE   required: { node: '^20.17.0 || >=22.9.0' },
npm warn EBADENGINE   current: { node: 'v20.16.0', npm: '10.8.1' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '[email protected]',
npm warn EBADENGINE   required: { node: '^20.17.0 || >=22.9.0' },
npm warn EBADENGINE   current: { node: 'v20.16.0', npm: '10.8.1' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '[email protected]',
npm warn EBADENGINE   required: { node: '^20.17.0 || >=22.9.0' },
npm warn EBADENGINE   current: { node: 'v20.16.0', npm: '10.8.1' }
npm warn EBADENGINE }
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issues with changes that don't modify src or test files. skip visual snapshots Pull requests that do not need visual regression testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants