Skip to content
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 (minor) #27

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codesandbox/sandpack-react 2.13.10 -> 2.18.1 age adoption passing confidence
@floating-ui/react-dom (source) 2.0.9 -> 2.1.1 age adoption passing confidence
@​innei/eslint-config-react-ts 0.13.3 -> 0.14.0 age adoption passing confidence
@​innei/prettier 0.13.3 -> 0.14.0 age adoption passing confidence
@radix-ui/react-dialog (source) 1.0.5 -> 1.1.1 age adoption passing confidence
@radix-ui/react-tabs (source) 1.0.4 -> 1.1.0 age adoption passing confidence
@shikijs/transformers (source) 1.5.2 -> 1.11.2 age adoption passing confidence
@types/node (source) ^20.12.14 -> ^20.14.12 age adoption passing confidence
daisyui (source) 4.11.1 -> 4.12.10 age adoption passing confidence
framer-motion 11.2.14 -> 11.3.17 age adoption passing confidence
jotai 2.8.4 -> 2.9.1 age adoption passing confidence
postcss-nested 6.0.1 -> 6.2.0 age adoption passing confidence
postcss-preset-env (source) 9.5.16 -> 9.6.0 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.3 age adoption passing confidence
rc-modal-sheet 0.2.4 -> 0.3.0 age adoption passing confidence
react-intersection-observer 9.10.3 -> 9.13.0 age adoption passing confidence
shiki (source) 1.5.2 -> 1.11.2 age adoption passing confidence
tailwind-merge 2.3.0 -> 2.4.0 age adoption passing confidence
typescript (source) 5.4.5 -> 5.5.4 age adoption passing confidence

Release Notes

codesandbox/sandpack (@​codesandbox/sandpack-react)

v2.18.1

Compare Source

Bug Fixes

v2.18.0

Compare Source

Features

2.17.1 (2024-07-11)

Bug Fixes

v2.17.1

Compare Source

Bug Fixes

v2.17.0

Compare Source

Features

2.16.1 (2024-07-08)

Bug Fixes
  • loading: update bundler to consume the correct loading message (#​1157) (7a70999)

v2.16.1

Compare Source

Bug Fixes
  • loading: update bundler to consume the correct loading message (#​1157) (7a70999)

v2.16.0

Compare Source

Features

v2.15.0

Compare Source

Features

2.14.5 (2024-07-03)

Bug Fixes

2.14.4 (2024-06-18)

Bug Fixes

2.14.3 (2024-06-18)

Bug Fixes

2.14.2 (2024-06-06)

Bug Fixes

2.14.1 (2024-06-05)

Bug Fixes

v2.14.5

Compare Source

Bug Fixes

v2.14.4

Compare Source

Bug Fixes

v2.14.3

Compare Source

Bug Fixes

v2.14.2

Compare Source

Bug Fixes

v2.14.1

Compare Source

Bug Fixes

v2.14.0

Compare Source

Bug Fixes
  • docs: Change Layout to Provider for accepting theme prop (#​1133) (e07adc0)
Features

2.13.10 (2024-04-26)

Bug Fixes
  • codemirror: make sure extensions & theme is applied when init (#​1126) (9b4816e)

2.13.9 (2024-04-26)

Bug Fixes
  • dynamically reconfigure codemirror instead of recreate on rerender (#​1125) (a41d1a0)

2.13.8 (2024-04-11)

Bug Fixes

2.13.7 (2024-03-26)

Bug Fixes

2.13.6 (2024-03-25)

Bug Fixes

2.13.5 (2024-02-28)

Bug Fixes
  • make sure to unregister all clients when "user-visible" option is out of viewport (#​1098) (230960c)

2.13.4 (2024-02-27)

Bug Fixes
  • update intersection callback ref every time prop change (#​1096) (4fb3d7c)

2.13.3 (2024-02-27)

Bug Fixes

2.13.2 (2024-02-24)

Bug Fixes

2.13.1 (2024-02-23)

Bug Fixes
floating-ui/floating-ui (@​floating-ui/react-dom)

v2.1.1

Compare Source

Patch Changes
  • refactor: improve types and internal codebase consistency. All documented types are now exported.

v2.1.0

Compare Source

Minor Changes
  • feat: support dependency array as a second argument of all middleware. This ensures stateful options can be kept reactive when making them derived (passing a function that returns the options):
const [value, setValue] = React.useState(0);

const offset1 = offset(value); // reactive
const offset2 = offset(() => value); // NOT reactive
const offset3 = offset(() => value, [value]); // reactive

This also includes size's apply function:

size(
  {
    apply() {
      value; // reactive
    },
  },
  [value],
);
radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.1

Compare Source

shikijs/shiki (@​shikijs/transformers)

v1.11.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.11.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.10.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.10.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.10.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.10.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Expose createCssVariablesTheme in shiki/core to avoid side-effects  -  by @​antfu (abe63)
    View changes on GitHub

v1.9.1

Compare Source

   🚀 Features
    View changes on GitHub

v1.9.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v1.8.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.6.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.6.4

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.3

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.2

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.6.0

Compare Source

   🚀 Features
    View changes on GitHub
saadeghi/daisyui (daisyui)

v4.12.10

Compare Source

Bug Fixes

v4.12.9

Compare Source

Bug Fixes

v4.12.8

Compare Source

Bug Fixes
  • decrease default scrollbar color contrast using color-mix (92d98ed)

v4.12.7

Compare Source

Bug Fixes

v4.12.6

Compare Source

v4.12.5

Compare Source

Bug Fixes

v4.12.4

Compare Source

Bug Fixes

v4.12.3

Compare Source

v4.12.2

Compare Source

framer/motion (framer-motion)

v11.3.17

Compare Source

Added
  • domMin feature bundle.

v11.3.16

Compare Source

Changed
  • Exporting UseScrollOptions type.

v11.3.15

Compare Source

Changed
  • Improved types for inView()'s margin property.

v11.3.14

Compare Source

Fixed
  • Wrapping usePresence's safeToRemove callback in useCallback leading to fewer re-renders.

v11.3.13

Compare Source

Fixed
  • Fixing position: fixed layout animations while scrolling.

v11.3.12

Compare Source

Fixed
  • Improving useSpring types so it accepts MotionValue<string> or MotionValue<number> but always returns MotionValue<number>.

v11.3.11

Compare Source

Fixed
  • Removing "react" import from DOM-only bundle.

v11.3.10

Compare Source

Fixed
  • Changing isBrowser check from document to window.

v11.3.9

Compare Source

Changed
  • Improve performance of window.MotionDebug check.

v11.3.8

Compare Source

Changed
  • Improve performance of layout animation calculated projection comparisons.

v11.3.7

Compare Source

Changed
  • Active render scheduling check to prevent unnecessary Set lookups.

v11.3.6

Compare Source

Changed
  • Minor performance improvements for layout animations.

v11.3.5

Compare Source

Fixed
  • Ensuring DOM bundle doesn't include react and react-dom as dependencies.

v11.3.4

Compare Source

Changed
  • Check for display: contents elements now against component props instead of Element.style.

v11.3.3

Compare Source

Changed
  • Frameloop now uses a single Set vs Set and Array, leading to smaller bundlesize and better performance under heavy load.

v11.3.2

Compare Source

Fixed
  • No longer adding background-color to will-change.

v11.3.1

Compare Source

Updated
  • Externally-provided MotionValues are no longer permanently added to will-change.

v11.3.0

Compare Source

Updated
  • Animations automatically optimised via will-change.
pmndrs/jotai (jotai)

v2.9.1

Compare Source

This patch version includes various fixes. Huge thanks to contributors!

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.9.0...v2.9.1

v2.9.0

Compare Source

This version introduces a new core implementation. All tests are passing but there can be some regressions due to missing tests. Please feel free to report such cases and let's improve test coverage.

The benefit with the new implementation:

  • Fix memory leak issue with vanilla store usage.
  • More readability of the core code.

What's Changed

Full Changelog: pmndrs/jotai@v2.8.4...v2.9.0

postcss/postcss-nested (postcss-nested)

v6.2.0

Compare Source

  • Added @starting-style to bubbling at-rules.
csstools/postcss-plugins (postcss-preset-env)

v9.6.0

Compare Source

July 7, 2024

prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@&#8203;(foo`tagged template`)
class X {}

// Prettier 3.3.2
@&#8203;foo`tagged template`
class X {}

// Prettier 3.3.3
@&#8203;(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@&#8203;let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, 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](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/Innei/book-ssg-template).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy40MzguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

@renovate renovate bot added the renovate label May 21, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from b5de535 to f00ab9d Compare June 2, 2024 21:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ef98762 to a7b90d8 Compare June 11, 2024 13:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f45539f to c7cfe8d Compare June 18, 2024 13:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from adcbe4f to b53ff86 Compare June 25, 2024 13:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from e6c9763 to 4abfd46 Compare July 11, 2024 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 5b4179b to d2c3a80 Compare July 20, 2024 00:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9ca1320 to 9d101a7 Compare July 25, 2024 21:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d101a7 to a6b034b Compare July 26, 2024 00:49
@Innei Innei merged commit 0ae240d into main Jul 26, 2024
1 check passed
@Innei Innei deleted the renovate/all-minor-patch branch July 26, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant