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

chore(deps-dev): bump @semantic-release/npm from 11.0.3 to 12.0.0 #708

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps @semantic-release/npm from 11.0.3 to 12.0.0.

Release notes

Sourced from @​semantic-release/npm's releases.

v12.0.0

12.0.0 (2024-03-16)

Features

  • exports: defined exports to point at ./index.js (9e193c2)
  • node-versions: dropped support for node v18 and v19 (2df962b)

BREAKING CHANGES

  • exports: exports has been defined, which prevents access to private apis (which arent intended for consumption anyway)
  • node-versions: node v18 and v19 are no longer supported
Commits
  • 702c68a Merge pull request #766 from semantic-release/next-major
  • adb1ded ci(verify): updated to follow modern conventions
  • 9e193c2 feat(exports): defined exports to point at ./index.js
  • 2df962b feat(node-versions): dropped support for node v18 and v19
  • c7f9b0a chore(deps): update dependency got to v14.2.1 (#762)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner March 18, 2024 08:32
@dependabot dependabot bot added dependencies Used by dependabot npm Used by dependabot labels Mar 18, 2024
@andrew-scott-fischer
Copy link
Contributor

Does this mean that we can't use semantic release on projects that use less than node@20?

@dependabot dependabot bot force-pushed the 4c73dependabot/npm_and_yarn/semantic-release/npm-12.0.0 branch from f642183 to 7563be3 Compare April 1, 2024 13:51
Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 11.0.3 to 12.0.0.
- [Release notes](https://github.com/semantic-release/npm/releases)
- [Commits](semantic-release/npm@v11.0.3...v12.0.0)

---
updated-dependencies:
- dependency-name: "@semantic-release/npm"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the 4c73dependabot/npm_and_yarn/semantic-release/npm-12.0.0 branch from 7563be3 to e8a2715 Compare April 1, 2024 17:12
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@semantic-release-extras/[email protected] environment Transitive: eval, filesystem, network, shell, unsafe +230 36.1 MB hamroctopus
npm/@semantic-release/[email protected] filesystem Transitive: environment, eval, network, shell, unsafe +213 32.5 MB semantic-release-bot
npm/@swc-node/[email protected] environment, filesystem Transitive: unsafe +7 446 kB broooooklyn
npm/@swc/[email protected] None 0 38.3 MB kdy1
npm/@swc/[email protected] None 0 49.7 MB kdy1
npm/@swc/[email protected] environment, filesystem, shell +10 342 MB kdy1
npm/@types/[email protected] None +9 109 kB types
npm/@types/[email protected] None 0 2.02 MB types
npm/@types/[email protected] None 0 10.1 kB types
npm/@types/[email protected] None +2 33.4 kB types
npm/@types/[email protected] None +1 12.9 kB types
npm/@types/[email protected] None +1 22.3 kB types
npm/[email protected] filesystem, unsafe Transitive: environment, shell +15 839 kB oss-bot
npm/[email protected] environment +7 491 kB schlez
npm/[email protected] None 0 366 kB yavorskiys
npm/[email protected] environment, filesystem, network Transitive: eval, unsafe +37 1.57 MB wesleytodd
npm/[email protected] None 0 4.72 MB gcanti
npm/[email protected] None +2 541 kB gcanti
npm/[email protected] environment 0 189 kB gcanti
npm/[email protected] None 0 878 kB streamich
npm/[email protected] environment, filesystem Transitive: eval, network, shell, unsafe +339 49.7 MB dhoulb
npm/[email protected] None 0 32.7 kB jsdevel
npm/[email protected] environment, filesystem Transitive: eval, shell +36 1.56 MB ds300
npm/[email protected] environment, filesystem +4 208 kB ljharb

🚮 Removed packages: npm/@code-hike/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@docusaurus/[email protected], npm/@mdx-js/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/@swc/[email protected]
  • Install script: postinstall
  • Source: node postinstall.js

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

@ericcrosson-bitgo
Copy link
Contributor

Does this mean that we can't use semantic release on projects that use less than node@20?

Where the release pipeline runs on Node.js less than 20, yes

@ericcrosson-bitgo ericcrosson-bitgo merged commit 4c71410 into master Apr 24, 2024
9 of 10 checks passed
@ericcrosson-bitgo ericcrosson-bitgo deleted the 4c73dependabot/npm_and_yarn/semantic-release/npm-12.0.0 branch April 24, 2024 00:25
Copy link

🎉 This PR is included in version @api-ts/[email protected] 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @api-ts/[email protected] 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version @api-ts/[email protected] 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

Copy link

github-actions bot commented May 2, 2024

🎉 This PR is included in version @api-ts/[email protected] 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

Copy link

github-actions bot commented Aug 5, 2024

🎉 This PR is included in version @api-ts/[email protected] 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Used by dependabot npm Used by dependabot released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants