Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

chore(deps): update npm development dependencies #36

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify/json (source) 2.2.158 -> 2.2.206 age adoption passing confidence
@types/node (source) 20.10.4 -> 20.12.8 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.14.0 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.14.0 -> 6.21.0 age adoption passing confidence
@vitejs/plugin-vue (source) 4.5.2 -> 4.6.2 age adoption passing confidence
@vue/test-utils 2.4.3 -> 2.4.5 age adoption passing confidence
browserslist 4.22.2 -> 4.23.0 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
eslint-plugin-css 0.8.1 -> 0.9.2 age adoption passing confidence
eslint-plugin-jsdoc 46.9.1 -> 46.10.1 age adoption passing confidence
eslint-plugin-jsonc (source) 2.11.1 -> 2.15.1 age adoption passing confidence
eslint-plugin-no-secrets 0.8.9 -> 0.9.1 age adoption passing confidence
eslint-plugin-sonarjs 0.23.0 -> 0.25.1 age adoption passing confidence
eslint-plugin-vue (source) 9.19.2 -> 9.25.0 age adoption passing confidence
eslint-plugin-vue-scoped-css (source) 2.6.1 -> 2.8.0 age adoption passing confidence
knip (source) 3.8.2 -> 3.13.2 age adoption passing confidence
lightningcss 1.22.1 -> 1.24.1 age adoption passing confidence
rollup-plugin-visualizer 5.11.0 -> 5.12.0 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.5 age adoption passing confidence
typescript-eslint-parser-for-extra-files 0.5.0 -> 0.6.0 age adoption passing confidence
unocss 0.58.0 -> 0.59.4 age adoption passing confidence
unplugin-icons 0.18.1 -> 0.19.0 age adoption passing confidence
unplugin-vue-components 0.26.0 -> 0.27.0 age adoption passing confidence
unplugin-vue-router 0.7.0 -> 0.8.6 age adoption passing confidence
vitest (source) 1.0.4 -> 1.5.3 age adoption passing confidence
vue-eslint-parser 9.3.2 -> 9.4.2 age adoption passing confidence
vue-tsc (source) 1.8.25 -> 1.8.27 age adoption passing confidence

Release Notes

iconify/icon-sets (@​iconify/json)

v2.2.206

Compare Source

v2.2.205

Compare Source

v2.2.204

Compare Source

v2.2.203

Compare Source

v2.2.202

Compare Source

v2.2.201

Compare Source

v2.2.200

Compare Source

v2.2.199

Compare Source

v2.2.198

Compare Source

v2.2.197

Compare Source

v2.2.196

Compare Source

v2.2.195

Compare Source

v2.2.194

Compare Source

v2.2.193

Compare Source

v2.2.192

Compare Source

v2.2.191

Compare Source

v2.2.190

Compare Source

v2.2.189

Compare Source

v2.2.188

Compare Source

v2.2.187

Compare Source

v2.2.186

Compare Source

v2.2.185

Compare Source

v2.2.184

Compare Source

v2.2.183

Compare Source

v2.2.182

Compare Source

v2.2.181

Compare Source

v2.2.180

Compare Source

v2.2.179

Compare Source

v2.2.178

Compare Source

v2.2.177

Compare Source

v2.2.176

Compare Source

v2.2.175

Compare Source

v2.2.174

Compare Source

v2.2.173

Compare Source

v2.2.172

Compare Source

v2.2.171

Compare Source

v2.2.170

Compare Source

v2.2.169

Compare Source

v2.2.168

Compare Source

v2.2.167

Compare Source

v2.2.166

Compare Source

v2.2.165

Compare Source

v2.2.164

Compare Source

v2.2.163

Compare Source

v2.2.162

Compare Source

v2.2.161

Compare Source

v2.2.160

Compare Source

v2.2.159

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

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

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

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

v6.15.0

Compare Source

Features

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.18.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v6.17.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.16.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.15.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

vuejs/test-utils (@​vue/test-utils)

v2.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.4...v2.4.5

v2.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.3...v2.4.4

browserslist/browserslist (browserslist)

v4.23.0

Compare Source

v4.22.3

Compare Source

  • Fixed white spaces support in supports query (@​g-plane).
  • Fixed shared config like @company/package/browserslist-config (@​boucodes).
eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

ota-meshi/eslint-plugin-css (eslint-plugin-css)

v0.9.2

Compare Source

Patch Changes

v0.9.1

Compare Source

Patch Changes

v0.9.0

Compare Source

Minor Changes
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v46.10.1

Compare Source

Bug Fixes
  • revert change to engines for now (5e6280f)

v46.10.0

Compare Source

Features
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)

v2.15.1

Compare Source

Patch Changes

v2.15.0

Compare Source

Minor Changes

v2.14.1

Compare Source

Patch Changes

v2.14.0

Compare Source

Minor Changes

v2.13.0

Compare Source

Minor Changes

[v2.12.2](https://togithub.com/ota-meshi/eslint-plugin-jsonc/blob/HEAD/CHANGEL


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 changed the title chore(deps): update dependency @types/node to v20.10.5 chore(deps): update npm development dependencies Dec 18, 2023
@renovate renovate bot force-pushed the renovate/npm-dev branch 12 times, most recently from ab5923f to 5485a68 Compare December 22, 2023 07:47
@renovate renovate bot force-pushed the renovate/npm-dev branch 13 times, most recently from 4dc5d20 to b76377d Compare December 31, 2023 15:50
@renovate renovate bot force-pushed the renovate/npm-dev branch 3 times, most recently from a7be611 to 2889fde Compare January 2, 2024 11:19
@renovate renovate bot force-pushed the renovate/npm-dev branch 10 times, most recently from 5f8bac4 to ae242a7 Compare April 11, 2024 14:41
@renovate renovate bot force-pushed the renovate/npm-dev branch 9 times, most recently from 8a27497 to e033acd Compare April 18, 2024 18:13
@renovate renovate bot force-pushed the renovate/npm-dev branch 5 times, most recently from 95272ff to a609e7b Compare April 25, 2024 09:28
@renovate renovate bot force-pushed the renovate/npm-dev branch 4 times, most recently from e1fc359 to fc30dca Compare May 2, 2024 02:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

0 participants