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 - autoclosed #8

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^0.34.1 -> ^0.38.5 age adoption passing confidence
@types/node (source) ^18.11.18 -> ^18.16.2 age adoption passing confidence
c12 ^1.1.0 -> ^1.4.1 age adoption passing confidence
eslint (source) ^8.32.0 -> ^8.39.0 age adoption passing confidence
pkg ^5.8.0 -> ^5.8.1 age adoption passing confidence
slugify ^1.6.5 -> ^1.6.6 age adoption passing confidence
typescript (source) ^4.9.4 -> ^4.9.5 age adoption passing confidence
vite (source) ^4.1.1 -> ^4.3.3 age adoption passing confidence
zod (source) ^3.20.2 -> ^3.21.4 age adoption passing confidence

Release Notes

antfu/eslint-config

v0.38.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.38.4

Compare Source

No significant changes

    View changes on GitHub

v0.38.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.38.2

Compare Source

No significant changes

    View changes on GitHub

v0.38.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.37.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.36.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.35.3

Compare Source

   🚀 Features
    View changes on GitHub

v0.35.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.35.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.35.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.34.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Group &&,  -  by ** and ?: (#​152)** ()
    View changes on GitHub
unjs/c12

v1.4.1

Compare Source

compare changes

🩹 Fixes
  • watchConfig: Handle custom config names (eedd141)
❤️ Contributors

v1.4.0

Compare Source

compare changes

🚀 Enhancements
  • watchConfig utility (#​77)
  • watchConfig: Support hmr (#​78)
📖 Documentation
  • Fix small grammer issues (5f2b3a1)
❤️ Contributors

v1.3.0

Compare Source

compare changes

🚀 Enhancements
  • Generic types support (#​64)
🩹 Fixes
  • Use rm instead of rmdir for recursive remove (#​69)
🏡 Chore
❤️ Contributors

v1.2.0

Compare Source

compare changes

🚀 Enhancements
  • Load config from package.json (#​52)
  • Environment specific configuration (#​61)
  • Layer meta and source options (#​62)
  • envName config (4a0227d)
🩹 Fixes
  • Allow extending from npm packages with subpath (#​54)
📖 Documentation
  • Fix grammer and typos (3e8436c)
  • Don't mention unsupported usage (ea7ac6e)
🏡 Chore
✅ Tests
❤️ Contributors

v1.1.2

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v1.1.1

Compare Source

compare changes

🏡 Chore
🎨 Styles
❤️ Contributors
eslint/eslint

v8.39.0

Compare Source

Features

  • 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#​17086) (Nicholas C. Zakas)

Documentation

  • 6987dc5 docs: Fix formatting in Custom Rules docs (#​17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • d8e9887 docs: Custom Rules cleanup/expansion (#​16906) (Ben Perlmutter)
  • 1fea279 docs: Clarify how to add to tsc agenda (#​17084) (Nicholas C. Zakas)
  • 970ef1c docs: Update triage board location (Nicholas C. Zakas)
  • 6d8bffd docs: Update README (GitHub Actions Bot)

Chores

v8.38.0

Compare Source

Features

  • a1d561d feat: Move getDeclaredVariables and getAncestors to SourceCode (#​17059) (Nicholas C. Zakas)

Bug Fixes

  • 1c1ece2 fix: do not report on RegExp(...args) in require-unicode-regexp (#​17037) (Francesco Trotta)

Documentation

  • 7162d34 docs: Mention new config system is complete (#​17068) (Nicholas C. Zakas)
  • 0fd6bb2 docs: Update README (GitHub Actions Bot)
  • c83531c docs: Update/remove external links, eg. point to eslint-community (#​17061) (Pelle Wessman)
  • a3aa6f5 docs: Clarify no-div-regex rule docs (#​17051) (Francesco Trotta)
  • b0f11cf docs: Update README (GitHub Actions Bot)
  • da8d52a docs: Update the second object instance for the "no-new" rule (#​17020) (Ahmadou Waly NDIAYE)
  • 518130a docs: switch language based on current path (#​16687) (Percy Ma)
  • 24206c4 docs: Update README (GitHub Actions Bot)

Chores

v8.37.0

Compare Source

Features

Bug Fixes

  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)

Documentation

Chores

v8.36.0

Compare Source

Features

Bug Fixes

  • 92c1943 fix: correctly iterate files matched by glob patterns (#​16831) (Nitin Kumar)

Documentation

  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#​16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#​16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • b09a512 docs: detect and fix broken links (#​16837) (Nitin Kumar)

Chores

v8.35.0

Compare Source

Features

  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#​16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#​16844) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#​16826) (Daiki Nishikawa)

Bug Fixes

Documentation

Chores

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)
vercel/pkg

v5.8.1

Compare Source

Patches
Credits

Huge thanks to @​ignatiusmb, @​eltociear, @​PraveenAnaparthi, and @​brianunlam for helping!

simov/slugify

v1.6.6

Compare Source

Microsoft/TypeScript

v4.9.5: TypeScript 4.9.5

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

Changes:

vitejs/vite

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

Vite 4.3 is out! Read the announcement blog post here

Vite 4.3, It's Fast

In this minor, we focused on improving the dev server performance. The resolve logic got streamlined, improving hot paths and implementing smarter caching for finding package.json, TS config files, and resolved URL in general.

You can read a detailed walkthrough of the performance work done in this blog post by one of Vite Contributors: How we made Vite 4.3 faaaaster 🚀.

This sprint resulted in speed improvements across the board compared to Vite 4.2.

These are the performance improvements as measured by sapphi-red/performance-compare, which tests an app with 1000 React Components cold and warm dev server startup time as well as HMR times for a root and a leaf component:

Vite (babel) Vite 4.2 Vite 4.3 Improvement
dev cold start 17249.0ms 5132.4ms -70.2%
dev warm start 6027.8ms 4536.1ms -24.7%
Root HMR 46.8ms 26.7ms -42.9%
Leaf HMR 27.0ms 12.9ms -52.2%
Vite (swc) Vite 4.2 Vite 4.3 Improvement
dev cold start 13552.5ms 3201.0ms -76.4%
dev warm start 4625.5ms 2834.4ms -38.7%
Root HMR 30.5ms 24.0ms -21.3%
Leaf HMR 16.9ms 10.0ms -40.8%

You can read more information about the benchmark here

Features

Configuration

📅 Schedule: Branch creation - "on Mon, Wed and Fri before 6:00" in timezone Europe/Berlin, Automerge - "on Mon before 6:00" in timezone Europe/Berlin.

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

@stackblitz
Copy link

stackblitz bot commented Feb 10, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3fc4090 to b3034c2 Compare February 17, 2023 01:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5150723 to 37ed5d8 Compare February 26, 2023 23:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a412ba0 to ad3ac93 Compare March 6, 2023 03:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 76ccf21 to fe072b7 Compare March 12, 2023 23:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0bd43b7 to be3afb6 Compare March 21, 2023 23:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 129c91f to 6ac9fee Compare March 28, 2023 23:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ff34e42 to b095ee3 Compare April 5, 2023 00:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b095ee3 to 27e9a6d Compare April 10, 2023 02:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a14984f to d5565be Compare April 23, 2023 23:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e860da1 to 43a991b Compare April 28, 2023 01:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43a991b to e904560 Compare May 1, 2023 00:25
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 30, 2023
@renovate renovate bot closed this May 30, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch May 30, 2023 23:50
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.

0 participants