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 the dependencies group across 1 directory with 4 updates #87

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the dependencies group with 4 updates in the / directory: @nodesecure/js-x-ray, @nodesecure/npm-registry-sdk, @nodesecure/scanner and pacote.

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

Release notes

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

v7.3.0

What's Changed

New Contributors

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

v7.2.0

What's Changed

Full Changelog: NodeSecure/js-x-ray@v7.1.1...v7.2.0

v7.1.1

What's Changed

Full Changelog: NodeSecure/js-x-ray@v7.1.0...v7.1.1

v7.1.0

What's Changed

EntryFilesAnalyzer

import { EntryFilesAnalyser } from "@nodesecure/js-x-ray";
const efa = new EntryFilesAnalyser();
const entryFiles = ["./path/to/file"];
</tr></table>

... (truncated)

Commits
  • 5ad1570 7.3.0
  • fbd7346 fix(isOneLineRequire): must return true for a one line require with no export...
  • 6b5e612 chore(deps-dev): bump glob in the development-dependencies group (#282)
  • e7fad47 chore(deps): bump the github-actions group with 4 updates (#281)
  • 47759c2 docs: add fless-lab as a contributor for code (#277)
  • 0612155 chore: add deprecation warnings for legacy runASTAnalysis and `runASTAnalys...
  • a3af86a feat(AstAnalyser): add synchronous analyseFile function version (#275)
  • a6b6c04 chore(deps-dev): bump c8 in the development-dependencies group (#274)
  • 51f5cd6 chore(deps): bump the github-actions group with 5 updates (#273)
  • 96318de 7.2.0
  • Additional commits viewable in compare view

Updates @nodesecure/npm-registry-sdk from 2.1.1 to 3.0.0

Release notes

Sourced from @​nodesecure/npm-registry-sdk's releases.

v3.0.0

What's Changed

Breaking changes

This release use @nodesecure/types instead of @npm/types. This break type compatibility (V3 should be a more precise reflect of what the registry return).

Full Changelog: NodeSecure/npm-registry-sdk@v2.1.1...v3.0.0

Commits
  • 8cbc336 3.0.0
  • 3680828 Merge pull request #144 from NodeSecure/nodesecure-types
  • 37e390d fix: skip metadata tests because NPM registry interface is broken
  • 0fc5410 refactor: use @​nodesecure/npm-types
  • b29922a fix(packument): add missing properties for NPM provenance (#135)
  • 29d3a56 chore(deps): bump the dependencies group with 1 update (#134)
  • 3a43637 chore(deps-dev): bump the development-dependencies group with 1 update (#133)
  • fa917a6 chore(deps): bump the github-actions group with 4 updates (#132)
  • c2d219d chore: using dependabot groups (#127)
  • See full diff in compare view

Updates @nodesecure/scanner from 5.3.0 to 6.1.0

Release notes

Sourced from @​nodesecure/scanner's releases.

v6.1.0

What's Changed

Full Changelog: NodeSecure/scanner@scanner-v6.0.2...scanner-v6.1.0

v6.0.2

What's Changed

Full Changelog: NodeSecure/scanner@scanner-v6.0.1...scanner-v6.0.2

v6.0.1

What's Changed

Full Changelog: NodeSecure/scanner@scanner-v6.0.0...scanner-v6.0.1

v6.0.0

What's Changed

... (truncated)

Commits
  • 5d95dc3 chore(scanner): v6.1.0
  • 059e497 chore: update to @​nodesecure/rc v4 (#295)
  • 829a165 feat(npm-types): add new type PackTarball to describe npm package JSON output...
  • c9d7a78 chore: update @​nodesecure/vulnera to v2.0.1 (#293)
  • b9a33ec chore(npm-types): v1.1.1
  • eecb953 Merge pull request #292 from NodeSecure/fix-tree-walker-workspaces
  • 68eaf7f fix(contact): avoid flaky match with common name
  • 3f6d0df fix(npm-types): do not extends name & version for WorkspacesPackageJSON
  • 66b06fc fix(tree-walker): implement default name & version for workspaces
  • d0836a9 Scanner v6.0.2 (#291)
  • Additional commits viewable in compare view

Updates pacote from 17.0.7 to 18.0.6

Release notes

Sourced from pacote's releases.

v18.0.6

18.0.6 (2024-05-07)

Bug Fixes

v18.0.5

18.0.5 (2024-05-06)

Bug Fixes

v18.0.4

18.0.4 (2024-05-04)

Bug Fixes

Chores

v18.0.3

18.0.3 (2024-04-30)

Dependencies

v18.0.2

18.0.2 (2024-04-24)

Bug Fixes

v18.0.1

18.0.1 (2024-04-23)

Bug Fixes

... (truncated)

Changelog

Sourced from pacote's changelog.

18.0.6 (2024-05-07)

Bug Fixes

18.0.5 (2024-05-06)

Bug Fixes

18.0.4 (2024-05-04)

Bug Fixes

Chores

18.0.3 (2024-04-30)

Dependencies

18.0.2 (2024-04-24)

Bug Fixes

18.0.1 (2024-04-23)

Bug Fixes

18.0.0 (2024-04-15)

⚠️ BREAKING CHANGES

  • The silent option was used to control whether @npmcli/run-script would write a banner via console.log. Now ouput will be emitted via an process.emit('output').

... (truncated)

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 4 updates in the / directory: [@nodesecure/js-x-ray](https://github.com/NodeSecure/js-x-ray), [@nodesecure/npm-registry-sdk](https://github.com/NodeSecure/npm-registry-sdk), [@nodesecure/scanner](https://github.com/NodeSecure/scanner) and [pacote](https://github.com/npm/pacote).


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

Updates `@nodesecure/npm-registry-sdk` from 2.1.1 to 3.0.0
- [Release notes](https://github.com/NodeSecure/npm-registry-sdk/releases)
- [Commits](NodeSecure/npm-registry-sdk@v2.1.1...v3.0.0)

Updates `@nodesecure/scanner` from 5.3.0 to 6.1.0
- [Release notes](https://github.com/NodeSecure/scanner/releases)
- [Commits](NodeSecure/scanner@v5.3.0...scanner-v6.1.0)

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

---
updated-dependencies:
- dependency-name: "@nodesecure/js-x-ray"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@nodesecure/npm-registry-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@nodesecure/scanner"
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Aug 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-7ca5d761e1 branch August 12, 2024 12:42
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.

0 participants