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 #251

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 8.43.0 -> 8.44.0 age adoption passing confidence
fast-glob ^3.2.12 -> ^3.3.0 age adoption passing confidence
h3 ^1.7.0 -> ^1.7.1 age adoption passing confidence
typescript (source) ^5.1.3 -> ^5.1.6 age adoption passing confidence
vite-plugin-inspect ^0.7.29 -> ^0.7.32 age adoption passing confidence
vue-tsc ^1.8.1 -> ^1.8.3 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v8.44.0

Compare Source

Features

  • 1766771 feat: add es2023 and es2024 environments (#​17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#​17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#​17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#​17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#​17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#​17301) (Milos Djermanovic)

Bug Fixes

  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#​17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#​17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#​17297) (Francesco Trotta)

Documentation

Chores

mrmlnc/fast-glob (fast-glob)

v3.3.0

Compare Source

Full Changelog: mrmlnc/fast-glob@3.2.12...3.3.0

🚀 Improvements

Method aliases

New methods (glob, globSync, globStream) have been added in addition to the current methods (default import, sync, stream), which eliminate the need to rename the method when importing. In addition, an async alias has been added for the default import, which makes it possible to use this packet with ESM.

Method to convert paths to globs

A new method (convertPathToPattern) has been added in this release to convert a path to a pattern. The primary goal is to enable users to avoid processing Windows paths in each location where this package is used by utilities from third-party packages.

See more details in the pull request.

🐛 Bug fixes

  • In the past, we mishandled patterns that contained slashes when the baseNameMatch option was enabled, which went against the documented behavior. (#​312)
  • Several problems with matching patterns that contain brace expansion have been resolved. The primary issue solved is when the pattern has duplicate slashes after it is expanded (#​394), or the micromatch package does not correctly generate a regular expression (#​365).
  • All negative patterns will now have the dot option enabled when matching paths. Previously, the !**/* patterns did not exclude hidden files (start with a dot). (#​343)
  • The issue that led to duplicates in the results when overlapping or duplicate patterns were present among the patterns has been fixed. At the moment, we are only talking about leading dot. Other cases are not included. For example, running with the patterns ['./file.md', 'file.md', '*'] will now only include file.md once in the results. (#​190)

📖 Documentation

A clarifying note has been added for the concurrency option, which provides more detailed information about the Thread Pool utilization.

⚙️ Infrastructure

  • The benchmark in CI is now running on Node.js 20.
  • The benchmark now uses the public package bencho instead of an in-house implementation. You may want to try this solution for your packages and provide feedback.

🥇 New Contributors

unjs/h3 (h3)

v1.7.1

Compare Source

compare changes

🩹 Fixes
  • fetchWithEvent: Allow customizing fetch impl type (#​414)
💅 Refactors
📖 Documentation
  • Update link to how it works (3dd2376)
🏡 Chore
❤️ Contributors
Microsoft/TypeScript (typescript)

v5.1.5: TypeScript 5.1.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:

antfu/vite-plugin-inspect (vite-plugin-inspect)

v0.7.32

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.7.31

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.7.30

Compare Source

   🚀 Features
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v1.8.3

Compare Source

  • fix(ts-plugin): tsserver crashes when import > 4MB .vue file (#​3332)
  • fix(language-server): in specific os fileExists() throws (#​3336)

Full-time Support by


WebContainer API is here.


Our Sponsors ⭐✨




Add you via GitHub Sponsors or Open Collective

v1.8.2

Compare Source

  • fix: should not auto closing <img> tag (#​3217)
  • fix: allow passing undefined as events (#​3122) (#​3217) - thanks @​so1ve
  • fix: fixes object literal parsing for (#​3324) (#​3171) - thanks @​so1ve
  • fix: symbol types are lost (#​3300) (#​3295) - thanks @​so1ve
  • fix(ts-plugin): suppress errors when composite is enabled
  • fix(language-server): trigger characters missing on web IDE
  • perf(language-server): debounce for isCancellationRequested()
  • perf(typescript): caching getScriptFileNames() result

Breaking changes

  • no longer parse vue files outside tsconfig include option to avoid TS performance concerns (#​3326)

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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.

@codecov
Copy link

codecov bot commented Jun 29, 2023

Codecov Report

Merging #251 (a84c8c0) into main (8284632) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #251   +/-   ##
=======================================
  Coverage   97.75%   97.75%           
=======================================
  Files          54       54           
  Lines        1512     1512           
  Branches      311      311           
=======================================
  Hits         1478     1478           
  Misses         34       34           

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f58c23d to 66935d8 Compare June 30, 2023 20:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 66935d8 to a84c8c0 Compare June 30, 2023 23:24
@renovate renovate bot merged commit e066e5e into main Jul 3, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch July 3, 2023 01:53
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