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 group with 4 updates #648

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the all group with 4 updates: @types/node, better-sqlite3, electron-to-chromium and ts-api-utils.

Updates @types/node from 20.17.7 to 20.17.9

Commits

Updates better-sqlite3 from 11.5.0 to 11.6.0

Release notes

Sourced from better-sqlite3's releases.

v11.6.0

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v11.5.0...v11.6.0

Commits

Updates electron-to-chromium from 1.5.64 to 1.5.67

Commits

Updates ts-api-utils from 1.4.0 to 1.4.3

Release notes

Sourced from ts-api-utils's releases.

v1.4.3

What's Changed

Full Changelog: JoshuaKGoldberg/ts-api-utils@v1.4.2...v1.4.3

v1.4.2

What's Changed

New Contributors

Full Changelog: JoshuaKGoldberg/ts-api-utils@v1.4.0...v1.4.2

Changelog

Sourced from ts-api-utils's changelog.

1.4.3 (2024-11-29)

Bug Fixes

  • make isTypeParameter no longer a typeguard (#597) (128237f)

1.4.2 (2024-11-26)

Bug Fixes

  • remove .value field from type declarations for boolean literal types (#535) (12df298), closes #528

Performance Improvements

Commits
  • 9089234 chore: release v1.4.3
  • 128237f fix: make isTypeParameter no longer a typeguard (#597)
  • cbfd5dc chore: release v1.4.2
  • c452cf6 build: set package.json version to latest release (#594)
  • 123a8f4 perf: reduce package size (#593)
  • be38cbb chore(deps): update dependency markdownlint-cli to ^0.43.0 (#592)
  • 3c06f35 build: shrink size of bundle (#576)
  • 8cec962 build: remove semver dependency (#587)
  • 2b84fdf chore(deps): update dependency typedoc-plugin-mdn-links to v4 (#590)
  • 2c3814d chore(deps): update dependency knip to v5.37.2 (#586)
  • 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

Bumps the all group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [better-sqlite3](https://github.com/WiseLibs/better-sqlite3), [electron-to-chromium](https://github.com/kilian/electron-to-chromium) and [ts-api-utils](https://github.com/JoshuaKGoldberg/ts-api-utils).


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

Updates `better-sqlite3` from 11.5.0 to 11.6.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v11.5.0...v11.6.0)

Updates `electron-to-chromium` from 1.5.64 to 1.5.67
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.64...v1.5.67)

Updates `ts-api-utils` from 1.4.0 to 1.4.3
- [Release notes](https://github.com/JoshuaKGoldberg/ts-api-utils/releases)
- [Changelog](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/CHANGELOG.md)
- [Commits](JoshuaKGoldberg/ts-api-utils@v1.4.0...v1.4.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: better-sqlite3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ts-api-utils
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Dec 1, 2024
@kevinlul kevinlul merged commit ed1ac41 into master Dec 1, 2024
3 checks passed
@kevinlul kevinlul deleted the dependabot/npm_and_yarn/all-44fea5d817 branch December 1, 2024 15:23
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.

1 participant