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

build(deps-dev): bump the non-major-node-dev-dependencies group with 4 updates #215

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps the non-major-node-dev-dependencies group with 4 updates: @types/node, dependency-cruiser, prettier and tsx.

Updates @types/node from 20.14.1 to 20.14.2

Commits

Updates dependency-cruiser from 16.3.2 to 16.3.3

Release notes

Sourced from dependency-cruiser's releases.

v16.3.3

🐛 fixes

  • de34d42a fix(enrich/summarize): also configure experimentalStats to be in the summary (so the caching algorithme can pick it up as well)
  • 86179394 chore: makes generated .mjs schemas smaller (#934)

📖 documentation

  • 6f6bef5f doc(FAQ): copy update
  • 46d1c3f4 chore(schema): corrects a typo
  • 4a5dcd09 doc(options-reference): corrects a typo

👷 maintenance

  • 34e37952 build(npm): updates external dependencies
  • 079e3fea chore(ci): makes husky config [email protected] compliant
Commits

Updates prettier from 3.3.0 to 3.3.1

Release notes

Sourced from prettier's releases.

3.3.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1


bar2


bar3



Markdown
<!-- Prettier 3.3.0 -->

foo:

bar1
bar2
bar3


Markdown
<!-- Prettier 3.3.1 -->
foo:


bar1


bar2


bar3



Markdown

Preserve explicit language in front matter (#16348 by @​fisker)

<!-- Input -->
---yaml
</tr></table> 

... (truncated)

Commits

Updates tsx from 4.11.2 to 4.15.1

Release notes

Sourced from tsx's releases.

v4.15.1

4.15.1 (2024-06-09)

Bug Fixes

  • prevent ERR_DOMAIN_CANNOT_SET_UNCAUGHT_EXCEPTION_CAPTURE (fb247eb)

This release is also available on:

v4.15.0

4.15.0 (2024-06-09)

Features


This release is also available on:

v4.14.1

4.14.1 (2024-06-08)

Bug Fixes

  • cjs: only hide transformers when namespaced (9e647a5)

This release is also available on:

v4.14.0

4.14.0 (2024-06-08)

... (truncated)

Commits
  • fb247eb fix: prevent ERR_DOMAIN_CANNOT_SET_UNCAUGHT_EXCEPTION_CAPTURE
  • c67d746 feat: esbuild 0.21.4
  • edbdfdf feat: esbuild 0.21.3
  • 6f1d305 feat: esbuild 0.21 (#19)
  • bbbf1a7 refactor(cjs): organize resolver logic
  • 9e647a5 fix(cjs): only hide transformers when namespaced
  • 4503421 feat: resolve .js → .ts in package.json exports & main
  • c35dbaa chore: add note about esm cjs interop optimization
  • 807f467 fix(esm): cjs interop to support decorators
  • 02d3856 fix(cjs): resolve directory import relative to parent (#42)
  • Additional commits viewable in compare view

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

…4 updates

Bumps the non-major-node-dev-dependencies group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [dependency-cruiser](https://github.com/sverweij/dependency-cruiser), [prettier](https://github.com/prettier/prettier) and [tsx](https://github.com/privatenumber/tsx).


Updates `@types/node` from 20.14.1 to 20.14.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `dependency-cruiser` from 16.3.2 to 16.3.3
- [Release notes](https://github.com/sverweij/dependency-cruiser/releases)
- [Changelog](https://github.com/sverweij/dependency-cruiser/blob/main/CHANGELOG.md)
- [Commits](sverweij/dependency-cruiser@v16.3.2...v16.3.3)

Updates `prettier` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.0...3.3.1)

Updates `tsx` from 4.11.2 to 4.15.1
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.11.2...v4.15.1)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-node-dev-dependencies
- dependency-name: dependency-cruiser
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-node-dev-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-major-node-dev-dependencies
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-major-node-dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from sverweij as a code owner June 10, 2024 00:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 10, 2024
@github-actions github-actions bot added the vco label Jun 10, 2024
Copy link

socket-security bot commented Jun 10, 2024

Copy link

socket-security bot commented Jun 10, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@sverweij
Copy link
Owner

@SocketSecurity ignore npm/esbuild

@sverweij sverweij merged commit d5b1fc9 into main Jun 16, 2024
6 checks passed
@sverweij sverweij deleted the dependabot/npm_and_yarn/non-major-node-dev-dependencies-39a6b59a5b branch June 16, 2024 21:51
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 vco
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant