Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/ni ^0.21.12 -> ^0.22.0 age adoption passing confidence
@ocavue/eslint-config ^1.7.0 -> ^1.11.2 age adoption passing confidence
@types/node (source) ^20.14.9 -> ^20.14.13 age adoption passing confidence
pnpm (source) 8.15.8 -> 8.15.9 age adoption passing confidence
prettier (source) ^3.3.2 -> ^3.3.3 age adoption passing confidence
prosemirror-model ^1.21.3 -> ^1.22.2 age adoption passing confidence
prosemirror-schema-basic ^1.2.2 -> ^1.2.3 age adoption passing confidence
prosemirror-schema-list ^1.4.0 -> ^1.4.1 age adoption passing confidence
prosemirror-view ^1.33.8 -> ^1.33.9 age adoption passing confidence
typescript (source) ^5.5.3 -> ^5.5.4 age adoption passing confidence
vite (source) ^5.3.2 -> ^5.3.5 age adoption passing confidence

Release Notes

antfu/ni (@​antfu/ni)

v0.22.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
ocavue/eslint-config (@​ocavue/eslint-config)

v1.11.2

Compare Source

Bug Fixes

v1.11.1

Compare Source

Bug Fixes

v1.11.0

Compare Source

Features
  • enable rules antfu/import-dedupe and import/no-duplicates (#​89) (8d1d8c4)

v1.10.2

Compare Source

Bug Fixes

v1.10.1

Compare Source

Bug Fixes

v1.10.0

Compare Source

Features
Bug Fixes
  • only enable import/no-extraneous-dependencies in CI (#​85) (5973bd3)

v1.9.0

Compare Source

Features

v1.8.0

Compare Source

Features
  • enable rule @​typescript-eslint/no-unnecessary-parameter-property-assignment (#​77) (f880ef8)
pnpm/pnpm (pnpm)

v8.15.9: pnpm 8.15.9

Compare Source

Patch Changes

  • Deduplicate bin names to prevent race condition and corrupted bin scripts #​7833.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

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
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(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:

@​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.

prosemirror/prosemirror-model (prosemirror-model)

v1.22.2

Compare Source

Bug fixes

Make attribute validation messages more informative.

v1.22.1

Compare Source

Bug fixes

Add code to DOMSerializer that rejects DOM output specs when they originate from attribute values, to protect against XSS attacks that use corrupt attribute input.

v1.22.0

Compare Source

New features

Attribute specs now support a validate property that can be used to provide a validation function for the attribute, to guard against corrupt JSON input.

prosemirror/prosemirror-schema-basic (prosemirror-schema-basic)

v1.2.3

Compare Source

Bug fixes

Add attribute type validation for headings, images, and link marks.

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

v1.4.1

Compare Source

Bug fixes

Add attribute type validation for ordered list nodes.

prosemirror/prosemirror-view (prosemirror-view)

v1.33.9

Compare Source

Bug fixes

Fix an issue where dragging an image on Chrome versions before 121 failed to put the image file in the clipboard data.

Enable cross-site scripting protection hack when rendering nodes and marks inside the editor.

Microsoft/TypeScript (typescript)

v5.5.4

Compare Source

vitejs/vite (vite)

v5.3.5

Compare Source

v5.3.4

Compare Source

v5.3.3

Compare Source


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 was generated by Mend Renovate. View the repository job log.

@ocavue ocavue merged commit 2898365 into master Aug 1, 2024
9 checks passed
@renovate renovate bot deleted the renovate/dependencies-non-major branch August 1, 2024 04:48
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant