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 weekly patch updates #602

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@svgdotjs/svg.js (source) 3.2.0 -> 3.2.4 age adoption passing confidence
@types/lodash (source) 4.17.4 -> 4.17.6 age adoption passing confidence
@types/node (source) 18.19.33 -> 18.19.39 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.0 -> 4.3.1 age adoption passing confidence
eslint-plugin-react 7.34.2 -> 7.34.3 age adoption passing confidence
prettier (source) 3.3.0 -> 3.3.2 age adoption passing confidence
react-intersection-observer 9.10.2 -> 9.10.3 age adoption passing confidence
sass 1.77.4 -> 1.77.7 age adoption passing confidence
zustand 4.5.2 -> 4.5.4 age adoption passing confidence

Release Notes

svgdotjs/svg.js (@​svgdotjs/svg.js)

v3.2.4

Compare Source

Fixed

v3.2.3

Compare Source

Fixed
  • fixed import map for father (#​1317)

v3.2.2

Compare Source

Fixed
  • fixed import map

v3.2.1

Compare Source

Fixed
  • skip descriptive elements on rebuild and toParent() (#​1304)
  • allow 0 as animation duration and delay (#​1225)
  • allow nodes that are not imported yet (#​1252)
  • only apply color conversion to attributes that can take a color (#​1241)
  • support css vars (#​1230)
  • fix import of leading, dont write data to dom if not neccessary
  • discontinue use of svgjs:data in favor of data-svg
  • allow + as delemiter in paths (#​1165)
  • added amove() methods to runner (#​1131)
  • fix css(), dont throw when screenCtm fails (#​968)
  • several type fixes
Added
  • add terminate method to timeline so memory can be freed (#​1295)
  • add more events to sugar (#​1217)
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.1

Compare Source

Fix support for React Compiler with React 18

The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom runtimeModule: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43

When using a custom runtimeModule, the plugin will not try to pre-optimize react/compiler-runtime dependency.

Reminder: Vite expect code outside of node_modules to be ESM, so you will need to update the gist with import React from 'react'.

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.3

Compare Source

Fixed
  • [prop-types]: null-check rootNode before calling getScope (#​3762 @​crnhrv)
  • [boolean-prop-naming]: avoid a crash with a spread prop (#​3733 @​ljharb)
  • [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#​3757 @​6uliver)
  • [no-object-type-as-default-prop]: enable rule for components with many parameters (#​3768 @​JulienR1)
  • [jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#​3769 @​akulsr0)
prettier/prettier (prettier)

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
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };
thebuilder/react-intersection-observer (react-intersection-observer)

v9.10.3

Compare Source

Bug Fixes
  • test-utils - execute mockClear method only when it exists (712ae37)
sass/dart-sass (sass)

v1.77.7

Compare Source

  • Declarations that appear after nested rules are deprecated, because the
    semantics Sass has historically used are different from the semantics
    specified by CSS. In the future, Sass will adopt the standard CSS semantics.

    See the Sass website for details.

  • Potentially breaking bug fix: // in certain places such as unknown
    at-rule values was being preserved in the CSS output, leading to potentially
    invalid CSS. It's now properly parsed as a silent comment and omitted from the
    CSS output.

v1.77.6

Compare Source

  • Fix a few cases where comments and occasionally even whitespace wasn't allowed
    between the end of Sass statements and the following semicolon.

v1.77.5

Compare Source

  • Fully trim redundant selectors generated by @extend.
pmndrs/zustand (zustand)

v4.5.4

Compare Source

There was an issue in v4.5.3 with some bundlers.

What's Changed

Full Changelog: pmndrs/zustand@v4.5.3...v4.5.4

v4.5.3

Compare Source


Configuration

📅 Schedule: Branch creation - "before 5am 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 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file deps: ci-actions deps: patches labels Mar 4, 2024
@renovate renovate bot force-pushed the renovate/weekly-patch-updates branch 4 times, most recently from c62090c to 14dcd3d Compare March 6, 2024 23:26
@renovate renovate bot force-pushed the renovate/weekly-patch-updates branch 7 times, most recently from 3fe21d2 to f217f9f Compare March 17, 2024 17:52
@renovate renovate bot changed the title fix(deps): update weekly patch updates chore(deps): update nginx docker tag to v1.25.4 Mar 17, 2024
@renovate renovate bot force-pushed the renovate/weekly-patch-updates branch from f217f9f to 213a073 Compare March 17, 2024 19:18
@renovate renovate bot changed the title chore(deps): update nginx docker tag to v1.25.4 chore(deps): update weekly patch updates Mar 18, 2024
@renovate renovate bot force-pushed the renovate/weekly-patch-updates branch 3 times, most recently from 511d91a to 3b8b698 Compare March 19, 2024 11:47
@renovate renovate bot changed the title chore(deps): update weekly patch updates fix(deps): update weekly patch updates Mar 19, 2024
@renovate renovate bot force-pushed the renovate/weekly-patch-updates branch 6 times, most recently from 5c3bebd to f63086c Compare March 24, 2024 17:41
@renovate renovate bot changed the title fix(deps): update weekly patch updates chore(deps): update nginx docker tag to v1.25.4 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/weekly-patch-updates branch from f63086c to a1bc088 Compare March 25, 2024 12:07
@renovate renovate bot changed the title chore(deps): update nginx docker tag to v1.25.4 chore(deps): update weekly patch updates Mar 25, 2024
@renovate renovate bot force-pushed the renovate/weekly-patch-updates branch from 746c2a4 to 900721f Compare June 5, 2024 11:01
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v18.19.34 chore(deps): update weekly patch updates Jun 5, 2024
@renovate renovate bot force-pushed the renovate/weekly-patch-updates branch 8 times, most recently from d07090b to a969640 Compare June 12, 2024 15:45
@renovate renovate bot changed the title chore(deps): update weekly patch updates fix(deps): update weekly patch updates Jun 12, 2024
@renovate renovate bot force-pushed the renovate/weekly-patch-updates branch 9 times, most recently from e8fafc4 to 9f5e7bb Compare June 24, 2024 05:39
@renovate renovate bot force-pushed the renovate/weekly-patch-updates branch 5 times, most recently from a932ee1 to 708bf47 Compare June 28, 2024 15:55
@renovate renovate bot force-pushed the renovate/weekly-patch-updates branch 2 times, most recently from 241e4e1 to 9778712 Compare July 5, 2024 16:24
@renovate renovate bot force-pushed the renovate/weekly-patch-updates branch from 9778712 to 46e1a47 Compare July 10, 2024 03:59
@Dammshine Dammshine closed this Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file deps: ci-actions deps: patches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant