-
Notifications
You must be signed in to change notification settings - Fork 43
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
chore(deps): upgrading out of date deps #836
Conversation
Looks like the |
@erunion it looks like I'm guessing there's something about the dep resolution in npm@7 and above where they automatically handle this, so thoughts on bringing in |
Ah that's happening because Node 14 still ships NPM 6 which doesn't install peerDeps by default. They changed that with NPM 7. What if we did an |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@erunion ended up getting it working by backfilling the @testing-library/dom
peerdep. I like this approach better since I don't want us to have to deal with possible installation issues for Node 14 users and forcing them to upgrade their npm version. Merging!
## [8.6.5-next.2](v8.6.5-next.1...v8.6.5-next.2) (2023-07-05) ### Bug Fixes * **deps:** upgrading out of date deps ([#836](#836)) ([8600554](8600554)) [skip ci]
## [8.6.5](v8.6.4...v8.6.5) (2023-08-21) ### Bug Fixes * **deps:** upgrading out of date deps ([#836](#836)) ([8600554](8600554)) * **npm:** revert shrinkwrap changes ([#824](#824)) ([f96e6dc](f96e6dc)) * **openapi/inspect:** small url formatting error ([#855](#855)) ([c54e289](c54e289)) * **reducer:** quirk with security schemes sometimes getting removed ([#867](#867)) ([be2e037](be2e037)) * **security:** don't publish certain files to npm ([a83fe1c](a83fe1c)), closes [/socket.dev/npm/package/rdme/files/8.6.5-next.2/bin/docker.js#T167-182](https://github.com//socket.dev/npm/package/rdme/files/8.6.5-next.2/bin/docker.js/issues/T167-182) * typo ([#852](#852)) ([26c10e5](26c10e5)) * **versions:** general refactors to handle flag edge cases ([#861](#861)) ([e316139](e316139)) [skip ci]
🧰 Changes
Before
After