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): bump tar, semantic-release and @semantic-release/npm #366

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2024

Bumps tar to 6.2.1 and updates ancestor dependencies tar, semantic-release and @semantic-release/npm. These dependencies need to be updated together.

Updates tar from 6.1.11 to 6.2.1

Release notes

Sourced from tar's releases.

v6.1.13

6.1.13 (2022-12-07)

Dependencies

v6.1.12

6.1.12 (2022-10-31)

Bug Fixes

Documentation

Changelog

Sourced from tar's changelog.

Changelog

7.0

  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

6.2

  • Add support for brotli compression
  • Add maxDepth option to prevent extraction into excessively deep folders.

6.1

6.0

  • Drop support for node 6 and 8
  • fix symlinks and hardlinks on windows being packed with \-style path targets

5.0

  • Address unpack race conditions using path reservations
  • Change large-numbers errors from TypeError to Error
  • Add TAR_* error codes
  • Raise TAR_BAD_ARCHIVE warning/error when there are no valid entries found in an archive
  • do not treat ignored entries as an invalid archive
  • drop support for node v4
  • unpack: conditionally use a file mapping to write files on Windows
  • Set more portable 'mode' value in portable mode
  • Set portable gzip option in portable mode

... (truncated)

Commits

Updates semantic-release from 19.0.3 to 23.0.8

Release notes

Sourced from semantic-release's releases.

v23.0.8

23.0.8 (2024-04-09)

Bug Fixes

  • deps: rename read-pkg-up -> read-package-up (4980cba)
  • deps: rename read-pkg-up -> read-package-up (#3249) (95a8b9e)

v23.0.7

23.0.7 (2024-04-03)

Bug Fixes

  • deps: update dependency find-versions to v6 (6a2b6bb)

v23.0.6

23.0.6 (2024-03-24)

Bug Fixes

  • deps: update dependency @​semantic-release/release-notes-generator to v13 (#3237) (b7e08fc)

v23.0.5

23.0.5 (2024-03-18)

Bug Fixes

  • deps: update dependency @​semantic-release/commit-analyzer to v12 (#3226) (29458a0)

v23.0.4

23.0.4 (2024-03-16)

Bug Fixes

  • deps: update dependency @​semantic-release/npm to v12 (#3224) (7a50c8a)

v23.0.3

23.0.3 (2024-03-15)

Bug Fixes

  • deps: update dependency @​semantic-release/github to v10 (#3222) (96d5aeb)

v23.0.2

... (truncated)

Commits
  • 95a8b9e fix(deps): rename read-pkg-up -> read-package-up (#3249)
  • 58bb46b Merge branch 'master' into master
  • 356a7c7 chore(deps): lock file maintenance (#3250)
  • 4980cba fix(deps): rename read-pkg-up -> read-package-up
  • bad6a3a ci(action): update github/codeql-action action to v3.24.10 (#3248)
  • 6a2b6bb fix(deps): update dependency find-versions to v6
  • 4c94b64 chore(deps): update npm to v10.5.1
  • 9fababa docs: add community plugin semantic-release-pull-request-analyzer (#3242)
  • 0b0cf4c chore(deps): lock file maintenance (#3243)
  • b3ebeb8 chore(deps): lock file maintenance (#3239)
  • Additional commits viewable in compare view

Updates @semantic-release/npm from 9.0.1 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

v11.0.3

11.0.3 (2024-03-01)

Bug Fixes

even though our existing range allowed anyone to update as soon as the new npm version was available, this will encourage being on a version that does not report the ip vulnerability a bit more forcefully

v11.0.2

11.0.2 (2023-12-07)

Bug Fixes

  • deps: update dependency npm to v10.2.5 (42b5dec)

v11.0.1

11.0.1 (2023-11-02)

Bug Fixes

  • deps: update dependency read-pkg to v9 (#703) (6e84013)

v11.0.0

11.0.0 (2023-09-15)

Bug Fixes

... (truncated)

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)
  • a0313f8 fix(deps): raised the minimum accepted range of npm to v10.5.0 (#759)
  • 6752218 chore(deps): update dependency ava to v6.1.2 (#758)
  • c5fdc71 chore(deps): lock file maintenance (#757)
  • ba9b443 chore(deps): lock file maintenance (#755)
  • f6be374 chore(deps): lock file maintenance
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tar](https://github.com/isaacs/node-tar) to 6.2.1 and updates ancestor dependencies [tar](https://github.com/isaacs/node-tar), [semantic-release](https://github.com/semantic-release/semantic-release) and [@semantic-release/npm](https://github.com/semantic-release/npm). These dependencies need to be updated together.


Updates `tar` from 6.1.11 to 6.2.1
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.11...v6.2.1)

Updates `semantic-release` from 19.0.3 to 23.0.8
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v19.0.3...v23.0.8)

Updates `@semantic-release/npm` from 9.0.1 to 12.0.0
- [Release notes](https://github.com/semantic-release/npm/releases)
- [Commits](semantic-release/npm@v9.0.1...v12.0.0)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
- dependency-name: semantic-release
  dependency-type: indirect
- dependency-name: "@semantic-release/npm"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

0 participants