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

Merged
merged 1 commit into from May 23, 2024
Merged

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
@babel/types (source) ^7.24.0 -> ^7.24.5 age adoption passing confidence
@shikijs/monaco (source) ^1.1.7 -> ^1.6.0 age adoption passing confidence
@types/node (source) ^20.11.25 -> ^20.12.12 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.1.1 -> ^7.10.0 age adoption passing confidence
bumpp ^9.4.0 -> ^9.4.1 age adoption passing confidence
eslint (source) ^9.0.0 -> ^9.3.0 age adoption passing confidence
eslint-plugin-vue (source) ^9.22.0 -> ^9.26.0 age adoption passing confidence
lint-staged ^15.2.2 -> ^15.2.4 age adoption passing confidence
monaco-editor-core ^0.46.0 -> ^0.48.0 age adoption passing confidence
pnpm (source) 9.0.5 -> 9.1.2 age adoption passing confidence
shiki (source) ^1.1.7 -> ^1.6.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.11 age adoption passing confidence
vite-plugin-dts ^3.7.3 -> ^3.9.1 age adoption passing confidence
vue (source) ^3.4.21 -> ^3.4.27 age adoption passing confidence
vue-tsc (source) ^2.0.6 -> ^2.0.19 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.24.5

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env
🏃‍♀️ Performance
  • babel-helpers, babel-preset-env, babel-runtime-corejs3
shikijs/shiki (@​shikijs/monaco)

v1.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.5.2

Compare Source

   🚀 Features
    View changes on GitHub

v1.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

v7.8.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

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.

antfu/bumpp (bumpp)

v9.4.1

Compare Source

eslint/eslint (eslint)

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

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

v9.26.0

Compare Source

v9.25.0

Compare Source

v9.24.1

Compare Source

v9.24.0

Compare Source

v9.23.0

Compare Source

okonet/lint-staged (lint-staged)

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
pnpm/pnpm (pnpm)

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

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.11

Compare Source

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

Plea


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 ❌ Failed (Inspect) May 22, 2024 1:44am

@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 8f97dff to 2c825d8 Compare May 9, 2024 06:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2c825d8 to 0c3eb12 Compare May 9, 2024 11:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c3eb12 to 461122c Compare May 10, 2024 10:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 461122c to d84385c Compare May 12, 2024 23:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d84385c to 790b857 Compare May 13, 2024 18:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 790b857 to 2bab385 Compare May 14, 2024 11:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2bab385 to 2f9a5b3 Compare May 14, 2024 12:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f9a5b3 to cd17d54 Compare May 15, 2024 18:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd17d54 to 73f55c7 Compare May 16, 2024 07:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73f55c7 to 97877f5 Compare May 17, 2024 21:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 97877f5 to f344efa Compare May 19, 2024 00:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f344efa to 65fff5a Compare May 21, 2024 00:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 65fff5a to a2f6e42 Compare May 22, 2024 01:44
@sxzz sxzz merged commit 98a3a42 into main May 23, 2024
1 of 2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 23, 2024 04:59
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

1 participant