Skip to content

Commit

Permalink
refactor: Update latest-version dependency (#22848)
Browse files Browse the repository at this point in the history
## Description

Updates the `latest-version` dependency to the (drumroll...) latest
version 😄. No significant changes in [any of the
releases](https://github.com/sindresorhus/latest-version/releases)
(mostly updating Node version support), except the fact that upgrading
their dependency on `package-json` now filters deprecated versions by
default. @tylerbutler do you think that affects us? Do we need to
provide the option explicitly to maintain previous behavior?

The motivation is to get rid of our dependency on `[email protected]`, which (in
build-tools) only comes as a transitive dependency of
`[email protected]`.
  • Loading branch information
alexvy86 authored Oct 18, 2024
1 parent 3ed9d07 commit cf339a9
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 24 deletions.
2 changes: 1 addition & 1 deletion build-tools/packages/build-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"json5": "^2.2.3",
"jssm": "5.98.2",
"jszip": "^3.10.1",
"latest-version": "^5.1.0",
"latest-version": "^9.0.0",
"mdast": "^3.0.0",
"mdast-util-heading-range": "^4.0.0",
"mdast-util-to-string": "^4.0.0",
Expand Down
72 changes: 49 additions & 23 deletions build-tools/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf339a9

Please sign in to comment.