volumes-backup-extension
volumes-backup-extension copied to clipboard
Bump the js group across 1 directory with 5 updates
Bumps the js group with 5 updates in the /ui directory:
| Package | From | To |
|---|---|---|
| @emotion/react | 11.11.4 |
11.13.3 |
| @emotion/styled | 11.11.5 |
11.13.0 |
| @types/jest | 29.5.12 |
29.5.13 |
| eslint-plugin-react | 7.34.3 |
7.36.1 |
| typescript | 5.5.3 |
5.6.2 |
Updates @emotion/react from 11.11.4 to 11.13.3
Release notes
Sourced from @emotion/react's releases.
@emotion/react@11.13.3Patch Changes
#3232
0ce3ed0Thanks@ENvironmentSet! - Distributecssprop attachment over props that are union typesUpdated dependencies []:
@emotion/serialize@1.3.1
@emotion/react@11.13.0Minor Changes
#3198
d8ff8a5Thanks@Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks to differentiate between production and development builds.Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
#3215
a9f6912Thanks@Andarist! - Addededge-lightandworkerdconditions topackage.jsonmanifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
@emotion/react@11.12.0Minor Changes
- #2815
65a1eeaThanks@srmagura! - Automatic labeling at runtime is now an opt-in feature. DefineglobalThis.EMOTION_RUNTIME_AUTO_LABEL = truebefore Emotion gets initialized to enable it.Patch Changes
#3206
d1994c4Thanks@DiegoAndai! - Improved compatibility with the upcoming@types/reactfor React 19 where the globalJSXnamespace doesn't exist anymore#3208
56109e7Thanks@Andarist! - Only forward definedrefs to improve compatibility with the upcoming React 19
Commits
3f46884Version Packages (#3235)153cf88Add scale property as unitless (#3240)0ce3ed0Distributecssprop attachment over props that are union types (#3232)e819f9cVersion Packages (#3229)49f7435Fix broken browser file reference in primitives-core/package.json (#3228)c6f01a2Version Packages (#3224)c72d279Remove incorrect tripleslash directives referencing node types (#3219)70ad1d3Version Packages (#3214)a9f6912Addededge-lightandworkerdconditions (#3215)d8ff8a5Update Preconstruct and use import conditions (#3198)- Additional commits viewable in compare view
Updates @emotion/styled from 11.11.5 to 11.13.0
Release notes
Sourced from @emotion/styled's releases.
@emotion/styled@11.13.0Minor Changes
#3198
d8ff8a5Thanks@Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks to differentiate between production and development builds.Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
#3215
a9f6912Thanks@Andarist! - Addededge-lightandworkerdconditions topackage.jsonmanifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
@emotion/styled@11.12.0Patch Changes
#3206
d1994c4Thanks@DiegoAndai! - Improved compatibility with the upcoming@types/reactfor React 19 where the globalJSXnamespace doesn't exist anymore#3208
56109e7Thanks@Andarist! - Only forward definedrefs to improve compatibility with the upcoming React 19
Commits
70ad1d3Version Packages (#3214)a9f6912Addededge-lightandworkerdconditions (#3215)d8ff8a5Update Preconstruct and use import conditions (#3198)d57cfcbVersion Packages (#3188)d1994c4Improved compatibility with the upcoming@types/reactfor React 19 (#3206)56109e7Only forward definedrefs (#3208)de80631Update Changesets (#3207)4cc565fUpdate Jest dependencies (#3199)b4da6d3Update TypeScript, ESLint and Prettier (#3200)65a1eeaMake runtime label extraction opt-in (#2815)- Additional commits viewable in compare view
Updates @types/jest from 29.5.12 to 29.5.13
Commits
- See full diff in compare view
Updates eslint-plugin-react from 7.34.3 to 7.36.1
Release notes
Sourced from eslint-plugin-react's releases.
v7.36.1
Fixed
no-is-mounted: fix logic in method name check (#3821[]@Mathias-S)jsx-no-literals: Avoid crashing on valueless boolean props (#3823[]@reosarevok)#3823: jsx-eslint/eslint-plugin-react#3823 #3821: jsx-eslint/eslint-plugin-react#3821
v7.36.0
Added
- [
no-string-refs]: allow this.refs in > 18.3.0 (#3807[]@henryqdineen)jsx-no-literalsAddelementOverridesoption and the ability to ignore this rule on specific elements (#3812[]@Pearce-Ropion)- [
forward-ref-uses-ref]: add rule for checking ref parameter is added (#3667[]@NotWoods)Fixed
- [
function-component-definition],boolean-prop-naming, [jsx-first-prop-new-line], [jsx-props-no-multi-spaces],propTypes: use type args (#3629[]@HenryBrown0)- JSX pragma: fail gracefully (#3632[]
@ljharb)- [
jsx-props-no-spreading]: addexplicitSpreadoption to schema (#3799[]@ljharb)Changed
- [Tests] add
@typescript-eslint/parserv6 (#3629[]@HenryBrown0)- [Tests] add
@typescript-eslint/parserv7 and v8 (#3629[]@hampustagerud)- [Docs] [
no-danger]: update broken link (#3817[]@lucasrmendonca)- [types] add jsdoc type annotations (#3731[]
@y-hsgw)- [Tests]
button-has-type: add test case with spread (#3731[]@y-hsgw)#3799: jsx-eslint/eslint-plugin-react#3799 #3632: jsx-eslint/eslint-plugin-react#3632 #3812: jsx-eslint/eslint-plugin-react#3812 #3731: jsx-eslint/eslint-plugin-react#3731 #3694: jsx-eslint/eslint-plugin-react#3667 #3629: jsx-eslint/eslint-plugin-react#3629 #3817: jsx-eslint/eslint-plugin-react#3817 #3807: jsx-eslint/eslint-plugin-react#3807
... (truncated)
Changelog
Sourced from eslint-plugin-react's changelog.
7.36.1 - 2024.09.12
Fixed
- [
no-is-mounted]: fix logic in method name check (#3821[]@Mathias-S)- [
jsx-no-literals]: Avoid crashing on valueless boolean props (#3823[]@reosarevok)#3823: jsx-eslint/eslint-plugin-react#3823 #3821: jsx-eslint/eslint-plugin-react#3821
7.36.0 - 2024.09.12
Added
- [
no-string-refs]: allow this.refs in > 18.3.0 (#3807[]@henryqdineen)- [
jsx-no-literals] AddelementOverridesoption and the ability to ignore this rule on specific elements (#3812[]@Pearce-Ropion)- [
forward-ref-uses-ref]: add rule for checking ref parameter is added (#3667[]@NotWoods)Fixed
- [
function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces],propTypes: use type args (#3629[]@HenryBrown0)- JSX pragma: fail gracefully (#3632[]
@ljharb)- [
jsx-props-no-spreading]: addexplicitSpreadoption to schema (#3799[]@ljharb)Changed
- [Tests] add
@typescript-eslint/parserv6 (#3629[]@HenryBrown0)- [Tests] add
@typescript-eslint/parserv7 and v8 (#3629[]@hampustagerud)- [Docs] [
no-danger]: update broken link (#3817[]@lucasrmendonca)- [types] add jsdoc type annotations (#3731[]
@y-hsgw)- [Tests]
button-has-type: add test case with spread (#3731[]@y-hsgw)#3799: jsx-eslint/eslint-plugin-react#3799 #3632: jsx-eslint/eslint-plugin-react#3632 #3812: jsx-eslint/eslint-plugin-react#3812 #3731: jsx-eslint/eslint-plugin-react#3731 #3694: jsx-eslint/eslint-plugin-react#3667 #3629: jsx-eslint/eslint-plugin-react#3629 #3817: jsx-eslint/eslint-plugin-react#3817 #3807: jsx-eslint/eslint-plugin-react#3807
7.35.2 - 2024.09.03
Fixed
- [
jsx-curly-brace-presence]: avoid autofixing attributes with double quotes to a double quoted attribute (#3814[]@ljharb)#3814: jsx-eslint/eslint-plugin-react#3814
[7.35.1] - 2024.09.02
Fixed
... (truncated)
Commits
59ef14cUpdate CHANGELOG and bump version99e15e1[Fix]jsx-no-literals: Avoid crashing on valueless boolean propsa09083b[Fix]no-is-mounted: fix logic in method name check1df23d2[actions] fix release scriptb918f02[meta] add missing rule linkf25251fUpdate CHANGELOG and bump versionceb73fe[New] addforward-ref-uses-refrule for checking ref parametered64b24[Fix]jsx-props-no-spreading: addexplicitSpreadoption to schemaf435df9[Tests]button-has-type: add test case with spread0a8092f[types] add jsdoc type annotations- Additional commits viewable in compare view
Updates typescript from 5.5.3 to 5.6.2
Release notes
Sourced from typescript's releases.
TypeScript 5.6
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.6.0 (Beta).
- fixed issues query for Typescript 5.6.1 (RC).
- fixed issues query for Typescript 5.6.2 (Stable).
Downloads are available on:
TypeScript 5.6 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.6 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.5.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
... (truncated)
Commits
a7e3374Bump version to 5.6.2 and LKG2063357🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...4fe7e41🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...1a03e53🤖 Pick PR #59761 (thiscan be nullish) into release-5.6 (#59762)6212132Update LKGbbb5faf🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...e6914a5Bump version to 5.6.1-rc and LKG34121c4Update LKG2a30c2aMerge remote-tracking branch 'origin/main' into release-5.6936a79bExpose TypeChecker. getAwaitedType to public (#59268)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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