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

Bump JS-DevTools/npm-publish from 1 to 2 #902

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps JS-DevTools/npm-publish from 1 to 2.

Release notes

Sourced from JS-DevTools/npm-publish's releases.

v2.0.0

Welcome to v2 of JS-DevTools/npm-publish! We've been doing some spring cleaning to fix all our (known) bugs and knock out some longstanding feature requests. This release has some breaking changes, so please read carefully!

BREAKING CHANGES

  • The type output is now an empty string instead of none when no release occurs

    - - if: ${{ steps.publish.outputs.type != 'none' }}
    + - if: ${{ steps.publish.outputs.type }}
        run:  echo "Version changed!"
  • The check-version and greater-version-only options have been removed and replaced with strategy.

    • Use strategy: all (default) to publish all versions that do not yet exist in the registry.
        with:
          token: ${{ secrets.NPM_TOKEN }}
      -   check-version: true
      -   greater-version-only: false
      +   strategy: all
    • Use strategy: upgrade to only publish versions that upgrade the selected tag.
        with:
          token: ${{ secrets.NPM_TOKEN }}
      -   check-version: true
      -   greater-version-only: true
      +   strategy: upgrade
    • check-version: false has been removed. You don't need this action if you're not checking already published versions; use npm directly, instead.
  • The library and CLI now require Node v16 or later. They may technically work in earlier versions, but they're not tested in CI and you will have to tell your package manager to ignore the engines requirement.

  • The library and CLI no longer read the user's ~/.npmrc file, so the token option is now required.

Features

  • tag, access, and registry now fall back to publishConfig in package.json, if specified. (#36)
  • The package argument may now be a directory, and is passed to npm publish as its package_spec argument. (#59)
  • The package argument may also be a pre-packed .tgz archive (#81)

Bug fixes

  • The user's ~/.npmrc file is no longer modified. Instead, a temporary .npmrc file is used. (#15)
  • npm is now always called with --ignore-scripts for security (#47)
  • npm is now always called in the current working directory (#51)
  • The action was updated to use the Node v16 runtime. (#61)
  • The @actions/core dependency was upgraded to fix deprecation warnings. (#67)
Changelog

Sourced from JS-DevTools/npm-publish's changelog.

Commits
  • fe72237 chore(release): 2.2.2 (#149)
  • 2b97e4f fix: upgrade production, build, and CI dependencies (#148)
  • 402d679 fix: use validated package.json version in manifest (#147)
  • 9f1e5f4 chore(lint): update lint and format dependencies (#140)
  • 0897172 chore(deps): bump semver from 7.5.3 to 7.5.4 (#124)
  • e251ac0 chore(deps-dev): bump @​types/node from 20.3.3 to 20.4.10 (#130)
  • c308de7 chore(deps-dev): bump eslint dependencies (#133)
  • d9387ed chore(deps-dev): bump prettier to v3 (#129)
  • bf752c2 chore(deps-dev): bump coverallsapp/github-action from 2.2.0 to 2.2.1 (#127)
  • 5a85faf chore(release): 2.2.1 (#121)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) from 1 to 2.
- [Release notes](https://github.com/js-devtools/npm-publish/releases)
- [Changelog](https://github.com/JS-DevTools/npm-publish/blob/main/CHANGELOG.md)
- [Commits](JS-DevTools/npm-publish@v1...v2)

---
updated-dependencies:
- dependency-name: JS-DevTools/npm-publish
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 18, 2023
@vercel
Copy link

vercel bot commented Sep 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
escrow-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2023 5:55pm
faucet-server ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2023 5:55pm
fortune-exchange-oracle ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2023 5:55pm
fortune-exchange-oracle-server ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2023 5:55pm
fortune-job-launcher-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2023 5:55pm
fortune-job-launcher-server ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2023 5:55pm
fortune-recording-oracle ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2023 5:55pm
fortune-reputation-oracle ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2023 5:55pm
job-launcher-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2023 5:55pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
job-launcher-server ⬜️ Ignored (Inspect) Visit Preview Sep 18, 2023 5:55pm

@leric7 leric7 merged commit ac5a1b9 into develop Sep 18, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/develop/JS-DevTools/npm-publish-2 branch September 18, 2023 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant