-
Notifications
You must be signed in to change notification settings - Fork 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
fix(deps): update all non-major dependencies #1512
Conversation
|
Size Change: +1.46 kB (+0.27%) Total Size: 539 kB
ℹ️ View Unchanged
|
bea8e26
to
16ebe65
Compare
16ebe65
to
d2a8fd4
Compare
This PR contains the following updates:
^1.95.0
->^1.96.0
^1.16.0
->^1.17.0
^11.19.0
->^11.22.0
11.12.0
->11.15.0
5.1.1
->5.2.2
^2.18.0
->^2.19.0
^15.2.0
->^15.3.0
22.11.0
->22.12.0
9.14.2
->9.15.3
^4.2.0
->^4.3.0
^1.95.0
->^1.96.2
Release Notes
vanilla-extract-css/vanilla-extract (@vanilla-extract/css)
v1.17.0
Compare Source
Minor Changes
#1092
fd673f6
Thanks @z4o4z! -keyframes
: Add support for avars
property to steps withinkeyframes
declarationsExample usage:
#1512
4abfc0b
Thanks @askoufis! -createTheme
,createGlobalTheme
: Add support for assigning themes to a layerThemes can now be assigned to a layer by name using the
@layer
key at the top-level of the theme definition.EXAMPLE USAGE:
This will generate the following CSS:
#1092
fd673f6
Thanks @z4o4z! -createVar
: Add support for defining [@property
][@property] rulesExample usage:
This will generate the following CSS:
v1.16.1
Compare Source
Patch Changes
103ce57
Thanks @askoufis! - Fixes a bug that caused invalid selectors to be generated when adjacent classnames contained a substring equal to another local classnamechromaui/chromatic-cli (chromatic)
v11.22.0
Compare Source
🚀 Enhancement
Authors: 1
v11.21.0
Compare Source
🚀 Enhancement
storybookUrl
action output on rebuild early exit #1134 (@jmhobbs)Authors: 2
v11.20.2
Compare Source
🐛 Bug Fix
Authors: 1
v11.20.1
Compare Source
🐛 Bug Fix
exitOnceUploaded
in action #1130 (@codykaup)latest
action on push to main #1129 (@codykaup)Authors: 1
v11.20.0
Compare Source
🚀 Enhancement
Authors: 1
motiondivision/motion (framer-motion)
v11.15.0
Compare Source
Added
repeat
in animation sequences.Fixed
v11.14.4
Compare Source
Fixed
AnimationSequence
via"motion"
entrypoint.motion.create()
in React 19.v11.14.3
Compare Source
Fixed
motion-dom
andmotion-utils
entrypoints.v11.14.2
Compare Source
Fixed
time
for internal use.MotionValue.updatedAt
public for internal use.v11.14.1
Compare Source
Fixed
motion-dom
andmotion-utils
packages.v11.14.0
Compare Source
Added
press
gesture in Motion+ early access.v11.13.5
Compare Source
Fixed
"framer-motion"
packages.v11.13.4
Compare Source
Fixed
v11.13.3
Compare Source
Fixed
v11.13.1
Compare Source
Fixed
motion.text
) now update when given aMotionValue
as children, matching HTML element behavior.DynamicAnimationOptions
type.v11.13.0
Compare Source
Added
hover
gesture in Motion+ early access.remarkablemark/html-react-parser (html-react-parser)
v5.2.2
Compare Source
Build System
v5.2.1
Compare Source
Bug Fixes
\\r
isn't escaped (#1642) (a1ef928), closes #1634v5.2.0
Compare Source
Features
v5.1.19
Compare Source
Bug Fixes
v5.1.18
Compare Source
Bug Fixes
v5.1.17
Compare Source
Build System
v5.1.16
Compare Source
Build System
v5.1.15
Compare Source
Build System
v5.1.14
Compare Source
Build System
v5.1.13
Compare Source
Continuous Integration
v5.1.12
Compare Source
Build System
v5.1.11
Compare Source
Bug Fixes
v5.1.10
Compare Source
Build System
v5.1.9
Compare Source
Build System
v5.1.8
Compare Source
Build System
v5.1.7
Compare Source
Bug Fixes
@types/react
to 17 or 18 (0605477), closes #1320v5.1.6
Compare Source
Bug Fixes
v5.1.5
Compare Source
Bug Fixes
@types/react
from devDependencies to dependencies (78b7a8e), closes #1313v5.1.4
Compare Source
Bug Fixes
React.JSX
instead of the globalJSX
namespace (a25f41c)v5.1.3
Compare Source
Build System
v5.1.2
Compare Source
Code Refactoring
kkomelin/isomorphic-dompurify (isomorphic-dompurify)
v2.19.0
: Updated dependenciesCompare Source
Changelog
dompurify
and other dependencies.See the complete changelog for more details.
Release
2.19.0
lint-staged/lint-staged (lint-staged)
v15.3.0
Compare Source
Minor Changes
#1495
e69da9e
Thanks @iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.#1493
fa0fe98
Thanks @iiroj! - Added more help messages around the automaticgit stash
that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.For example:
where the backup can be seen with
git show 20addf8
, orgit stash list
:v15.2.11
Compare Source
Patch Changes
#1484
bcfe309
Thanks @wormsik! - Escape paths containing spaces when using the "shell" option.#1487
7dd8caa
Thanks @iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.nodejs/node (node)
v22.12.0
Compare Source
pnpm/pnpm (pnpm)
v9.15.3
Compare Source
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.git ls-remote
works via HTTPS #8906.Platinum Sponsors
Gold Sponsors
v9.15.1
Compare Source
v9.15.0
Compare Source
v9.14.4
Compare Source
v9.14.3
Compare Source
amzn/style-dictionary (style-dictionary)
v4.3.0
Compare Source
Minor Changes
302b466
: Introduce a new entrypoint:style-dictionary/enums
for most of the library's hard-coded string values. Most of these are built-in hooks names. This provides better type-safety for consumers as well as various maintainability related benefits for this library. See documentation for more info.5aad797
: Add tailwind preset example, remove unused .editorconfig filebd8be17
: Add support for native .TS token & config file processing.209085d
: AddtokenMap
properties to Dictionary, which is a JavaScript Map structure of the tokens, which makes it easy to iterate as well as access tokens. Also addconvertTokenData
utility that allows to seemlessly convert between Map, Object or Array of tokens, and deprecate theflattenTokens
utility in favor of that one.Patch Changes
2966cfd
: handle DTCG-format tokens in typescript/es6-declarations formatter4a7bca7
: add accessControl field to Android Compose templatef694f67
: Fix Prettier imports, see https://prettier.io/docs/en/api#custom-parser-api-removed for more info.fd8cdb4
: handle DTCG-format tokens in javascript/es6 formatter6a6a409
: Move prettier to dependencies since style-dictionary isn't really a prettier plugin and a direct dependency seems more accurate here.8a9cfa0
: FixoutputReferencesTransformed
util, would returntrue
for tokens which original values were not strings.7a661bb
: Fix font-style and font-weight logic for fonts.css.template.jsmicrosoft/vscode (vscode)
v1.96.2
: November 2024 Recovery 2Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.1
: November 2024 Recovery 1Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.0
: November 2024Compare Source
Welcome to the November 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
For the complete release notes go to Updates on code.visualstudio.com.
Insiders: Want to see new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available. And for the latest Visual Studio Code news, updates, and content, follow us on Twitter @code!
v1.95.3
: October 2024 Recovery 3Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.95.2
: October 2024 Recovery 2Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.95.1
: October 2024 Recovery 1Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
Configuration
📅 Schedule: Branch creation - "* 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.