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

Bump the all-dependencies group across 1 directory with 9 updates #285

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 9 updates in the / directory:

Package From To
@types/node 20.11.16 20.14.2
pino 8.18.0 9.1.0
pino-pretty 10.3.1 11.2.0
typescript 5.3.3 5.4.5
uuid 9.0.1 10.0.0
prettier 3.2.5 3.3.1
rimraf 5.0.5 5.0.7
ts-jest 29.1.2 29.1.4
typedoc 0.25.7 0.25.13

Updates @types/node from 20.11.16 to 20.14.2

Commits

Updates pino from 8.18.0 to 9.1.0

Release notes

Sourced from pino's releases.

v9.1.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.0.0...v9.1.0

v9.0.0

⚠ BREAKING CHANGES

Dropped support for Node.js 14, 16, & 19

What's Changed

Full Changelog: pinojs/pino@v8.21.0...v9.0.0

v8.21.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v8.20.0...v8.21.0

... (truncated)

Commits
  • 75e5591 Bumped v9.1.0
  • 28790ef Skip pkg test with PNPM
  • 03668e5 build(deps): bump thread-stream from 2.7.0 to 3.0.0 (#1959)
  • 9ff5a37 Drop yarn support and update pnpm (#1972)
  • 81a244b build(deps): bump pnpm/action-setup from 2.4.0 to 3.0.0 (#1913)
  • 2f176bb build(deps): bump actions/dependency-review-action from 3 to 4 (#1894)
  • 2a5e452 build(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#1937)
  • 73828ad build(deps): bump pino-std-serializers from 6.2.2 to 7.0.0 (#1957)
  • 5332de7 build(deps): bump sonic-boom from 3.8.1 to 4.0.1 (#1960)
  • 316d756 build(deps-dev): bump pino-pretty from 10.3.1 to 11.0.0 (#1933)
  • Additional commits viewable in compare view

Updates pino-pretty from 10.3.1 to 11.2.0

Release notes

Sourced from pino-pretty's releases.

v11.2.0

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v11.1.0...v11.2.0

v11.1.0

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v11.0.0...v11.1.0

v11.0.0

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v10.3.1...v11.0.0

Commits

Updates typescript from 5.3.3 to 5.4.5

Release notes

Sourced from typescript's releases.

TypeScript 5.4.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • 27bcd4c Update LKG
  • 9f33bf1 🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...
  • 71b2f84 Bump version to 5.4.5 and LKG
  • 892936f 🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...
  • 38a7c05 release-5.4: Always set node-version for setup-node (#58117)
  • b754fc3 🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • Additional commits viewable in compare view

Updates uuid from 9.0.1 to 10.0.0

Changelog

Sourced from uuid's changelog.

10.0.0 (2024-06-07)

⚠ BREAKING CHANGES

  • update node support (drop node@12, node@14, add node@20) (#750)

Features

Bug Fixes

  • revert "perf: remove superfluous call to toLowerCase (#677)" (#738) (e267b90)
Commits
Maintainer changes

This version was pushed to npm by broofa, a new releaser for uuid since your current version.


Updates prettier from 3.2.5 to 3.3.1

Release notes

Sourced from prettier's releases.

3.3.1

🔗 Changelog

3.3.0

diff

🔗 Release note

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 rimraf from 5.0.5 to 5.0.7

Commits

Updates ts-jest from 29.1.2 to 29.1.4

Release notes

Sourced from ts-jest's releases.

v29.1.4

Please refer to CHANGELOG.md for details.

v29.1.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.1.4 (2024-05-28)

Bug Fixes

  • fix(transformer): allow transforming of .cts/.mts extensions. (#3996) (b8f6eaa), closes #3996

Features

29.1.3 (2024-05-21)

Bug Fixes

  • add @jest/transform as an optional peer dependency (0ba7f86)
  • bring back Node 14 support (eda56a7)

Performance Improvements

  • remove ts resolved module cache file (4c88da5)
Commits
  • 150c492 chore(release): 29.1.4
  • 81a5f64 feat: make cli generate esm config based on type: "module" (#4210)
  • b8f6eaa fix(transformer): allow transforming of .cts/.mts extensions. (#3996)
  • 3efa2e2 build(deps): Update @​types packages to ^7.11.0
  • e2c6d54 build(deps): Update softprops/action-gh-release action to v2
  • ad416b4 build(deps): Update dependency @​types/rimraf to v4
  • bf0c0cc build(deps): Update dependency esbuild to ~0.21.4
  • b5eb0ce build(deps): Update babel monorepo to ^7.24.6
  • 60ea3ee build(deps): Update dependency @​types/node to v20
  • 8c15775 build: upgrade deps for documentation site
  • Additional commits viewable in compare view

Updates typedoc from 0.25.7 to 0.25.13

Release notes

Sourced from typedoc's releases.

v0.25.13

Features

  • Added gitRevision:short placeholder option to --sourceLinkTemplate option, #2529. Links generated by TypeDoc will now default to using the non-short git revision.
  • Moved "Generated by TypeDoc" footer into a <footer> tag, added footer.begin and footer.end render hooks for use by custom plugins, #2532.

Bug Fixes

  • Fixed conversion of NoInfer missing type parameter reference, #2539.
  • Linking to a member on a page no longer incorrectly claims that "This member is normally hidden due to your filter settings" for every member.

Thanks!

v0.25.12

Features

  • Added support for TypeScript 5.4, #2517.

Bug Fixes

  • Updated page font to work around issues with Mac rendering, #2518.

Thanks!

v0.25.11

Bug Fixes

  • Fixed an issue introduced with 0.25.10 which causes the page index to initially render empty, #2514.
  • "On This Page" section is now smarter when handling page headings which do not follow the normal h1>h2>h3 process, #2515.

v0.25.10

Bug Fixes

  • Constructed references to enum types will be properly linked with @interface, #2508.
  • Comments on property-methods will no longer be duplicated in generated documentation, #2509.
  • Reduced rendered docs size by writing icons to a referenced SVG asset, #2505. For TypeDoc's docs, this reduced the rendered documentation size by ~30%.
  • The HTML docs now attempt to reduce repaints caused by dynamically loading the navigation, #2491.
  • When navigating to a link that contains an anchor, the page will now be properly highlighted in the page navigation.

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.25.13 (2024-04-07)

Features

  • Added gitRevision:short placeholder option to --sourceLinkTemplate option, #2529. Links generated by TypeDoc will now default to using the non-short git revision.
  • Moved "Generated by TypeDoc" footer into a <footer> tag, added footer.begin and footer.end render hooks for use by custom plugins, #2532.

Bug Fixes

  • Fixed conversion of NoInfer missing type parameter reference, #2539.
  • Linking to a member on a page no longer incorrectly claims that "This member is normally hidden due to your filter settings" for every member.

Thanks!

v0.25.12 (2024-03-10)

Features

  • Added support for TypeScript 5.4, #2517.

Bug Fixes

  • Updated page font to work around issues with Mac rendering, #2518.

Thanks!

v0.25.11 (2024-03-06)

Bug Fixes

  • Fixed an issue introduced with 0.25.10 which causes the page index to initially render empty, #2514.
  • "On This Page" section is now smarter when handling page headings which do not follow the normal h1>h2>h3 process, #2515.

v0.25.10 (2024-03-03)

Bug Fixes

  • Constructed references to enum types will be properly linked with @interface, #2508.
  • Comments on property-methods will no longer be duplicated in generated documentation, #2509.
  • Reduced rendered docs size by writing icons to a referenced SVG asset, #2505. For TypeDoc's docs, this reduced the rendered documentation size by ~30%.
  • The HTML docs now attempt to reduce repaints caused by dynamically loading the navigation, #2491.
  • When navigating to a link that contains an anchor, the page will now be properly highlighted in the page navigation.

... (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

Bumps the all-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.16` | `20.14.2` |
| [pino](https://github.com/pinojs/pino) | `8.18.0` | `9.1.0` |
| [pino-pretty](https://github.com/pinojs/pino-pretty) | `10.3.1` | `11.2.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |
| [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.1` |
| [rimraf](https://github.com/isaacs/rimraf) | `5.0.5` | `5.0.7` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.1.4` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.25.7` | `0.25.13` |



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

Updates `pino` from 8.18.0 to 9.1.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v8.18.0...v9.1.0)

Updates `pino-pretty` from 10.3.1 to 11.2.0
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v10.3.1...v11.2.0)

Updates `typescript` from 5.3.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.5)

Updates `uuid` from 9.0.1 to 10.0.0
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v10.0.0)

Updates `prettier` from 3.2.5 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.2.5...3.3.1)

Updates `rimraf` from 5.0.5 to 5.0.7
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.5...v5.0.7)

Updates `ts-jest` from 29.1.2 to 29.1.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.2...v29.1.4)

Updates `typedoc` from 0.25.7 to 0.25.13
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.7...v0.25.13)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: pino-pretty
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2024

Superseded by #286.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-dependencies-1feee8779a branch June 17, 2024 01:09
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants