-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update all dependencies #7
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/all
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
71589fd to
8f87c75
Compare
8f87c75 to
b13c080
Compare
b13c080 to
add3f8d
Compare
add3f8d to
2f442db
Compare
2f442db to
cdf7251
Compare
cdf7251 to
1f05230
Compare
1f05230 to
236e1bb
Compare
236e1bb to
945f5d9
Compare
945f5d9 to
3860641
Compare
3860641 to
c81de85
Compare
c81de85 to
a5f52bd
Compare
a5f52bd to
7671595
Compare
7671595 to
766f497
Compare
766f497 to
f000e04
Compare
8015e0c to
b552e5b
Compare
b552e5b to
bab98b8
Compare
bab98b8 to
c8dfba5
Compare
c8dfba5 to
bc4c1d2
Compare
bc4c1d2 to
b6e867d
Compare
b6e867d to
d373a6d
Compare
d373a6d to
b028bf5
Compare
b028bf5 to
db574c4
Compare
db574c4 to
6c78f5b
Compare
6c78f5b to
a81eb95
Compare
a81eb95 to
7d40d40
Compare
7d40d40 to
d6d1151
Compare
d6d1151 to
0b44b09
Compare
0b44b09 to
915ea96
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.6→4.4.14.0.6→4.4.10.10.1→0.10.317.0.32→17.0.351.15.3→1.18.02.4.2→2.4.171.6.2→1.6.51.1.27→1.3.65.3.0→5.6.29.13.0→9.39.22.4.0→2.4.12.4.9→2.12.73.3.3→3.8.07.52.0→7.71.15.6.3→5.9.31.4.0→1.7.1Release Notes
klnjs/configs (@klnjs/eslint-config)
v4.4.1Compare Source
v4.4.0Compare Source
v4.3.0Compare Source
v4.2.0Compare Source
v4.1.1Compare Source
v4.1.0Compare Source
klnjs/configs (@klnjs/prettier-config)
v4.4.1Compare Source
v4.4.0Compare Source
v4.3.0Compare Source
v4.2.0Compare Source
v4.1.1Compare Source
v4.1.0Compare Source
mswjs/http-middleware (@mswjs/http-middleware)
v0.10.3Compare Source
v0.10.3 (2025-01-12)
Bug Fixes
parserOptions, fix handlers type (#51) (372fd85) @vivekmiyaniv0.10.2Compare Source
v0.10.2 (2024-10-25)
Bug Fixes
13cee76) @c0per @LeBenLeBen @kettanaitovanilla-extract-css/vanilla-extract (@vanilla-extract/css)
v1.18.0Compare Source
Minor Changes
#1566
8b49b35Thanks @lfantone! -style: Add support for@starting-stylerulesEXAMPLE USAGE:
Patch Changes
#1646
0b2c09eThanks @plesiecki! - Swap the order ofcreateVar's overloads to enable inference ofVarDelcarationtype#1666
c6047fbThanks @askoufis! - Remove custom container properties typeThe
csstypepackage used by Vanilla Extract now provides types for container properties, so the custom type definitions that were previously necessary have been removed.v1.17.5Compare Source
Patch Changes
11a7c66Thanks @askoufis! - Updatecsstypedependency to^3.2.3v1.17.4Compare Source
Patch Changes
#1610
2b0be1bThanks @askoufis! - Revert "Improve ESM package entrypoints (#1597)" to fixNamed export not founderror when importing ESM entrypointsUpdated dependencies [
2b0be1b]:v1.17.3Compare Source
Patch Changes
#1596
f0533beThanks @cqh963852! -addFunctionSerializer: Fixargstype to support arrays of primitive values#1597
a7fccf8Thanks @drwpow! - Fix ESM import pathUpdated dependencies [
9d16de8,a7fccf8]:v1.17.2Compare Source
Patch Changes
#1557
134117dThanks @askoufis! -css: Improve type-checking performance of string literal types that include CSS variables#1560
c66be53Thanks @andjsrk! - Remove unnecessary intersections in a few typesUpdated dependencies [
134117d]:v1.17.1Compare Source
Patch Changes
c432ff3Thanks @askoufis! - Fixes a bug where@containerqueries insideselectorswere not being generatedv1.17.0Compare Source
Minor Changes
#1092
fd673f6Thanks @z4o4z! -keyframes: Add support for avarsproperty to steps withinkeyframesdeclarationsExample usage:
#1512
4abfc0bThanks @askoufis! -createTheme,createGlobalTheme: Add support for assigning themes to a layerThemes can now be assigned to a layer by name using the
@layerkey at the top-level of the theme definition.EXAMPLE USAGE:
This will generate the following CSS:
#1092
fd673f6Thanks @z4o4z! -createVar: Add support for defining@propertyrulesExample usage:
This will generate the following CSS:
v1.16.1Compare Source
Patch Changes
103ce57Thanks @askoufis! - Fixes a bug that caused invalid selectors to be generated when adjacent classnames contained a substring equal to another local classnamev1.16.0Compare Source
Minor Changes
#1475
cd9d8b2Thanks @corradopetrelli! - Add::-webkit-calendar-picker-indicatoras a valid pseudo-element#1450
7b256d2Thanks @wuz! - AddcreateViewTransitionAPIcreateViewTransitioncreates a single scoped view transition name for use with CSS View Transitions. This avoids potential naming collisions with other view transitions.v1.15.5Compare Source
Patch Changes
6432199fa0717f424fb3f45fbe36410b03b01c1cThanks @askoufis! - Speed up dev prefix generation for long file pathsv1.15.4Compare Source
Patch Changes
#1463
61878f5fb21a33190ef242551c639e216ba4748aThanks @askoufis! - Export types withexport { type T }syntaxUpdated dependencies [
61878f5fb21a33190ef242551c639e216ba4748a]:vanilla-extract-css/vanilla-extract (@vanilla-extract/next-plugin)
v2.4.17Compare Source
Patch Changes
v2.4.16Compare Source
Patch Changes
v2.4.15Compare Source
Patch Changes
v2.4.14Compare Source
Patch Changes
#1610
2b0be1bThanks @askoufis! - Revert "Improve ESM package entrypoints (#1597)" to fixNamed export not founderror when importing ESM entrypointsUpdated dependencies [
2b0be1b]:v2.4.13Compare Source
Patch Changes
#1602
7a78ebeThanks @Pnlvfx! - Fixrequire is not definederror in ESM bundles by callingcreateRequireUpdated dependencies [
7a78ebe]:v2.4.12Compare Source
Patch Changes
#1597
a7fccf8Thanks @drwpow! - Fix ESM import pathUpdated dependencies [
a7fccf8]:v2.4.11Compare Source
Patch Changes
v2.4.10Compare Source
Patch Changes
v2.4.9Compare Source
Patch Changes
v2.4.8Compare Source
Patch Changes
v2.4.7Compare Source
Patch Changes
v2.4.6Compare Source
Patch Changes
v2.4.5Compare Source
Patch Changes
v2.4.4Compare Source
Patch Changes
v2.4.3Compare Source
Patch Changes
vanilla-extract-css/vanilla-extract (@vanilla-extract/sprinkles)
v1.6.5Compare Source
Patch Changes
2b0be1bThanks @askoufis! - Revert "Improve ESM package entrypoints (#1597)" to fixNamed export not founderror when importing ESM entrypointsv1.6.4Compare Source
Patch Changes
a7fccf8Thanks @drwpow! - Fix ESM import pathv1.6.3Compare Source
Patch Changes
61878f5fb21a33190ef242551c639e216ba4748aThanks @askoufis! - Export types withexport { type T }syntaxoven-sh/bun (bun)
v1.3.6Compare Source
v1.3.5: Bun v1.3.5Compare Source
To install Bun v1.3.5
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.5:
Read Bun v1.3.5's release notes on Bun's blog
Thanks to 10 contributors!
v1.3.4: Bun v1.3.4Compare Source
To install Bun v1.3.4
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.4:
Read Bun v1.3.4's release notes on Bun's blog
Thanks to 14 contributors!
v1.3.3: Bun v1.3.3Compare Source
To install Bun v1.3.3
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.3:
Read Bun v1.3.3's release notes on Bun's blog
Thanks to 19 contributors!
v1.3.2: Bun v1.3.2Compare Source
To install Bun v1.3.2
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.2:
Read Bun v1.3.2's release notes on Bun's blog
Thanks to 18 contributors!
v1.3.1: Bun v1.3.1Compare Source
To install Bun v1.3.1
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.1:
Read Bun v1.3.1's release notes on Bun's blog
Thanks to 15 contributors!
Special thanks to Martin Schwarzl of Cloudflare for fuzzing & reporting several bugs!!
v1.3.0: Bun v1.3Compare Source
Read the blog post
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3:
v1.2.23: Bun v1.2.23Compare Source
To install Bun v1.2.23
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.2.23:
Read Bun v1.2.23's release notes on Bun's blog
Thanks to 16 contributors!
v1.2.22: Bun v1.2.22Compare Source
To install Bun v1.2.22
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.2.22:
Read Bun v1.2.22's release notes on Bun's blog
Thanks to 14 contributors!
v1.2.21: Bun v1.2.21Compare Source
To install Bun v1.2.21
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.2.21:
Read Bun v1.2.21's release notes on Bun's blog
Thanks to 23 contributors!
v1.2.20: Bun v1.2.20Compare Source
To install Bun v1.2.20
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.2.20:
Read Bun v1.2.20's release notes on Bun's blog
Thanks to 19 contributors!
v1.2.19: Bun v1.2.19Compare Source
To install Bun v1.2.19
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.2.19:
Read Bun v1.2.19's release notes on Bun's blog
Thanks to 18 contributors!
[
v1.2.18](https://redirecConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.