janstuemmel / aws-role-switch

Browser plugin to quickly switch between aws roles
https://janstuemmel.de/aws-role-switch
MIT License
26 stars 2 forks source link

chore(devDependency): Update dependency @ladle/react from v2.17.2 to v4 #304

Open renovate[bot] opened 9 months ago

renovate[bot] commented 9 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ladle/react ^2.4.5 -> ^4.0.0 age adoption passing confidence

Release Notes

tajo/ladle (@​ladle/react) ### [`v4.1.1`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%404.1.1) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@4.1.0...@ladle/react@4.1.1) ##### Patch Changes - [#​568](https://togithub.com/tajo/ladle/pull/568) [`b6d0f10`](https://togithub.com/tajo/ladle/commit/b6d0f10ab2678b2fdc1d3d46346f0700613c0e61) Thanks [@​hiddenist](https://togithub.com/hiddenist)! - Exports meta.json types from library - [#​571](https://togithub.com/tajo/ladle/pull/571) [`c98d1af`](https://togithub.com/tajo/ladle/commit/c98d1afbe0f881d4e7db2e4d076522fe9cf5ed1b) Thanks [@​wojtekmaj](https://togithub.com/wojtekmaj)! - Automatically disable http2 when Vite proxy is used ### [`v4.1.0`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%404.1.0) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@4.0.3...@ladle/react@4.1.0) ##### Minor Changes - [#​562](https://togithub.com/tajo/ladle/pull/562) [`8165a95`](https://togithub.com/tajo/ladle/commit/8165a95bb21ddbbed0ee2849c2f69d7e02b3b522) Thanks [@​tajo](https://togithub.com/tajo)! - Add option to disable http2 when using https. We observed that some bigger Ladle instances throw ERR_HTTP2\_PROTOCOL_ERROR errors after upgrading from Node18 to Node20. This setting can be used as a workaround. - [#​558](https://togithub.com/tajo/ladle/pull/558) [`55de74a`](https://togithub.com/tajo/ladle/commit/55de74a1c2dcedd7f50b088954afe0b83c69a4d6) Thanks [@​park-g](https://togithub.com/park-g)! - Add option to set HMR host and port via the ladle config and update the docs with these options. ##### Patch Changes - [#​556](https://togithub.com/tajo/ladle/pull/556) [`755fd68`](https://togithub.com/tajo/ladle/commit/755fd68e603a7896b663a64e9bef003cbebab5a8) Thanks [@​i-am-the-slime](https://togithub.com/i-am-the-slime)! - Allow export of stories in export blocks ### [`v4.0.3`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%404.0.3) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@4.0.2...@ladle/react@4.0.3) ##### Patch Changes - [#​551](https://togithub.com/tajo/ladle/pull/551) [`faf818d`](https://togithub.com/tajo/ladle/commit/faf818d29397f85d4c1610eee501fca3462f1cbd) Thanks [@​tajo](https://togithub.com/tajo)! - Update all dependencies ### [`v4.0.2`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%404.0.2) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@4.0.1...@ladle/react@4.0.2) ##### Patch Changes - [#​539](https://togithub.com/tajo/ladle/pull/539) [`2212d01`](https://togithub.com/tajo/ladle/commit/2212d017bde2b816b82a9aa4d2d8d5f10a5b5a36) Thanks [@​tajo](https://togithub.com/tajo)! - Fix mockServiceWorker base url, reexport browser/node APIs ### [`v4.0.1`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%404.0.1) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@4.0.0...@ladle/react@4.0.1) ##### Patch Changes - [#​537](https://togithub.com/tajo/ladle/pull/537) [`213cbc8`](https://togithub.com/tajo/ladle/commit/213cbc8d24547850ce543d2a7b7962e841bcccda) Thanks [@​nulladdict](https://togithub.com/nulladdict)! - Scope [@​reach/dialog](https://togithub.com/reach/dialog) styles in ladle.css to prevent leaking on user stories ### [`v4.0.0`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%404.0.0) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@3.3.1...@ladle/react@4.0.0) ##### Major Changes - [#​533](https://togithub.com/tajo/ladle/pull/533) [`5b9f4ef`](https://togithub.com/tajo/ladle/commit/5b9f4ef2aff66d77ebdf638d1bff1cbf7b5d54a6) Thanks [@​tajo](https://togithub.com/tajo)! - Upgrade to Vite5, MSW2, MDX3 and all other deps as well. **BREAKING changes** - The biggest breaking change is upgrading [MSW](https://mswjs.io/) to v2. Ladle ships its [own copy of msw](https://ladle.dev/docs/msw/). You will need to update your existing MSW handlers. There are [codemods and migration gudie](https://mswjs.io/docs/migrations/1.x-to-2.x) that should ease the transition. If you don't use this addon, you can ignore this. - Ladle v3 has already dropped support for older Node versions. However, there are more Ladle v4 dependencies following the suit (including Vite) to support only Node v18+. So now it's really time to upgrade your Node. - Vite v5 should not really break anything for you unless you were using some more exotic rollup plugins. Check Vite 4 to Vite 5 [migration guide](https://vitejs.dev/guide/migration) if you run into any issues. ### [`v3.3.1`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%403.3.1) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@3.3.0...@ladle/react@3.3.1) ##### Patch Changes - [#​528](https://togithub.com/tajo/ladle/pull/528) [`c9be1d7`](https://togithub.com/tajo/ladle/commit/c9be1d79c7ccc5324014b9c39bf3c98325e3f9e0) Thanks [@​LeelandClenista](https://togithub.com/LeelandClenista)! - Export programmatic meta API ### [`v3.3.0`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%403.3.0) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@3.2.2...@ladle/react@3.3.0) ##### Minor Changes - [#​529](https://togithub.com/tajo/ladle/pull/529) [`3ce9390`](https://togithub.com/tajo/ladle/commit/3ce939026542a0690c3c827ae2fafec105e70eb0) Thanks [@​chasestarr](https://togithub.com/chasestarr)! - disable hmr when --noWatch flag is passed to serve command ### [`v3.2.2`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%403.2.2) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@3.2.1...@ladle/react@3.2.2) ##### Patch Changes - [#​523](https://togithub.com/tajo/ladle/pull/523) [`6138c7f`](https://togithub.com/tajo/ladle/commit/6138c7fb9bdaae8a924879f21d76cf3ee9ad8f01) Thanks [@​chasestarr](https://togithub.com/chasestarr)! - Add --noWatch option to serve command ### [`v3.2.1`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%403.2.1) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@3.2.0...@ladle/react@3.2.1) ##### Patch Changes - [`4676d63`](https://togithub.com/tajo/ladle/commit/4676d63e699eb5280f19c1ee067a5ff29032c89e) Thanks [@​tajo](https://togithub.com/tajo)! - Remove console.log ### [`v3.2.0`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%403.2.0) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@3.1.0...@ladle/react@3.2.0) ##### Minor Changes - [#​517](https://togithub.com/tajo/ladle/pull/517) [`9727dc8`](https://togithub.com/tajo/ladle/commit/9727dc88c11c7b3f05129e665a5e9d9bc286c525) Thanks [@​tajo](https://togithub.com/tajo)! - Make the side navigation resizeable and remember it https://github.com/tajo/ladle/assets/1387913/97b56b95-0945-47ed-ab71-14ef09d93ccb ### [`v3.1.0`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%403.1.0) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@3.0.0...@ladle/react@3.1.0) ##### Minor Changes - [#​505](https://togithub.com/tajo/ladle/pull/505) [`740378d`](https://togithub.com/tajo/ladle/commit/740378de5cad96f080eb2803794a7f65472634ce) Thanks [@​tajo](https://togithub.com/tajo)! - Add out-of-the-box support for msw and API mocking ##### Patch Changes - [#​503](https://togithub.com/tajo/ladle/pull/503) [`36d3b8d`](https://togithub.com/tajo/ladle/commit/36d3b8d33da163327d5fcd5932db438e24d03003) Thanks [@​fskuteken](https://togithub.com/fskuteken)! - Switch rotated chevron icon - [#​513](https://togithub.com/tajo/ladle/pull/513) [`67bb6ec`](https://togithub.com/tajo/ladle/commit/67bb6eca4941d5a0d89dba09af45d8f39001beb9) Thanks [@​tajo](https://togithub.com/tajo)! - Add .mdx into the default story glob ### [`v3.0.0`](https://togithub.com/tajo/ladle/releases/tag/%40ladle/react%403.0.0) [Compare Source](https://togithub.com/tajo/ladle/compare/@ladle/react@2.17.2...@ladle/react@3.0.0) ##### Major Changes - [#​481](https://togithub.com/tajo/ladle/pull/481) [`8050652`](https://togithub.com/tajo/ladle/commit/8050652d2b8a1d95d73fa99653556c6593947ee9) Thanks [@​tajo](https://togithub.com/tajo)! - Switch Ladle to SWC compiler by using react-plugin-swc as the default. The babel based one (react-plugin) can still be used by adding setting it up through vite.config.js. - [#​479](https://togithub.com/tajo/ladle/pull/479) [`657329a`](https://togithub.com/tajo/ladle/commit/657329a6118b856b35e545422c6ec294c133567d) Thanks [@​tajo](https://togithub.com/tajo)! - Convert StoryDefault type into interface, add hotkeys into Meta type, relax type of Meta.width - [#​485](https://togithub.com/tajo/ladle/pull/485) [`fcf448f`](https://togithub.com/tajo/ladle/commit/fcf448f7e7688bdc13393316f726e054d2a2b203) Thanks [@​tajo](https://togithub.com/tajo)! - Update to Node v20 - Only React v18+ is supported. ##### Patch Changes - [#​495](https://togithub.com/tajo/ladle/pull/495) [`7cc65f8`](https://togithub.com/tajo/ladle/commit/7cc65f86ef289aba846089569c1bdc1d3355788f) Thanks [@​tajo](https://togithub.com/tajo)! - Don't use CSS transform for sidebar chevrons so it doesn't create layering (stacking context) issues - [#​442](https://togithub.com/tajo/ladle/pull/442) [`da95b96`](https://togithub.com/tajo/ladle/commit/da95b962b74066153b8e1950584d159bdbb33b2c) Thanks [@​hiddenist](https://togithub.com/hiddenist)! - Changes Meta from a type to an interface so it can be extended by declaring a module - [#​441](https://togithub.com/tajo/ladle/pull/441) [`1b048c4`](https://togithub.com/tajo/ladle/commit/1b048c4c46cc5a1872db286eac5066189bb3fd35) Thanks [@​calloc134](https://togithub.com/calloc134)! - Fixed the type of the "ArgType" object so that options are properly loaded into the type - [#​482](https://togithub.com/tajo/ladle/pull/482) [`cf1a4a9`](https://togithub.com/tajo/ladle/commit/cf1a4a931e3d71c1c37cb88c450eaed20e237045) Thanks [@​tajo](https://togithub.com/tajo)! - Inline react-frame-component - [#​486](https://togithub.com/tajo/ladle/pull/486) [`0c3c5ff`](https://togithub.com/tajo/ladle/commit/0c3c5ffdc7bbfeea0601c856f976697d4fc2aa35) Thanks [@​tajo](https://togithub.com/tajo)! - Add meta.mockDate feature so stories can mock/fix Date() values, great for testing and snapshots - [#​483](https://togithub.com/tajo/ladle/pull/483) [`b1983a4`](https://togithub.com/tajo/ladle/commit/b1983a415afef80acd4d546173d1caee0f454465) Thanks [@​tajo](https://togithub.com/tajo)! - Add better styling for both markdown and MDX elements everywhere. - [#​478](https://togithub.com/tajo/ladle/pull/478) [`7650d11`](https://togithub.com/tajo/ladle/commit/7650d11952fe73a2d39ac2f86f89495695bee102) Thanks [@​tajo](https://togithub.com/tajo)! - Preserve number type for controls (includes select, radio...). Previously, we incorrectly turned these values into strings on change. - [#​484](https://togithub.com/tajo/ladle/pull/484) [`35eaece`](https://togithub.com/tajo/ladle/commit/35eaece59769a4aa2b8eb3186319ac10b8e17df0) Thanks [@​tajo](https://togithub.com/tajo)! - Set tab-size to 2 for the source code addon - [#​480](https://togithub.com/tajo/ladle/pull/480) [`e22508e`](https://togithub.com/tajo/ladle/commit/e22508ea74379c440038f2d6f1a45d5a70cc11d6) Thanks [@​tajo](https://togithub.com/tajo)! - Bump vite-react-plugin to v4

Configuration

📅 Schedule: Branch creation - "on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 9 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: aws-role-switch@0.10.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"^17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@">=18.0.0" from @ladle/react@4.0.3
npm ERR! node_modules/@ladle/react
npm ERR!   dev @ladle/react@"^4.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-03-25T04_48_25_449Z-debug-0.log
renovate[bot] commented 2 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: aws-role-switch@0.10.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"^17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@">=18.0.0" from @ladle/react@4.1.0
npm ERR! node_modules/@ladle/react
npm ERR!   dev @ladle/react@"^4.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-08-12T04_43_47_013Z-debug-0.log