Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the dependencies group with 6 updates in the / directory:

Package From To
@nodesecure/js-x-ray 7.3.0 8.0.0
pacote 18.0.6 19.0.0
@npmcli/arborist 7.5.4 8.0.0
npm-pick-manifest 9.1.0 10.0.0
cacache 18.0.4 19.0.1
type-fest 4.24.0 4.26.1

Updates @nodesecure/js-x-ray from 7.3.0 to 8.0.0

Release notes

Sourced from @​nodesecure/js-x-ray's releases.

v8.0.0

What's Changed

Full Changelog: NodeSecure/js-x-ray@v7.3.0...v8.0.0

Commits
  • f117a38 8.0.0
  • 5fc112f chore(js-x-ray): update estree-ast-utils to v1.5.0
  • d324907 chore(estree-ast-utils): v1.5.0
  • 1fb55a9 Merge pull request #297 from NodeSecure/prepare-major-8
  • 32e71b3 refactor: unset experimental for shady-link, suspicious-file and weak-crypto
  • 68dae0a chore: cleanup docs API & d.ts
  • 9990244 refactor!: remove legacy runASTAnalysis and runASTAnalysisOnFile APIs
  • 81e44c5 fix(Deobfuscator): return if Node is null in extractCounterIdentifiers (#296)
  • b69ced9 feat: trace process.getBuiltinModule (#294)
  • 6c6279c feat(EntryFilesAnalyser): implement digraph-js (#293)
  • Additional commits viewable in compare view

Updates pacote from 18.0.6 to 19.0.0

Release notes

Sourced from pacote's releases.

v19.0.0

19.0.0 (2024-09-27)

⚠️ BREAKING CHANGES

  • pacote now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

Chores

Changelog

Sourced from pacote's changelog.

19.0.0 (2024-09-27)

⚠️ BREAKING CHANGES

  • pacote now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

Chores

Commits
  • 3552973 chore: release 19.0.0 (#394)
  • f055f71 deps: bump npm-pick-manifest from 9.1.0 to 10.0.0 (#395)
  • 932b9ab deps: bump @​npmcli/package-json from 5.2.1 to 6.0.0 (#396)
  • a1621f9 deps: bump npm-registry-fetch from 17.1.0 to 18.0.0 (#397)
  • c776199 deps: bump cacache from 18.0.4 to 19.0.0 (#398)
  • 6d59022 deps: bump @​npmcli/git from 5.0.8 to 6.0.0 (#399)
  • 21ea2d4 deps: bump @​npmcli/run-script from 8.1.0 to 9.0.0 (#400)
  • e4ed5cd chore: bump hosted-git-info ^7.0.0 to ^8.0.0
  • eddbc01 deps: ssri@12.0.0
  • 6c672e9 deps: proc-log@5.0.0
  • Additional commits viewable in compare view

Updates @npmcli/arborist from 7.5.4 to 8.0.0

Release notes

Sourced from @​npmcli/arborist's releases.

libnpmexec: v8.0.0

8.0.0 (2024-04-25)

⚠️ BREAKING CHANGES

  • libnpmexec now emits an output event on process instead of invoking the output function passed in

Features

Dependencies

arborist: v8.0.0

8.0.0 (2024-10-03)

⚠️ BREAKING CHANGES

  • @npmcli/arborist now supports node ^18.17.0 || >=20.5.0

Features

Bug Fixes

Dependencies

... (truncated)

Changelog

Sourced from @​npmcli/arborist's changelog.

8.0.0 (2024-10-03)

⚠️ BREAKING CHANGES

  • @npmcli/arborist now supports node ^18.17.0 || >=20.5.0

Features

Bug Fixes

Dependencies

Chores

Commits

Updates npm-pick-manifest from 9.1.0 to 10.0.0

Release notes

Sourced from npm-pick-manifest's releases.

v10.0.0

10.0.0 (2024-09-26)

⚠️ BREAKING CHANGES

  • npm-pick-manifest now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

Chores

Changelog

Sourced from npm-pick-manifest's changelog.

10.0.0 (2024-09-26)

⚠️ BREAKING CHANGES

  • npm-pick-manifest now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

Chores

Commits
  • f68698d chore: release 10.0.0 (#146)
  • 6b4df8d deps: npm-package-arg@12.0.0
  • c2ae5b7 deps: npm-normalize-package-bin@4.0.0
  • e948cef deps: npm-install-checks@7.1.0
  • 2e1fdb4 chore: run template-oss-apply
  • dd83a53 fix!: align to npm 10 node engine range
  • 7891f6b chore: bump @​npmcli/eslint-config from 4.0.5 to 5.0.0
  • ae2ffc5 chore: postinstall for dependabot template-oss PR
  • 7744312 chore: bump @​npmcli/template-oss from 4.22.0 to 4.23.3
  • See full diff in compare view

Updates cacache from 18.0.4 to 19.0.1

Release notes

Sourced from cacache's releases.

v19.0.1

19.0.1 (2024-09-26)

Dependencies

v19.0.0

19.0.0 (2024-09-26)

⚠️ BREAKING CHANGES

  • cacache now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

Chores

Changelog

Sourced from cacache's changelog.

19.0.1 (2024-09-26)

Dependencies

19.0.0 (2024-09-26)

⚠️ BREAKING CHANGES

  • cacache now supports node ^18.17.0 || >=20.5.0

Bug Fixes

Dependencies

Chores

Commits

Updates type-fest from 4.24.0 to 4.26.1

Release notes

Sourced from type-fest's releases.

v4.26.1

  • Exact: Fix usage with recursive types and unions (#949) 91f6d39

sindresorhus/type-fest@v4.26.0...v4.26.1

v4.26.0

sindresorhus/type-fest@v4.25.0...v4.26.0

v4.25.0

  • Add StringRepeat type (#938) a83e87e
  • Add Arrayable type #270 (#935) 9aabcb9

sindresorhus/type-fest@v4.24.0...v4.25.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nodesecure/js-x-ray](https://github.com/NodeSecure/js-x-ray) | `7.3.0` | `8.0.0` |
| [pacote](https://github.com/npm/pacote) | `18.0.6` | `19.0.0` |
| [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist) | `7.5.4` | `8.0.0` |
| [npm-pick-manifest](https://github.com/npm/npm-pick-manifest) | `9.1.0` | `10.0.0` |
| [cacache](https://github.com/npm/cacache) | `18.0.4` | `19.0.1` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.24.0` | `4.26.1` |



Updates `@nodesecure/js-x-ray` from 7.3.0 to 8.0.0
- [Release notes](https://github.com/NodeSecure/js-x-ray/releases)
- [Commits](NodeSecure/js-x-ray@v7.3.0...v8.0.0)

Updates `pacote` from 18.0.6 to 19.0.0
- [Release notes](https://github.com/npm/pacote/releases)
- [Changelog](https://github.com/npm/pacote/blob/main/CHANGELOG.md)
- [Commits](npm/pacote@v18.0.6...v19.0.0)

Updates `@npmcli/arborist` from 7.5.4 to 8.0.0
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/workspaces/arborist/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/commits/v8.0.0/workspaces/arborist)

Updates `npm-pick-manifest` from 9.1.0 to 10.0.0
- [Release notes](https://github.com/npm/npm-pick-manifest/releases)
- [Changelog](https://github.com/npm/npm-pick-manifest/blob/main/CHANGELOG.md)
- [Commits](npm/npm-pick-manifest@v9.1.0...v10.0.0)

Updates `cacache` from 18.0.4 to 19.0.1
- [Release notes](https://github.com/npm/cacache/releases)
- [Changelog](https://github.com/npm/cacache/blob/main/CHANGELOG.md)
- [Commits](npm/cacache@v18.0.4...v19.0.1)

Updates `type-fest` from 4.24.0 to 4.26.1
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.24.0...v4.26.1)

---
updated-dependencies:
- dependency-name: "@nodesecure/js-x-ray"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pacote
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@npmcli/arborist"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: npm-pick-manifest
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: cacache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: type-fest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 7, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Superseded by #324.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-eb479e7132 branch October 21, 2024 09:10
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant