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 dependencies #20

Merged
merged 1 commit into from Feb 27, 2023
Merged

chore(deps): update all dependencies #20

merged 1 commit into from Feb 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 18.11.18 -> 18.14.1 age adoption passing confidence
@vue/devtools 6.4.5 -> 6.5.0 age adoption passing confidence
eslint (source) 8.31.0 -> 8.34.0 age adoption passing confidence
eslint-plugin-security 1.5.0 -> 1.7.1 age adoption passing confidence
eslint-plugin-vue (source) 9.8.0 -> 9.9.0 age adoption passing confidence
postcss-nesting (source) 10.2.0 -> 11.2.1 age adoption passing confidence
unplugin-auto-import 0.12.1 -> 0.15.0 age adoption passing confidence
vite (source) 4.0.4 -> 4.1.4 age adoption passing confidence
vitest 0.26.3 -> 0.28.5 age adoption passing confidence
vue-tsc 1.0.22 -> 1.1.7 age adoption passing confidence

Release Notes

vuejs/vue-devtools

v6.5.0

Compare Source

Bug Fixes
Features
  • apps: dim vue version (049abd8)
  • dim expand arrows color (808861c)
  • plugin: add source icon in custom inspector (3e0a9bf)
  • reduced toolbars height to the header height (3fa04ed)
  • remove plugin icon from header tabs (d5b4d60)
  • remove vue logo from header to save space (43eb6b0)
  • update Nuxt logo (#​2014) (a75f415)
  • vue3: inspect event listeners on components (01e7c21)

image
image

Performance Improvements
  • hook: cleanupBuffer performance + auto-cleanup of old events (60aeed2), closes #​1875
eslint/eslint

v8.34.0

Compare Source

Features
  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#​16845) (SUZUKI Sosuke)
Bug Fixes
  • 923f61d fix: false positive with assignment in no-extra-parens (#​16872) (Francesco Trotta)
Documentation
Chores

v8.33.0

Compare Source

Features

  • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#​16785) (Nitin Kumar)

Documentation

  • 17f4be2 docs: Fix examples in no-multiple-empty-lines rule (#​16835) (jonz94)
  • 9c7cfe3 docs: 'Source Code' content in 'Set up Development Environment' page (#​16780) (Ben Perlmutter)
  • ede5c64 docs: Custom processors page (#​16802) (Ben Perlmutter)
  • 2620614 docs: Code of Conduct page (#​16781) (Ben Perlmutter)
  • 50a8efd docs: report a sec vulnerability page (#​16808) (Ben Perlmutter)
  • ed60afd docs: Update page titles, section landing pages, and side TOC (#​16760) (Ben Perlmutter)
  • 333c712 docs: add background to code-path-diagrams for dark-mode (#​16822) (Tanuj Kanti)
  • f5f7b9b docs: Update README (GitHub Actions Bot)
  • 2aa4f5f docs: no-constant-condition: Add multi-comparison example (#​16776) (Sebastian Simon)
  • 40287db docs: Remove Google Group icon (#​16779) (Nicholas C. Zakas)
  • ea10ca5 docs: 'a .eslint' -> 'an .eslint' for consistency (#​16809) (Ben Perlmutter)
  • 3be0748 docs: add example for nodejs lintText api (#​16789) (Siva K)
  • ce4f5ff docs: Replace removed related rules with a valid rule (#​16800) (Ville Saalo)

v8.32.0

Compare Source

Features

  • fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#​16658) (YeonJuan)

Bug Fixes

Documentation

  • 17b65ad docs: IA Update page URL move (#​16665) (Ben Perlmutter)
  • 5981296 docs: fix theme switcher button (#​16752) (Sam Chen)
  • 6669413 docs: deploy prerelease docs under the /docs/next/ path (#​16541) (Nitin Kumar)
  • 78ecfe0 docs: use inline code for rule options name (#​16768) (Percy Ma)
  • fc2ea59 docs: Update README (GitHub Actions Bot)
  • 762a872 docs: Update README (GitHub Actions Bot)

Chores

  • 2952d6e chore: sync templates/*.md files with issue templates (#​16758) (gfyoung)
  • 3e34418 chore: Add new issues to triage project (#​16740) (Nicholas C. Zakas)
eslint-community/eslint-plugin-security

v1.7.1

Compare Source

v1.7.0

Compare Source

Features

v1.6.0

Compare Source

Features
  • Add meta object documentation for all rules (#​79) (fb1d9ef)
  • detect-bidi-characters rule (#​95) (4294d29)
  • detect-non-literal-fs-filename: change to track non-top-level require() as well (#​105) (d3b1543)
  • extend detect non literal fs filename (#​92) (08ba476)
  • non-literal-require: support template literals (#​81) (208019b)
Bug Fixes
  • Avoid crash when exec() is passed no arguments (7f97815), closes #​82 #​23
  • Avoid TypeError when exec stub is used with no arguments (#​97) (9c18f16)
  • detect-child-process: false positive for destructuring with exec (#​102) (657921a)
  • detect-child-process: false positives for destructuring spawn (#​103) (fdfe37d)
  • Incorrect method name in detect-buffer-noassert. (313c0c6), closes #​63 #​80
vuejs/eslint-plugin-vue

v9.9.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.8.0...v9.9.0

csstools/postcss-plugins

v11.2.1

Compare Source

  • Skip nested rules that have a selector that begins with a letter
  • Better warning when nested rules have a selector that begins with a letter

v11.2.0

Compare Source

  • Added: support for & at the root
  • Improved: support for mixins

v11.1.0

Compare Source

  • Implement latest specification
    • relative selector syntax
    • @nest is obsolete, all selectors can be written without it (sometimes you will need :is())
    • allow declarations after nested rules.

⚠️ We advice everyone to migrate their codebase now to nested CSS without @nest.
Future versions of this plugin will warn and then error on @nest.

v11.0.1

Compare Source

  • Improve types declaration in package.json

v11.0.0

Compare Source

  • Updated: Support for Node v14+ (major).
  • Fix: Do not throw when a selector is invalid, show a warning instead.
  • Removed: Support for Deno (breaking)
antfu/unplugin-auto-import

v0.15.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.14.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.14.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.14.2

Compare Source

No significant changes

    View changes on GitHub

v0.13.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.12.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

Vite 4.1 updates to the latest versions of Rollup and esbuild. Check out the new Rollup docs, that are now powered by VitePress making the navigation between Vite and Rollup docs easier for users.

Vite docs got a theme update migrating to the latest version of VitePress.

As part of Vite 4, the Vue and React plugins have been extracted out of the monorepo. Although their release cycle will no longer follow Vite releases moving forward, Vite 4.1 is released in parallel with new versions of @​vitejs/plugin-react and @​vitejs/plugin-react-swc. @​vitejs/plugin-react 3.1.0 reworks the way HMR is handled fixing many edge cases and @​vitejs/plugin-react-swc 3.1.0 adds support for SWC plugins.

There is also a new major for @​vitejs/plugin-legacy, see changelog for v4.0.0. This version contains breaking changes:

Features
Bug Fixes
Previous Changelogs
4.1.0-beta.2 (2023-02-01)

See 4.1.0-beta.2 changelog

4.1.0-beta.1 (2023-01-26)

See 4.1.0-beta.1 changelog

4.1.0-beta.0 (2023-01-09)

See 4.1.0-beta.0 changelog

vitest-dev/vitest

v0.28.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.28.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.28.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Helsinki, 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 changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed Jan 5, 2023
@renovate renovate bot closed this Jan 5, 2023
@renovate renovate bot deleted the renovate/all branch January 5, 2023 11:33
@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed fix(deps): update all dependencies Jan 9, 2023
@renovate renovate bot restored the renovate/all branch January 9, 2023 15:10
@renovate renovate bot reopened this Jan 9, 2023
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update dependency vitest to v0.27.0 Jan 9, 2023
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.27.0 chore(deps): update dependency vitest to v0.27.1 Jan 13, 2023
@renovate renovate bot changed the title chore(deps): update dependency vitest to v0.27.1 chore(deps): update all dependencies Jan 13, 2023
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from dbf7284 to 21dd1c6 Compare January 19, 2023 09:25
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 7614593 to 991e8e9 Compare January 29, 2023 14:58
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 15ad1c1 to d2636ac Compare February 4, 2023 19:08
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from e94752a to f7f6ab9 Compare February 11, 2023 03:57
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 5bd588f to 4a0eb21 Compare February 19, 2023 20:55
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 1c52690 to d3b64c3 Compare February 27, 2023 02:15
@Uninen Uninen merged commit 604789e into main Feb 27, 2023
@Uninen Uninen deleted the renovate/all branch February 27, 2023 14:28
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.

None yet

1 participant