Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

chore(deps): bump the dependencies group across 1 directory with 3 updates #239

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 3 updates in the / directory: @nodesecure/i18n, @nodesecure/js-x-ray and type-fest.

Updates @nodesecure/i18n from 4.0.0 to 4.0.1

Release notes

Sourced from @​nodesecure/i18n's releases.

v4.0.1

What's Changed

Full Changelog: NodeSecure/i18n@v4.0.0...v4.0.1

Commits
  • b794525 4.0.1
  • aa349a2 chore(deps): bump the github-actions group with 4 updates (#136)
  • d6267f2 chore(deps-dev): bump c8 (#138)
  • c52aae7 fix(taggedString): allow TemplateStringsArray as argument (#135)
  • f822201 chore(deps): bump the github-actions group with 4 updates (#134)
  • 923e5b6 chore(deps-dev): bump the development-dependencies group with 1 update (#132)
  • See full diff in compare view

Updates @nodesecure/js-x-ray from 7.0.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

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 type-fest from 4.18.2 to 4.22.1

Release notes

Sourced from type-fest's releases.

v4.22.1

  • Fix missing exported internal types (#918) 4b74444

sindresorhus/type-fest@v4.22.0...v4.22.1

v4.22.0

New types

Improvements

  • Ensure all RequireX types' second parameter is optional (#907) fee4e04
  • StructuredCloneable: Include web-specific types when available (#908) 0086cd6

Fixes

  • Exact: Fix type when class is present (#911) bf85819

sindresorhus/type-fest@v4.21.0...v4.22.0

v4.21.0

New types

Fixes

  • Jsonify: Convert undefined to null in union element of array (#901) 60c1024
  • Exact: Fix support for Date in union (#902) d89a709
  • CamelCasedPropertiesDeep: Fix handling of non-recursive types inside target type (#890) 476024d

sindresorhus/type-fest@v4.20.1...v4.21.0

v4.20.1

  • Schema: Fix handling of arrays (#887) c570ec2
  • Paths: Prevent infinite recursion (#891) 7d4e875

sindresorhus/type-fest@v4.20.0...v4.20.1

v4.20.0

  • SimplifyDeep: Support array (#888) a6ab051
  • IsLiteral: Return false for tagged types (#886) 587380c

sindresorhus/type-fest@v4.19.0...v4.20.0

... (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 3 updates in the / directory: [@nodesecure/i18n](https://github.com/NodeSecure/i18n), [@nodesecure/js-x-ray](https://github.com/NodeSecure/js-x-ray) and [type-fest](https://github.com/sindresorhus/type-fest).


Updates `@nodesecure/i18n` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/NodeSecure/i18n/releases)
- [Commits](NodeSecure/i18n@v4.0.0...v4.0.1)

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

Updates `type-fest` from 4.18.2 to 4.22.1
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.18.2...v4.22.1)

---
updated-dependencies:
- dependency-name: "@nodesecure/i18n"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@nodesecure/js-x-ray"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

Superseded by #243.

@dependabot dependabot bot closed this Jul 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-0f5b137814 branch July 29, 2024 02:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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