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 all non-major dependencies #231

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@shikijs/monaco (source) ^1.1.7 -> ^1.3.0 age adoption passing confidence
@types/node (source) ^20.11.25 -> ^20.12.7 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.1.1 -> ^7.7.1 age adoption passing confidence
eslint (source) ^9.0.0 -> ^9.1.1 age adoption passing confidence
eslint-plugin-vue (source) ^9.22.0 -> ^9.25.0 age adoption passing confidence
monaco-editor-core ^0.46.0 -> ^0.48.0 age adoption passing confidence
pnpm (source) 9.0.5 -> 9.0.6 age adoption passing confidence
shiki (source) ^1.1.7 -> ^1.3.0 age adoption passing confidence
simple-git-hooks ^2.10.0 -> ^2.11.1 age adoption passing confidence
typescript (source) ^5.4.2 -> ^5.4.5 age adoption passing confidence
vite (source) ^5.1.5 -> ^5.2.10 age adoption passing confidence
vite-plugin-dts ^3.7.3 -> ^3.9.0 age adoption passing confidence
vue (source) ^3.4.21 -> ^3.4.25 age adoption passing confidence
vue-tsc (source) ^2.0.6 -> ^2.0.14 age adoption passing confidence

Release Notes

shikijs/shiki (@​shikijs/monaco)

v1.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.2.4

Compare Source

No significant changes

    View changes on GitHub

v1.2.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.2.0

Compare Source

   🚀 Features
   🏎 Performance
    View changes on GitHub
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

You can read about our versioning strategy and releases on our website.

v7.5.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.4.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.3.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

v7.3.0

Compare Source

🚀 Features
  • eslint-plugin: [restrict-template-expressions] add allowArray option

  • eslint-plugin: add meta.docs.recommended setting for strict config options

  • eslint-plugin: add rule use-unknown-in-catch-callback-variables

  • eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection

🩹 Fixes
  • correct engines.node constraints in package.json

  • eslint-plugin: [unbound-method] check method definition in object literal using longhand form

  • eslint-plugin: [consistent-type-imports] handle imports without specifiers

  • eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant

  • eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum

  • eslint-plugin: [no-unused-expressions] false negatives when using assertions

  • eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments

  • eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option

  • eslint-plugin: [class-literal-property-style] ignore property assigned in constructor

  • eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations

❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes
  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

You can read about our versioning strategy and releases on our website.

eslint/eslint (eslint)

v9.1.1

Compare Source

v9.1.0

Compare Source

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.25.0

Compare Source

v9.24.1

Compare Source

v9.24.0

Compare Source

v9.23.0

Compare Source

pnpm/pnpm (pnpm)

v9.0.6

Compare Source

toplenboren/simple-git-hooks (simple-git-hooks)

v2.11.1

Compare Source

Package.json was updated with correct linkage to the repository

Full Changelog: toplenboren/simple-git-hooks@2.11.0...2.11.1

v2.11.0

Compare Source

Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitejs/vite (vite)

v5.2.10

Compare Source

v5.2.9

Compare Source

v5.2.8

Compare Source

v5.2.7

Compare Source

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4

v5.2.3

v5.2.2

v5.2.1

v5.2.0

v5.1.7

Compare Source

Please refer to CHANGELOG.md for details.

v5.1.6

Compare Source

qmhc/vite-plugin-dts (vite-plugin-dts)

v3.9.0

Compare Source

Features

3.8.3 (2024-04-15)

Bug Fixes

3.8.2 (2024-04-12)

Bug Fixes
  • correctly process aliases which are inside generic types (0d204d9), closes #​317
  • ignore walk for module declaration node (1d65015), closes #​318

3.8.1 (2024-03-28)

Bug Fixes

v3.8.3

Compare Source

Bug Fixes

v3.8.2

Compare Source

Bug Fixes
  • correctly process aliases which are inside generic types (0d204d9), closes #​317
  • ignore walk for module declaration node (1d65015), closes #​318

v3.8.1

Compare Source

Bug Fixes

v3.8.0

Compare Source

Bug Fixes
Features
  • collect declared modules when rollup types (39606bd), closes #​240

3.7.3 (2024-02-21)

Bug Fixes
  • incorrect process for removing pure import (d0c0c86), closes #​301

3.7.2 (2024-01-24)

Bug Fixes
  • correct match result for alias form tsconfig (88469d0), closes #​298

3.7.1 (2024-01-15)

Bug Fixes
vuejs/core (vue)

v3.4.25

Compare Source

Bug Fixes

v3.4.24

Compare Source

Bug Fixes

v3.4.23

Compare Source

Bug Fixes
  • runtime-core: fix regression for $attrs tracking in slots (6930e60), closes #​10710
  • runtime-core: use same internal object mechanism for slots (6df53d8), closes #​10709

v3.4.22

Compare Source

Bug Fixes

Configuration

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

Copy link

vercel bot commented Mar 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
repl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 24, 2024 6:13pm

@renovate renovate bot changed the title chore(deps): update dependency monaco-editor-core to ^0.47.0 chore(deps): update all non-major dependencies Mar 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dcc48cb to 3e1aefb Compare March 11, 2024 15:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e1aefb to b7730cc Compare March 11, 2024 18:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b7730cc to 5133771 Compare March 12, 2024 02:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5133771 to dfe6b49 Compare March 13, 2024 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dfe6b49 to 90fd0e6 Compare March 15, 2024 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 90fd0e6 to 50217d8 Compare March 15, 2024 17:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 50217d8 to f6ebaac Compare March 16, 2024 12:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6ebaac to 127d148 Compare March 17, 2024 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 127d148 to 94d1360 Compare March 18, 2024 18:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94d1360 to 9aa1c38 Compare March 18, 2024 22:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9aa1c38 to 4477f81 Compare March 19, 2024 00:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4477f81 to 86447da Compare March 19, 2024 13:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 86447da to 0289adf Compare March 20, 2024 09:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a396478 to 8af3949 Compare April 15, 2024 16:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8af3949 to 0c9d6b2 Compare April 15, 2024 20:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c9d6b2 to ec65bd9 Compare April 16, 2024 08:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec65bd9 to bac30eb Compare April 16, 2024 15:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bac30eb to 6de05cd Compare April 19, 2024 22:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6de05cd to e881f5d Compare April 20, 2024 13:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e881f5d to 31e9f7f Compare April 22, 2024 04:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 31e9f7f to 95d1dda Compare April 22, 2024 11:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 95d1dda to 25eb123 Compare April 22, 2024 17:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 25eb123 to c15a18f Compare April 22, 2024 18:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c15a18f to 04cf698 Compare April 22, 2024 23:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 04cf698 to db09463 Compare April 23, 2024 06:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from db09463 to 54349e8 Compare April 24, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants