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

fix(npm): revert shrinkwrap changes #824

Merged
merged 4 commits into from
Jun 14, 2023
Merged

fix(npm): revert shrinkwrap changes #824

merged 4 commits into from
Jun 14, 2023

Conversation

kanadgupta
Copy link
Member

@kanadgupta kanadgupta commented Jun 12, 2023

🧰 Changes

This reverts the changes I made in #803 to convert this repository over to using a shrinkwrap file. When loading rdme as a dev-dep, it loads all of rdme's dependencies, including dev-deps, which leads to confusing CI errors like this:

CleanShot 2023-06-13 at 17 21 53@2x

I have absolutely no idea why this is happening nor how to fix these issues other than pinning rdme to v8.6.1, which obviously isn't ideal. So I'm reverting the shrinkwrap changes just to be safe.

As far as I know we haven't gotten any customer-facing reports about this 🤔

@kanadgupta kanadgupta changed the title chore(npm): revert shrinkwrap changes fix(npm): revert shrinkwrap changes Jun 13, 2023
@kanadgupta kanadgupta added the bug Something isn't working label Jun 13, 2023
@kanadgupta kanadgupta marked this pull request as ready for review June 13, 2023 22:24
@kanadgupta kanadgupta requested review from erunion and RyanGWU82 June 13, 2023 22:25
@kanadgupta kanadgupta merged commit f96e6dc into next Jun 14, 2023
@kanadgupta kanadgupta deleted the revert-shrinkwrap branch June 14, 2023 00:22
kanadgupta pushed a commit that referenced this pull request Jun 14, 2023
## [8.6.5-next.1](v8.6.4...v8.6.5-next.1) (2023-06-14)

### Bug Fixes

* **npm:** revert shrinkwrap changes ([#824](#824)) ([f96e6dc](f96e6dc))

[skip ci]
kanadgupta pushed a commit that referenced this pull request Aug 21, 2023
## [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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants