Skip to content
This repository has been 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 #243

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 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.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 type-fest from 4.18.2 to 4.23.0

Release notes

Sourced from type-fest's releases.

v4.23.0

  • Paths: Add maxRecursionDepth option (#920) 052e887

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

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&#39; 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

... (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.3.0
- [Release notes](https://github.com/NodeSecure/js-x-ray/releases)
- [Commits](NodeSecure/js-x-ray@v7.0.0...v7.3.0)

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

---
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 29, 2024
@fraxken
Copy link
Member

fraxken commented Jul 31, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2024

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

@dependabot dependabot bot closed this Jul 31, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-3ba913855d branch July 31, 2024 19:07
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.

1 participant