Skip to content

chore(deps): update all non-major dependencies#17734

Merged
bluwy merged 1 commit into
mainfrom
renovate/all-minor-patch
Jul 23, 2024
Merged

chore(deps): update all non-major dependencies#17734
bluwy merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@shikijs/vitepress-twoslash (source) ^1.10.3 -> ^1.11.0 age adoption passing confidence devDependencies minor
@types/node (source) ^20.14.10 -> ^20.14.11 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^7.16.1 -> ^7.17.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^7.16.1 -> ^7.17.0 age adoption passing confidence devDependencies minor
@vue/shared (source) ^3.4.31 -> ^3.4.33 age adoption passing confidence dependencies patch
eslint-plugin-react ^7.34.4 -> ^7.35.0 age adoption passing confidence devDependencies minor
eslint-plugin-react-refresh ^0.4.8 -> ^0.4.9 age adoption passing confidence devDependencies patch
miniflare (source) ^3.20240701.0 -> ^3.20240718.0 age adoption passing confidence devDependencies minor
playwright-chromium (source) ^1.45.2 -> ^1.45.3 age adoption passing confidence devDependencies patch
pnpm (source) 9.5.0 -> 9.6.0 age adoption passing confidence packageManager minor
postcss-nested ^6.0.1 -> ^6.2.0 age adoption passing confidence devDependencies minor
tailwindcss (source) ^3.4.5 -> ^3.4.6 age adoption passing confidence dependencies patch
tailwindcss (source) ^3.4.5 -> ^3.4.6 age adoption passing confidence devDependencies patch
terser (source) ^5.31.2 -> ^5.31.3 age adoption passing confidence devDependencies patch
tj-actions/changed-files v44.5.5 -> v44.5.6 age adoption passing confidence action patch
typescript-eslint (source) ^7.16.1 -> ^7.17.0 age adoption passing confidence devDependencies minor
ufo ^1.5.3 -> ^1.5.4 age adoption passing confidence devDependencies patch
vitest (source) ^2.0.3 -> ^2.0.4 age adoption passing confidence devDependencies patch
vue (source) ^3.4.31 -> ^3.4.33 age adoption passing confidence dependencies patch
vue (source) ^3.4.31 -> ^3.4.33 age adoption passing confidence devDependencies patch
vue-tsc (source) ^2.0.26 -> ^2.0.28 age adoption passing confidence devDependencies patch

Release Notes

shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.11.0

Compare Source

   🚀 Features
    View changes on GitHub
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

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

v7.17.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.

vuejs/core (@​vue/shared)

v3.4.33

Compare Source

Bug Fixes

v3.4.32

Compare Source

Bug Fixes
Performance Improvements
  • server-renderer: avoid unnecessary checks in createBuffer (#​11364) (fc205bf)
  • server-renderer: optimize unrollBuffer by avoiding promises (#​11340) (05779a7)
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.35.0

Compare Source

Added
Fixed
Changed
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.9

Compare Source

  • Support function Foo() {}; export default memo(Foo) (fixes #​44)
cloudflare/workers-sdk (miniflare)

v3.20240718.0

Compare Source

Patch Changes

v3.20240712.0

Compare Source

Patch Changes
microsoft/playwright (playwright-chromium)

v1.45.3

Compare Source

pnpm/pnpm (pnpm)

v9.6.0: pnpm 9.6

Compare Source

Minor Changes

  • Support specifying node version (via pnpm.executionEnv.nodeVersion in package.json) for running lifecycle scripts per each package in a workspace #​6720.
  • Overrides now support the catalogs: protocol #​8303.

Patch Changes

  • The pnpm deploy command now supports the catalog: protocol #​8298.
  • The pnpm outdated command now supports the catalog: protocol #​8304.
  • Correct the error message when trying to run pnpm patch without node_modules/.modules.yaml #​8257.
  • Silent reporting fixed with the pnpm exec command #​7608.
  • Add registries information to the calculation of dlx cache hash #​8299.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

postcss/postcss-nested (postcss-nested)

v6.2.0

Compare Source

  • Added @starting-style to bubbling at-rules.
tailwindlabs/tailwindcss (tailwindcss)

v3.4.6

Compare Source

Fixed
  • Fix detection of some utilities in Slim/Pug templates (#​14006)
Changed
  • Loosen :is() wrapping rules when using an important selector (#​13900)
terser/terser (terser)

v5.31.3

Compare Source

  • drop_unused: drop unused parameters from IIFEs in some more situations.
tj-actions/changed-files (tj-actions/changed-files)

v44.5.6

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v44...v44.5.6

typescript-eslint/typescript-eslint (typescript-eslint)

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7
❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

unjs/ufo (ufo)

v1.5.4

Compare Source

compare changes

🩹 Fixes
  • parseURL: Only normalize windows drive letters with file:// protocol (#​246)
  • withProtocol: Consider relative protocol (#​242)
🏡 Chore
🎨 Styles
  • Lint with prettier defaults (666091d)
❤️ Contributors
vitest-dev/vitest (vitest)

v2.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v2.0.28

Compare Source

Features
  • vscode: focus mode Insiders
  • language-core: Plugin API 2.1
    • Added plugin hooks: getLanguageId, isValidFile, parseSFC2
    • Improve backward compatibility (#​4585) - Thanks @​zhiyuanzmj
  • language-core: support default prop when using __typeProps (#​4602) - Thanks @​zhiyuanzmj
  • language-core: improve nested plugins (#​4581) - Thanks @​zhiyuanzmj
  • language-service: remove v-bind code action (#​4601)
  • vscode: add empty pattern to codeblock attributes scope (#​4590) - Thanks @​KermanX
Fixes
  • tsc: errors should be thrown instead of being console.log printed
  • language-server: observe named pipes changes when server startup (#​4292)
  • language-core: infer define model type from options type (#​4545) - Thanks @​davidmatter
  • language-core: type-checking not working with hyphen in slot name with JS (#​4478) - Thanks @​KermanX
  • language-core: add type check for v-model without argument (#​4598) - Thanks @​zhiyuanzmj
  • language-service: filter special tags (#​4596) - Thanks @​so1ve
  • typescript-plugin: improve named pipes reliability (#​4603)
  • language-core property access is incorrectly identified as compound expression (#​4600)
  • language-core fix compatibility of generic component virtual code with TS 5.5 (#​4577)
  • tsc TS4082 not reported for functional component (#​4569)
Other Changes
  • Upgraded Volar from v2.4.0-alpha.15 to v2.4.0-alpha.18:
    • Fix VS Code IntelliSense will be lost in new created files (#​4424)
    • Add workspace symbols support in Hybrid Mode (#​4595)
    • Add workspace addMissingImports action support in Hybrid Mode (#​4586)
  • Fix yarn 4 compatibility (#​4587)
  • Add vue vine to hybrid mode compatible list (#​4543) - Thanks @​so1ve
  • Add global components prop validation test (#​4542) - Thanks @​davidmatter

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

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

1 participant