Skip to content

Update/upgrade packages #769

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
May 21, 2025
Merged

Update/upgrade packages #769

merged 3 commits into from
May 21, 2025

Conversation

MSP-Greg
Copy link
Collaborator

In the current yarn.lock file, all packages are from registry.npmjs.org.

In the previous commit's file, all packages are from registry.yarnpkg.com.

Not sure if this was intentional.

Commits:

  1. 'package.json - update @actions/io, semver, ncc' - updated ncc and other packages to show currently used packages.
  2. 'yarn.lock update' - run the command and install
  3. 'run yarn run package' - updated dist/index.js file. It grows by about 3%.

@eregon
Copy link
Member

eregon commented May 21, 2025

In the current yarn.lock file, all packages are from registry.npmjs.org.

In the previous commit's file, all packages are from registry.yarnpkg.com.

Not sure if this was intentional.

Ah right it's from #767 I didn't notice.
I guess it doesn't matter much either way.
Not sure how it can happen though.

@eregon eregon merged commit 13e7a03 into ruby:master May 21, 2025
208 checks passed
@MSP-Greg MSP-Greg deleted the 00-upgrade branch May 21, 2025 12:50
@MSP-Greg
Copy link
Collaborator Author

@eregon

I guess it doesn't matter much either way.

Yes, I thought it would make future commits that were bug/feature changes a bit less noisy. Also, some things needed updates.

I found some old 'articles' that stated that registry.yarnpkg.com just redirected to registry.npmjs.org. A quick check with curl seemed to show that is no longer the case...

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