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

fix(deps): update all non-major dependencies #14961

Merged
merged 2 commits into from Nov 13, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) ^7.23.2 -> ^7.23.3 age adoption passing confidence dependencies patch
@babel/parser (source) ^7.23.0 -> ^7.23.3 age adoption passing confidence devDependencies patch
@babel/preset-env (source) ^7.23.2 -> ^7.23.3 age adoption passing confidence dependencies patch
@babel/types (source) ^7.23.0 -> ^7.23.3 age adoption passing confidence devDependencies patch
@types/babel__core (source) ^7.20.3 -> ^7.20.4 age adoption passing confidence devDependencies patch
@types/babel__preset-env (source) ^7.9.4 -> ^7.9.5 age adoption passing confidence devDependencies patch
@types/convert-source-map (source) ^2.0.2 -> ^2.0.3 age adoption passing confidence devDependencies patch
@types/cross-spawn (source) ^6.0.4 -> ^6.0.5 age adoption passing confidence devDependencies patch
@types/debug (source) ^4.1.10 -> ^4.1.12 age adoption passing confidence devDependencies patch
@types/escape-html (source) ^1.0.3 -> ^1.0.4 age adoption passing confidence devDependencies patch
@types/estree (source) ^1.0.4 -> ^1.0.5 age adoption passing confidence devDependencies patch
@types/etag (source) ^1.8.2 -> ^1.8.3 age adoption passing confidence devDependencies patch
@types/fs-extra (source) ^11.0.3 -> ^11.0.4 age adoption passing confidence devDependencies patch
@types/json-stable-stringify (source) ^1.0.35 -> ^1.0.36 age adoption passing confidence devDependencies patch
@types/less (source) ^3.0.5 -> ^3.0.6 age adoption passing confidence devDependencies patch
@types/lodash (source) ^4.14.200 -> ^4.14.201 age adoption passing confidence devDependencies patch
@types/micromatch (source) ^4.0.4 -> ^4.0.5 age adoption passing confidence devDependencies patch
@types/minimist (source) ^1.2.4 -> ^1.2.5 age adoption passing confidence devDependencies patch
@types/node (source) ^20.8.10 -> ^20.9.0 age adoption passing confidence devDependencies minor
@types/picomatch (source) ^2.3.2 -> ^2.3.3 age adoption passing confidence devDependencies patch
@types/pnpapi (source) ^0.0.4 -> ^0.0.5 age adoption passing confidence devDependencies patch
@types/prompts (source) ^2.4.7 -> ^2.4.8 age adoption passing confidence devDependencies patch
@types/react (source) ^18.2.35 -> ^18.2.37 age adoption passing confidence devDependencies patch
@types/react-dom (source) ^18.2.14 -> ^18.2.15 age adoption passing confidence devDependencies patch
@types/stylus (source) ^0.48.41 -> ^0.48.42 age adoption passing confidence devDependencies patch
@types/ws (source) ^8.5.8 -> ^8.5.9 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin ^6.9.1 -> ^6.10.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser ^6.9.1 -> ^6.10.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-vue (source) ^4.4.0 -> ^4.4.1 age adoption passing confidence devDependencies patch
@vue/shared (source) ^3.3.7 -> ^3.3.8 age adoption passing confidence dependencies patch
axios (source) ^1.6.0 -> ^1.6.1 age adoption passing confidence dependencies patch
es-module-lexer ^1.4.0 -> ^1.4.1 age adoption passing confidence devDependencies patch
eslint-plugin-n ^16.2.0 -> ^16.3.1 age adoption passing confidence devDependencies minor
fast-glob ^3.3.1 -> ^3.3.2 age adoption passing confidence devDependencies patch
lightningcss ^1.22.0 -> ^1.22.1 age adoption passing confidence devDependencies patch
lint-staged ^15.0.2 -> ^15.1.0 age adoption passing confidence devDependencies minor
pnpm (source) 8.10.2 -> 8.10.3 age adoption passing confidence packageManager patch
preact (source) ^10.18.2 -> ^10.19.1 age adoption passing confidence dependencies minor
prettier (source) 3.0.3 -> 3.1.0 age adoption passing confidence devDependencies minor
svelte (source) ^4.2.2 -> ^4.2.3 age adoption passing confidence devDependencies patch
svelte-check ^3.5.2 -> ^3.6.0 age adoption passing confidence devDependencies minor
tj-actions/changed-files v40.1.0 -> v40.1.1 age adoption passing confidence action patch
vite (source) ^5.0.0-beta.16 -> ^5.0.0-beta.18 age adoption passing confidence devDependencies patch
vue (source) ^3.3.7 -> ^3.3.8 age adoption passing confidence dependencies patch
vue (source) ^3.3.7 -> ^3.3.8 age adoption passing confidence devDependencies patch

Release Notes

babel/babel (@​babel/core)

v7.23.3

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-plugin-transform-computed-properties
babel/babel (@​babel/parser)

v7.23.3

Compare Source

v7.23.3 (2023-11-09)
🐛 Bug Fix
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-plugin-transform-computed-properties
Committers: 9
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-vars] handle logical assignment (#​7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#​7866) (855abea)
Features
  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#​7849) (5e73a48)

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

6.9.1 (2023-10-30)

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

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

v6.10.0

Compare Source

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

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

6.9.1 (2023-10-30)

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

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

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v4.4.1

vuejs/core (@​vue/shared)

v3.3.8

Compare Source

Bug Fixes
axios/axios (axios)

v1.6.1

Compare Source

Bug Fixes
  • formdata: fixed content-type header normalization for non-standard browser environments; (#​6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#​6055) (3dc8369)
Contributors to this release
guybedford/es-module-lexer (es-module-lexer)

v1.4.1

Compare Source

What's Changed

Full Changelog: guybedford/es-module-lexer@1.4.0...1.4.1

eslint-community/eslint-plugin-n (eslint-plugin-n)

v16.3.1

Compare Source

v16.3.0

Compare Source

Features:

Chores:

  • chore: Remove unused "meta.docs.category" property (#​133) (22ba54c)
  • docs: Fix spelling in no-callback-literal.md (#​135) (79c8afd)
  • docs: change rule desc input to textarea in new-rule template (446e744)
  • docs: add issue templates (#​130) (2200c43)
  • docs: Fix grammatically incorrect Additional ESLint's rules (#​129) (fba650a)
mrmlnc/fast-glob (fast-glob)

v3.3.2

Compare Source

Full Changelog: mrmlnc/fast-glob@3.3.1...3.3.2

🐛 Bug fixes

  • Handle square brackets as a special character on Windows in escape functions (#​425)
  • Keep escaping after brace expansion (#​422)
parcel-bundler/lightningcss (lightningcss)

v1.22.1

Compare Source

okonet/lint-staged (lint-staged)

v15.1.0

Compare Source

Minor Changes
Patch Changes
pnpm/pnpm (pnpm)

v8.10.3

Compare Source

Patch Changes

  • (Important) Increased the default amount of allowed concurrent network request on systems that have more than 16 CPUs #​7285.

  • pnpm patch should reuse existing patch when shared-workspace-file=false #​7252.

  • Don't retry fetching missing packages, since the retries will never work #​7276.

  • When using pnpm store prune --force alien directories are removed from the store #​7272.

  • Downgraded npm-packlist because the newer version significantly slows down the installation of local directory dependencies, making it unbearably slow.

    npm-packlist was upgraded in this PR to fix #​6997. We added our own file deduplication to fix the issue of duplicate file entries.

  • Fixed a performance regression on running installation on a project with an up to date lockfile #​7297.

  • Throw an error on invalid pnpm-workspace.yaml file #​7273.

Our Gold Sponsors

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 added the dependencies Pull requests that update a dependency file label Nov 13, 2023
Copy link
Member

@bluwy bluwy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

renovate bot commented Nov 13, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link
Member

@patak-dev patak-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could enable https://prettier.io/blog/2023/11/13/curious-ternaries to try to avoid another round of changesets, but there may be changes before it is out of experimental, so I think it is better to go through this intermediate step and only adopt the feature in Vite when it is stable.

@patak-dev patak-dev merged commit 0bb3995 into main Nov 13, 2023
10 checks passed
@patak-dev patak-dev deleted the renovate/all-minor-patch branch November 13, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants