-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(deps): bump the minor-and-patch-updates group with 8 updates #117
chore(deps): bump the minor-and-patch-updates group with 8 updates #117
Conversation
Bumps the minor-and-patch-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | [type-fest](https://github.com/sindresorhus/type-fest) | `4.20.1` | `4.21.0` | | [@changesets/cli](https://github.com/changesets/changesets) | `2.27.6` | `2.27.7` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.9` | `20.14.10` | | [esbuild](https://github.com/evanw/esbuild) | `0.22.0` | `0.23.0` | | [prettier-plugin-sql](https://github.com/un-ts/prettier) | `0.18.0` | `0.18.1` | | [tsx](https://github.com/privatenumber/tsx) | `4.16.0` | `4.16.2` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.2` | `5.5.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.2` | `5.3.3` | Updates `type-fest` from 4.20.1 to 4.21.0 - [Release notes](https://github.com/sindresorhus/type-fest/releases) - [Commits](sindresorhus/type-fest@v4.20.1...v4.21.0) Updates `@changesets/cli` from 2.27.6 to 2.27.7 - [Release notes](https://github.com/changesets/changesets/releases) - [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md) - [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected]) Updates `@types/node` from 20.14.9 to 20.14.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `esbuild` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.22.0...v0.23.0) Updates `prettier-plugin-sql` from 0.18.0 to 0.18.1 - [Release notes](https://github.com/un-ts/prettier/releases) - [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/prettier/compare/[email protected]@0.18.1) Updates `tsx` from 4.16.0 to 4.16.2 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.16.0...v4.16.2) Updates `typescript` from 5.5.2 to 5.5.3 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.2...v5.5.3) Updates `vite` from 5.3.2 to 5.3.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.3/packages/vite) --- updated-dependencies: - dependency-name: type-fest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: "@changesets/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: prettier-plugin-sql dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] <[email protected]>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Bumps the minor-and-patch-updates group with 8 updates:
4.20.1
4.21.0
2.27.6
2.27.7
20.14.9
20.14.10
0.22.0
0.23.0
0.18.0
0.18.1
4.16.0
4.16.2
5.5.2
5.5.3
5.3.2
5.3.3
Updates
type-fest
from 4.20.1 to 4.21.0Release notes
Sourced from type-fest's releases.
Commits
60712f1
4.21.0d89a709
Exact
: Fix support forDate
in union (#902)60c1024
Jsonify
: Convertundefined
tonull
in union element of array (#901)bdfc391
Bump typescript from 5.4.5 to 5.5.3 in the development-dependencies group (#903)476024d
CamelCasedPropertiesDeep
: Fix handling of non-recursive types inside target...737550b
AddStructuredCloneable
type (#897)dc35412
RemoveDOM
lib dependence in tsconfig (#898)0e46755
IterableElement
: Improve docs and add tests for using it withSet
(#894)e75dbe1
IntRange
: Document lack of support for negative numbersUpdates
@changesets/cli
from 2.27.6 to 2.27.7Release notes
Sourced from
@changesets/cli
's releases.Commits
b593756
Version Packages (#1398)d83e458
Update changelog for privatePackage fix (#1402)dd6e5bb
Fixed a crash when root workspace has dependents (#1400)d108fa6
Fixed a crash when using tag versions of workspace packages (#1047)a832b64
fix typo in automating-changesets.md (#1155)Updates
@types/node
from 20.14.9 to 20.14.10Commits
Updates
esbuild
from 0.22.0 to 0.23.0Release notes
Sourced from esbuild's releases.
Changelog
Sourced from esbuild's changelog.
Commits
9d50680
publish 0.23.0 to npmac7fd04
Revert "fix #1874: node defaults to--packages=external
" (#3820)626ac2c
fix #3818: preserve collapsed jsx whitespace7c2eb2e
hashbang syntax is part of es2023Updates
prettier-plugin-sql
from 0.18.0 to 0.18.1Release notes
Sourced from prettier-plugin-sql's releases.
Commits
a818d8f
chore: release package(s) (#375)1670d7e
Update README.md to match package.json (#363)3b084b6
docs: update prettier-plugin-embed usage (#364)6754c3d
fix(sql): printer to handle eol correctly (#374)947b0af
ci: upgrade to pnpm/action-setup@v4b86d38e
chore(deps): update dependency@types/web
to ^0.0.1502cec244
chore(deps): update dependency@changesets/cli
to ^2.27.6089f487
fix(deps): update dependency sh-syntax to ^0.4.299f769d
chore(deps): update dependency unplugin-auto-import to ^0.17.63d277f1
chore(deps): update dependency@types/web
to ^0.0.147Updates
tsx
from 4.16.0 to 4.16.2Release notes
Sourced from tsx's releases.
Commits
042be03
fix: isolated cts import in Node v18 (#61)a74aa58
fix(esm): implicit resolution with tsconfig paths1603c66
refactor(cjs): cjs lexer detectionc6d5203
refactor(cjs): always inherit query from parent (#60)aa3f2a1
test: scoped cts loading in Node v188c61236
refactor(types): improve CJS module types23ebe7e
refactor: preserve resolveFilename args accuratelye0b581c
test: assert package can be loaded relative to data url143a5bd
fix(cjs): isolate implicit resolver enhancement (#59)6ef949c
fix(cjs): namespace filter to preserve file pathUpdates
typescript
from 5.5.2 to 5.5.3Release notes
Sourced from typescript's releases.
Commits
f0e9921
Bump version to 5.5.3 and LKG738bd60
Cherry-pick #58966 to release-5.5 (#59002)Updates
vite
from 5.3.2 to 5.3.3Changelog
Sourced from vite's changelog.
Commits
22b2994
release: v5.3.3012490c
fix(deps): update all non-major dependencies (#17590)14c3d49
fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin op...055f1c1
fix(lib): remove pure CSS dynamic import (#17601)dafff4a
fix: lazily evaluate __vite__mapDeps files (#17602)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