ipfs-webui
                                
                                 ipfs-webui copied to clipboard
                                
                                    ipfs-webui copied to clipboard
                            
                            
                            
                        chore(deps): bump tar, semantic-release, @semantic-release/npm and npm
Bumps tar to 6.2.1 and updates ancestor dependencies tar, semantic-release, @semantic-release/npm and npm. These dependencies need to be updated together.
Updates tar from 6.1.15 to 6.2.1
Changelog
Sourced from tar's changelog.
Changelog
6.2
- Add support for brotli compression
6.1.13 (2022-12-07)
Dependencies
6.1.12 (2022-10-31)
Bug Fixes
57493ee#332 ensuring close event is emited after stream has ended (@webark)
b003c64#314 replace deprecated String.prototype.substr() (#314) (@CommanderRoot,@lukekarrys)Documentation
f129929#313 remove dead link to benchmarks (#313) (@yetzt)
c1faa9fadd examples/explanation of using tar.t (@isaacs)6.0
- Drop support for node 6 and 8
- fix symlinks and hardlinks on windows being packed with
\-style path targets5.0
- Address unpack race conditions using path reservations
- Change large-numbers errors from TypeError to Error
- Add
TAR_*error codes- Raise
TAR_BAD_ARCHIVEwarning/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
portablegzip option in portable mode4.4
- Add 'mtime' option to tar creation to force mtime
- unpack: only reuse file fs entries if nlink = 1
- unpack: rename before unlinking files on Windows
- Fix encoding/decoding of base-256 numbers
- Use
statinstead oflstatwhen checking CWD
... (truncated)
Commits
- bef7b1e6.2.1
- fe8cd57prevent extraction in excessively deep subfolders
- fe7ebfdremove security.md
- 5bc9d406.2.0
- fe1ef5echangelog 6.2
- e483220get rid of npm lint stuff
- 689928aci that works outside of npm org
- db6f539file inference improvements for .tbr and .tgz
- 336fa8frefactor: dry and other pr comments
- eeba222chore: lint fixes
- Additional commits viewable in compare view
Updates tar from 4.4.8 to 6.2.1
Changelog
Sourced from tar's changelog.
Changelog
6.2
- Add support for brotli compression
6.1.13 (2022-12-07)
Dependencies
6.1.12 (2022-10-31)
Bug Fixes
57493ee#332 ensuring close event is emited after stream has ended (@webark)
b003c64#314 replace deprecated String.prototype.substr() (#314) (@CommanderRoot,@lukekarrys)Documentation
f129929#313 remove dead link to benchmarks (#313) (@yetzt)
c1faa9fadd examples/explanation of using tar.t (@isaacs)6.0
- Drop support for node 6 and 8
- fix symlinks and hardlinks on windows being packed with
\-style path targets5.0
- Address unpack race conditions using path reservations
- Change large-numbers errors from TypeError to Error
- Add
TAR_*error codes- Raise
TAR_BAD_ARCHIVEwarning/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
portablegzip option in portable mode4.4
- Add 'mtime' option to tar creation to force mtime
- unpack: only reuse file fs entries if nlink = 1
- unpack: rename before unlinking files on Windows
- Fix encoding/decoding of base-256 numbers
- Use
statinstead oflstatwhen checking CWD
... (truncated)
Commits
- bef7b1e6.2.1
- fe8cd57prevent extraction in excessively deep subfolders
- fe7ebfdremove security.md
- 5bc9d406.2.0
- fe1ef5echangelog 6.2
- e483220get rid of npm lint stuff
- 689928aci that works outside of npm org
- db6f539file inference improvements for .tbr and .tgz
- 336fa8frefactor: dry and other pr comments
- eeba222chore: lint fixes
- Additional commits viewable in compare view
Updates semantic-release from 19.0.5 to 23.0.7
Release notes
Sourced from semantic-release's releases.
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
v23.0.5
23.0.5 (2024-03-18)
Bug Fixes
v23.0.4
23.0.4 (2024-03-16)
Bug Fixes
v23.0.3
23.0.3 (2024-03-15)
Bug Fixes
v23.0.2
23.0.2 (2024-02-07)
Bug Fixes
v23.0.1
23.0.1 (2024-02-06)
... (truncated)
Commits
- 6a2b6bbfix(deps): update dependency find-versions to v6
- 4c94b64chore(deps): update npm to v10.5.1
- 9fababadocs: add community plugin semantic-release-pull-request-analyzer (#3242)
- 0b0cf4cchore(deps): lock file maintenance (#3243)
- b3ebeb8chore(deps): lock file maintenance (#3239)
- c87c351ci(action): update github/codeql-action action to v3.24.9 (#3235)
- b7e08fcfix(deps): update dependency- @semantic-release/release-notes-generatorto v13...
- 60d5106chore(deps): update dependency testdouble to v3.20.2 (#3233)
- 55a8299docs: add community plugin semantic-release-hackage (#3232)
- 0f2eff8ci(action): update github/codeql-action action to v3.24.8 (#3228)
- Additional commits viewable in compare view
Updates @semantic-release/npm from 9.0.2 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
exportsto point at ./index.js (9e193c2)- node-versions: dropped support for node v18 and v19 (2df962b)
BREAKING CHANGES
- exports:
exportshas 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
- deps: raised the minimum accepted range of npm to v10.5.0 (#759) (a0313f8), closes semantic-release/semantic-release#3202
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
v11.0.0
11.0.0 (2023-09-15)
Bug Fixes
... (truncated)
Commits
- 702c68aMerge pull request #766 from semantic-release/next-major
- adb1dedci(verify): updated to follow modern conventions
- 9e193c2feat(exports): defined- exportsto point at ./index.js
- 2df962bfeat(node-versions): dropped support for node v18 and v19
- c7f9b0achore(deps): update dependency got to v14.2.1 (#762)
- a0313f8fix(deps): raised the minimum accepted range of npm to v10.5.0 (#759)
- 6752218chore(deps): update dependency ava to v6.1.2 (#758)
- c5fdc71chore(deps): lock file maintenance (#757)
- ba9b443chore(deps): lock file maintenance (#755)
- f6be374chore(deps): lock file maintenance
- Additional commits viewable in compare view
Updates npm from 10.4.0 to 10.5.1
Changelog
Sourced from npm's changelog.
10.5.1 (2024-04-03)
Bug Fixes
17d97d2#7334 use@npmcli/redactfor log redactions (@lukekarrys)
8cab136#7324 ensure maxSockets is respected (#7324) (@lukekarrys)
9bffa13#7320 query: properly return :missing nodes (#7320) (@wraithgar)
9d4e85f#7297 search: include searchlimit option in help output (#7297) (@10xLaCroixDrinker)
bdb3c28#7274 added check for dry-run (#7274) (@cod1r)
7f1ab88#7271 more lightweight npm bin discovery in windows (#7271) (@wraithgar)Documentation
1da5cf0#7198 add link to engines section (#7198) (@uiolee)
1114a12#7307 fix incorrect npm audit key response link (#7307) (@davidlj95)
9807caf#7304 update audit docs with provenance info (#7304) (@bdehamer)
e1ecfa7#7285 Correct capitalization for URL (#7285) (@coliff)Dependencies
87a61fc#7334[email protected]
5469614#7327[email protected]
5469614#7327[email protected]
5469614#7327[email protected](#7327)
9ccff72#7329[email protected]
7201a00#7329[email protected]
6fd94f2#7329[email protected]
b048592#7329[email protected]
c54a84a#7329[email protected]
6853531#7329[email protected]
c9315cb#7329[email protected]
5bb0031#7329@sigstore/[email protected]
8cab136#7324[email protected](@lukekarrys)- workspace:
@npmcli/[email protected]- workspace:
@npmcli/[email protected]- workspace:
[email protected]- workspace:
[email protected]- workspace:
[email protected]- workspace:
[email protected]- workspace:
[email protected]- workspace:
[email protected]- workspace:
[email protected]- workspace:
[email protected]- workspace:
[email protected]- workspace:
[email protected]Chores
8cab136#7324 add smoke-test for large prod installs (@lukekarrys)
0dab381#7258[email protected](#7258) (@wraithgar)
... (truncated)
Commits
- f84b753chore: release 10.5.1
- 87a61fcdeps: [email protected]
- 17d97d2fix: use- @npmcli/redactfor log redactions
- 5469614deps: [email protected] (#7327)
- 9ccff72deps: [email protected]
- 7201a00deps: [email protected]
- 6fd94f2deps: [email protected]
- b048592deps: [email protected]
- c54a84adeps: [email protected]
- 6853531deps: [email protected]
- Additional commits viewable in compare view
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 rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency
- @dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.