Skip to content

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

Merged
bluwy merged 1 commit into
mainfrom
renovate/all-minor-patch
May 20, 2024
Merged

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@shikijs/vitepress-twoslash (source) ^1.5.1 -> ^1.6.0 age adoption passing confidence
@types/lodash (source) ^4.17.1 -> ^4.17.4 age adoption passing confidence
@types/node (source) ^20.12.11 -> ^20.12.12 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.8.0 -> ^7.9.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.8.0 -> ^7.9.0 age adoption passing confidence
artichokie ^0.2.0 -> ^0.2.1 age adoption passing confidence
axios (source) ^1.6.8 -> ^1.7.0 age adoption passing confidence
core-js (source) ^3.37.0 -> ^3.37.1 age adoption passing confidence
es-module-lexer ^1.5.2 -> ^1.5.3 age adoption passing confidence
eslint-plugin-n ^17.6.0 -> ^17.7.0 age adoption passing confidence
execa ^9.0.2 -> ^9.1.0 age adoption passing confidence
lightningcss ^1.24.1 -> ^1.25.0 age adoption passing confidence
miniflare (source) ^3.20240419.1 -> ^3.20240512.0 age adoption passing confidence
npm-run-all2 ^6.1.2 -> ^6.2.0 age adoption passing confidence
picocolors ^1.0.0 -> ^1.0.1 age adoption passing confidence
preact (source) ^10.21.0 -> ^10.22.0 age adoption passing confidence
rollup-plugin-dts ^6.1.0 -> ^6.1.1 age adoption passing confidence
rollup-plugin-license ^3.3.1 -> ^3.4.0 age adoption passing confidence
sass ^1.77.1 -> ^1.77.2 age adoption passing confidence
svelte (source) ^4.2.16 -> ^4.2.17 age adoption passing confidence
tsx ^4.10.1 -> ^4.10.5 age adoption passing confidence
vitepress (source) 1.1.4 -> 1.2.0 age adoption passing confidence
vue-tsc (source) ^2.0.17 -> ^2.0.19 age adoption passing confidence

Release Notes

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

v1.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.5.2

Compare Source

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

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

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

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

sapphi-red/artichokie (artichokie)

v0.2.1

Compare Source

axios/axios (axios)

v1.7.0

Compare Source

Features
Bug Fixes
Contributors to this release
zloirock/core-js (core-js)

v3.37.1

Compare Source

guybedford/es-module-lexer (es-module-lexer)

v1.5.3

Compare Source

What's Changed

Full Changelog: guybedford/es-module-lexer@1.5.2...1.5.3

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

v17.7.0

Compare Source

🌟 Features
  • hashbang: Add support to map extensions to executables (#​278) (3fd7639)
  • node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#​276) (4a685c0)
🩹 Fixes
  • node-builtins: Remove "node:" prefix from "ignores" message (#​277) (704f0b9)
📚 Documentation
  • node-builtins: Specify that only static properties are supported (#​272) (735a520)
  • Provide an example with eslint-plugin-n to Playground (#​275) (cb8ffa6)
sindresorhus/execa (execa)

v9.1.0

Compare Source

Features (types)

parcel-bundler/lightningcss (lightningcss)

v1.25.0

Compare Source

This release adds more granular options for CSS modules, implements some new CSS properties, and fixes bugs.

Added

  • Add granular options to control which identifiers are scoped in CSS modules. You can turn off scoping for grid, animation, and custom_idents. This may be useful when migrating from other tools. See docs. Thanks @​timneutkens! 83839a9
  • Optimize the all shorthand property to reset other properties except direction and unicode-bidi. d7aeff3
  • Implement animation-timeline property and add support for it in the animation shorthand f4408c7

Fixed

  • Prevent simplifying translate: none and scale: none which are distinct from translate: 0 and scale: 1. Thanks @​RobinMalfait! a4cc024
  • Fix crash on box-shadow with currentColor keyword. Thanks @​magic-akari! 06ba62f
  • Fix minifier removing zero channels in color() function to follow spec change 445def9
  • Fix CSS module scoping with variables in animation shorthand fb4b334
  • Update browser compatibility data ec9da43
cloudflare/workers-sdk (miniflare)

v3.20240512.0

Compare Source

Patch Changes
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.0

Compare Source

Merged
  • Placeholder that unfolds into multiple tasks #134
  • 📝 add compatibility note for pnpm. #136
  • Upgrade: Bump codecov/codecov-action from 3 to 4 #131
alexeyraspopov/picocolors (picocolors)

v1.0.1

Compare Source

  • Updated color detection mechanism to work properly on Vercel Edge Runtime (#​64)
  • Remove use of recursion to avoid possible stack overflow for very long inputs (#​56)
preactjs/preact (preact)

v10.22.0

Compare Source

Features

Types

Maintenance

Fixes

  • Allow the same component to render many times across different phases (#​4382, thanks @​JoviDeCroock)
  • Provide error for illegal nesting of and (#​4376, thanks @​rschristian)
  • Disallow as a child of (#​4375, thanks @​rschristian)
  • Change syntax in compat/client for IE11 support (#​4372, thanks @​rschristian)
  • Swatinem/rollup-plugin-dts (rollup-plugin-dts)

    v6.1.1

    Compare Source

    Fixes:

    • Fix missing whitespace related to generic arguments.

    Thank you:

    Features, fixes and improvements in this release have been contributed by:

    mjeanroy/rollup-plugin-license (rollup-plugin-license)

    v3.4.0

    Compare Source

    sass/dart-sass (sass)

    v1.77.2

    Compare Source

    • Don't emit deprecation warnings for functions and mixins beginning with __.

    • Allow user-defined functions whose names begin with _ and otherwise look
      like vendor-prefixed functions with special CSS syntax.

    Command-Line Interface
    • Properly handle the --silence-deprecation flag.

    • Handle the --fatal-deprecation and --future-deprecation flags for
      --interactive mode.

    sveltejs/svelte (svelte)

    v4.2.17

    Compare Source

    Patch Changes
    • fix: correctly handle falsy values of style directives in SSR mode (#​11584)
    privatenumber/tsx (tsx)

    v4.10.5

    Compare Source

    Bug Fixes

    This release is also available on:

    v4.10.4

    Compare Source

    v4.10.3

    Compare Source

    Performance Improvements
    • skip parsing if import( is not found in minified code (5cdd50b)

    This release is also available on:

    v4.10.2

    Compare Source

    vuejs/vitepress (vitepress)

    v1.2.0

    Compare Source

    Bug Fixes
    • build: show file info on error (f0debd2)
    • dev: match dev and prod routing behavior (#​3837) (b360ac8)
    • markdown: entities and escapes not working properly (#​3882) (d5dbd70)
    • render 404 page completely on client to infer locale from browser path (#​3858) (728cb15)
    • style: prefer YaHei over DengXian (f0a37b4)
    • theme/regression: custom font not applying in Chinese docs because of specificity (fa2f38a), closes #​3864
    • theme: external link icon not visible for target _blank links (d08eeed), closes #​3327
    • theme: fix invalid vp-offset in ssr (9794877)
    Features

    1.1.4 (2024-04-27)

    Bug Fixes
    • dev: multiple server instances being created when editing config too quickly (#​3835) (729a890)
    • theme/a11y: add unique name to footer prev / next navigation landmark (e60c101)
    • theme/a11y: remove duplicate assistive text from outline nav (#​3803) (733d986)
    • theme/i18n: 404 page not showing localized text (#​3833) (cc11b8e)
    • theme: disable keypress effect on search button (ccc37bb)
    • theme: don't use Chinese quotes on non-Chinese documents (#​3834) (75115f4)
    • theme: leaking event listener when going back/forward on Safari on iOS (#​3658) (#​3671) (1a72181)

    1.1.3 (2024-04-18)

    Bug Fixes
    • build/regression: markdown backslash escapes not working (d02d1e9), closes #​3808

    1.1.1 (2024-04-18)

    Bug Fixes
    vuejs/language-tools (vue-tsc)

    v2.0.19

    Compare Source

    Bug Fixes
    • language-core: property 'xyz' does not exist on type 'abc' when using v-for (#​4386)
    • language-core: avoid report error when events do not accept parameters (#​4387)
    • language-core: inline dynamic event handlers should not expect commas (#​4387)

    v2.0.18

    Compare Source

    Features
    • feat(language-core): report unknown events when strictTemplates is enabled (#​3718)
    • feat(language-core): add compileSFCScript plugin hook (#​3200)
    • feat(vscode): add coffeescript syntax highlight support
    Bug Fixes
    • fix(language-core): fix event handler type for hyphen-case event names
    • fix(language-core): allow binding multiple events with the same name (#​4369)
    • fix(language-core): variable used in key appears as unused in v-for template tag (#​329) (#​3421)
    • fix(language-core): generics with slots don't work with Vue 2.7 (#​3241)
    • fix(language-core): template language of .md files should be markdown (#​4299)
    • fix(language-core): no template class links when experimentalResolveStyleCssClasses is set to always (#​4379)
    Other Changes
    • Upgrade Volar from v2.2.2 to v2.2.4.
      • Fixed a few URI conversion issues
      • fix(typescript): empty items list should be valid completion result (#​4368)
      • fix(typescript): path completion not working for meta files
    • Upgrade Volar services from v0.0.44 to v0.0.45.
    • The following extensions have been added to Hybrid Mode’s compatibility whitelist:
      • miaonster.vscode-tsx-arrow-definition
      • runem.lit-plugin

    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 has been generated by Mend Renovate. View repository job log here.

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