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

chore(deps): update dependencies (non-major) #41

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ocavue/eslint-config ^1.5.0 -> ^1.7.0 age adoption passing confidence
@types/node (source) ^20.13.0 -> ^20.14.9 age adoption passing confidence
prettier (source) ^3.3.0 -> ^3.3.2 age adoption passing confidence
prosemirror-model ^1.21.0 -> ^1.21.3 age adoption passing confidence
prosemirror-schema-list ^1.3.0 -> ^1.4.0 age adoption passing confidence
prosemirror-view ^1.33.7 -> ^1.33.8 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.5.3 age adoption passing confidence
vite (source) ^5.2.12 -> ^5.3.2 age adoption passing confidence

Release Notes

ocavue/eslint-config (@​ocavue/eslint-config)

v1.7.0

Compare Source

Features
  • add name to configs (a45eeaa)
  • disable some typescript rules for test files (e3b6acb)
  • drop eslint-define-config (24eb6dc)
  • support typescript 5.5 (19e07c5)

v1.6.0

Compare Source

Features
  • update dependency eslint-plugin-markdown to v5 (#​70) (0cf5a5d)
  • update dependency eslint-plugin-unicorn to v53 (#​71) (583c393)

v1.5.1

Compare Source

Bug Fixes
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" };
prosemirror/prosemirror-model (prosemirror-model)

v1.21.3

Compare Source

Bug fixes

Fix an issue where parse rules for CSS properties that were shorthands for a number of more detailed properties weren't matching properly.

v1.21.2

Compare Source

Bug fixes

Make sure resolved positions (and thus the document and schema hanging off them) don't get kept in the cache when their document can be garbage-collected.

v1.21.1

Compare Source

Bug fixes

Improve performance and accuracy of DOMParser style matching by using the DOM's own style object.

prosemirror/prosemirror-schema-list (prosemirror-schema-list)

v1.4.0

Compare Source

New features

The new splitListItemKeepMarks command can be used like splitListItem but will keep the active marks from the original item.

prosemirror/prosemirror-view (prosemirror-view)

v1.33.8

Compare Source

Bug fixes

When composition happens with the cursor between two text nodes, use the last mutated one to guess which one is being changed.

Microsoft/TypeScript (typescript)

v5.5.3

Compare Source

v5.5.2

Compare Source

vitejs/vite (vite)

v5.3.2

Compare Source

v5.3.1

v5.3.0

v5.2.13

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (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 force-pushed the renovate/dependencies-non-major branch from 2f62467 to a8d3736 Compare July 2, 2024 19:25
@ocavue ocavue merged commit 1330247 into master Jul 3, 2024
9 checks passed
@renovate renovate bot deleted the renovate/dependencies-non-major branch July 3, 2024 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant