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 with 5 updates #268

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps the dependencies group with 5 updates:

Package From To
@nodesecure/js-x-ray 6.3.0 7.2.0
pacote 17.0.4 18.0.6
semver 7.6.0 7.6.2
@npmcli/arborist 7.5.1 7.5.4
itertools 2.3.1 2.3.2

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

Release notes

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

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"];
for await (const fileResult of efa.analyse(entryFiles)) {
console.log(entryFiles);
}

New Contributors

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

v7.0.0

What's Changed

... (truncated)

Commits
  • 96318de 7.2.0
  • 5cc6031 Merge pull request #272 from NodeSecure/fix-entry-files-analyser
  • 777ed54 refactor(test): import from project entry file to avoid issues
  • 69272f6 fix(EntryFilesAnalyser): use fileURLToPath for Windows
  • 5fcd7a5 feat: enable initalize and finalize for AstAnalyser.analyseFile (#271)
  • d02cf1b feat: add intialize and finalize for AstAnalyser.analyze API (#269)
  • 12baaaf 7.1.1
  • ed6ae3e refactor: implement API exports & minimal docs (#264)
  • c24938b 7.1.0
  • 583edff docs: add sairuss7 as a contributor for code (#263)
  • Additional commits viewable in compare view

Updates pacote from 17.0.4 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

Updates semver from 7.6.0 to 7.6.2

Release notes

Sourced from semver's releases.

v7.6.2

7.6.2 (2024-05-09)

Bug Fixes

v7.6.1

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

Changelog

Sourced from semver's changelog.

7.6.2 (2024-05-09)

Bug Fixes

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

Commits
  • eb1380b chore: release 7.6.2 (#714)
  • 6466ba9 fix(lru): use map.delete() directly (#713)
  • d777418 chore: release 7.6.1 (#706)
  • 988a8de deps: uninstall lru-cache (#709)
  • 5feeb7f chore: postinstall for dependabot template-oss PR
  • dd09b60 chore: bump @​npmcli/template-oss to 4.22.0
  • c570a34 fix(linting): no-unused-vars
  • ad8ff11 fix: use internal cache implementation
  • 3fabe4d deps: remove lru-cache
  • ec49cdc chore: chore: chore: postinstall for dependabot template-oss PR
  • Additional commits viewable in compare view

Updates @npmcli/arborist from 7.5.1 to 7.5.4

Release notes

Sourced from @​npmcli/arborist's releases.

arborist: v7.5.4

7.5.4 (2024-07-09)

Bug Fixes

arborist: v7.5.3

7.5.3 (2024-05-29)

Bug Fixes

Chores

libnpmpublish: v7.5.2

7.5.2 (2024-02-26)

Dependencies

Chores

arborist: v7.5.2

7.5.2 (2024-05-15)

Bug Fixes

Dependencies

... (truncated)

Changelog

Sourced from @​npmcli/arborist's changelog.

7.5.4 (2024-07-09)

Bug Fixes

7.5.3 (2024-05-29)

Bug Fixes

Chores

7.5.2 (2024-05-15)

Bug Fixes

Dependencies

Chores

Commits

Updates itertools from 2.3.1 to 2.3.2

Release notes

Sourced from itertools's releases.

v2.3.2

  • Fix missing top-level exports for izipLongest3 and intersperse
Changelog

Sourced from itertools's changelog.

[2.3.2] - 2024-05-27

  • Fix missing top-level exports for izipLongest3 and intersperse
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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 15, 2024
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@nodesecure/js-x-ray](https://github.com/NodeSecure/js-x-ray) | `6.3.0` | `7.2.0` |
| [pacote](https://github.com/npm/pacote) | `17.0.4` | `18.0.6` |
| [semver](https://github.com/npm/node-semver) | `7.6.0` | `7.6.2` |
| [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist) | `7.5.1` | `7.5.4` |
| [itertools](https://github.com/nvie/itertools) | `2.3.1` | `2.3.2` |


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

Updates `pacote` from 17.0.4 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.4...v18.0.6)

Updates `semver` from 7.6.0 to 7.6.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.6.0...v7.6.2)

Updates `@npmcli/arborist` from 7.5.1 to 7.5.4
- [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/v7.5.4/workspaces/arborist)

Updates `itertools` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/nvie/itertools/releases)
- [Changelog](https://github.com/nvie/itertools/blob/main/CHANGELOG.md)
- [Commits](nvie/itertools@v2.3.1...v2.3.2)

---
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: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@npmcli/arborist"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-29c95cb8b7 branch from 323bfff to 480b343 Compare July 15, 2024 17:51
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2024

Superseded by #271.

@dependabot dependabot bot closed this Jul 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-29c95cb8b7 branch July 22, 2024 09:29
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