ast-grep-vscode
ast-grep-vscode copied to clipboard
chore(deps): update dependency @stylexjs/stylex to v0.13.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @stylexjs/stylex | 0.11.1 -> 0.13.1 |
Release Notes
facebook/stylex (@stylexjs/stylex)
v0.13.1
Fixes
- Export additional Types.
v0.13.0
New features
- Add
positionTryAPI for creating@property-trydeclarations. - Add
defineConstsAPI for inlining constant values. - Re-write of the runtime style injection module to be more reliable.
Breaking changes
- The
runtimeInjectioncompiler option is now disabled by default whendevis true. - The ESLint rule
no-legacy-conditional-stylesis renamed tono-legacy-contextual-styles. - The
useRemForFontSizecompiler option is renamed toenableFontSizePxToRem. It is disabled by default and should not be used directly. - The
genConditionalClassescompiler option is renamed toenableInlinedConditionalMerge. It is enabled by default and should not be used directly. - The
attrsAPI is removed due to low usage and redundancy with thepropsAPI.
Fixes
- Fix the TypeScript types for themes and types functions.
- Fix the creation of duplicate classNames when defining nested pseudo-classes.
- Fix that allows the ESLint plugin to support use of
importSourcesobject syntax invalidImports. - Fix incorrect compiler error messages.
- Fix a bug that incorrectly wrapped CSS variables in quotes when used in the
contentproperty. - Fix a bug in the
firstThatWorksAPI when the last value was a variable. - Allow
importSourcesto be configured in the PostCSS plugin for React Strict DOM compatibility.
Deprecations
- Deprecate
@stylexjs/sharedpackage.
v0.12.0
New features
- Hash keys in compiled style objects to reduce generated code size.
- New eslint rule to flag use of legacy Media Query and pseudo-class syntax.
Fixes
- Fix pseudo-elements bug in dynamic styles.
- Performance improvements to
createThemecompilation by caching object evaluation. - Disallow spreading in
createcalls.
Deprecations
- Deprecate
@stylexjs/dev-runtimepackage. - Deprecate
@stylexjs/esbuild-pluginpackage. - Deprecate
@stylexjs/nextjs-pluginpackage. - Deprecate
@stylexjs/open-propspackage. - Deprecate
@stylexjs/webpack-pluginpackage.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.