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

Merged
merged 1 commit into from Sep 5, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/react (source) ^11.10.0 -> ^11.10.4 age adoption passing confidence
@microsoft/api-extractor (source) ^7.29.5 -> ^7.30.0 age adoption passing confidence
@preact/preset-vite ^2.3.0 -> ^2.3.1 age adoption passing confidence
@sveltejs/vite-plugin-svelte ^1.0.2 -> ^1.0.5 age adoption passing confidence
@types/react (source) ^18.0.17 -> ^18.0.18 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.35.1 -> ^5.36.1 age adoption passing confidence
@typescript-eslint/parser ^5.35.1 -> ^5.36.1 age adoption passing confidence
@vue/shared (source) ^3.2.37 -> ^3.2.38 age adoption passing confidence
eslint-define-config ^1.6.0 -> ^1.7.0 age adoption passing confidence
magic-string ^0.26.2 -> ^0.26.3 age adoption passing confidence
parse5 ^7.0.0 -> ^7.1.1 age adoption passing confidence
pnpm (source) 7.9.5 -> 7.11.0 age adoption passing confidence
pnpm (source) ^7.9.5 -> ^7.11.0 age adoption passing confidence
sass ^1.54.5 -> ^1.54.8 age adoption passing confidence
svelte (source) ^3.49.0 -> ^3.50.0 age adoption passing confidence
svelte-check ^2.8.1 -> ^2.9.0 age adoption passing confidence
systemjs ^6.12.4 -> ^6.12.6 age adoption passing confidence
tsx ^3.8.2 -> ^3.9.0 age adoption passing confidence
unbuild ^0.8.9 -> ^0.8.10 age adoption passing confidence
vitepress (source) ^1.0.0-alpha.12 -> ^1.0.0-alpha.13 age adoption passing confidence
vitest ^0.22.1 -> ^0.23.1 age adoption passing confidence
vue (source) ^3.2.37 -> ^3.2.38 age adoption passing confidence
vue-tsc ^0.40.4 -> ^0.40.7 age adoption passing confidence

Release Notes

emotion-js/emotion

v11.10.4

Compare Source

Patch Changes
  • #​2867 89b6dbb3 Thanks @​Andarist! - Externalized code referencing React.useInsertionEffect to a separate @emotion/use-insertion-effect-with-fallbacks package. This package should be used in your defined externals if you bundle Emotion for whatever reason. It references useInsertionEffect in a very specific way that allows us to use it conditionally. However, if the code consuming Emotion is bundled as a library with Emotion in it then some bundlers might change the way in which we reference useInsertionEffect and that might create problems for bundlers used to consume the said library code. By externalizing this new package you can still bundle Emotion if you want to without running into this problem as you won't "destroy" the carefully crafted reference to useInsertionEffect in the process.

    Note that we don't recommend bundling Emotion. You should have very specific reasons to do so.

  • Updated dependencies [89b6dbb3]:

preactjs/preset-vite

v2.3.1

Compare Source

Bug Fixes
sveltejs/vite-plugin-svelte

v1.0.5

Compare Source

Patch Changes
  • removed peerDependency for vite 3.1.0-beta as vite 3.1.0 final has been released (#​431)

v1.0.4

Compare Source

Patch Changes
  • temporarily add vite 3.1 beta to peer dependencies rule to avoid warning on kit projects using it (#​427)

    warning: this is going to be changed back to ^3.0.0 in a future patch

v1.0.3

Compare Source

Patch Changes
  • ignore keyup events without key in inspector (#​417)
  • fix svelte-inspector import for vite 3.1 (#​423)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.36.1

Compare Source

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

v5.36.0

Compare Source

Bug Fixes
Features

5.35.1 (2022-08-24)

Bug Fixes
  • eslint-plugin: correct rule schemas to pass ajv validation (#​5531) (dbf8b56)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.36.1

Compare Source

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

v5.36.0

Compare Source

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

5.35.1 (2022-08-24)

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

vuejs/core

v3.2.38

Compare Source

Bug Fixes
  • compiler-sfc: fix template usage check edge case for v-on statements (769e555)
  • compiler-sfc: only add decorators-legacy parser plugin when new decorators plugin is not used (3ff8369)
  • compiler-sfc: rewriteDefault for class with decorators (#​6320) (81a7819), closes #​6318
  • custom-element: fix event listeners with capital letter event names on custom elements (0739f89)
  • hmr: fix HMR for nested non-SFC components (#​4077) (96eb745)
  • reactivity: fix shallow/readonly edge cases (a95554d)
  • runtime-core: only set cache for object keys (#​6266) (c3465c1)
  • slots: ensure different branches of dynamic slots have different keys (00036bb), closes #​6202
  • ssr: forward helpers provided by CSS v-bind (#​6489) (2024d11), closes #​6201
  • types: add types field for sub package exports (c1ee6ca)
  • types: fix on* props incorrect type for TS 4.7 (#​6216) (8dcb6c7), closes #​6052
  • watch: flush:pre watchers should not fire if state change causes (78c199d), closes #​2291
Features
  • custom-elements: automatically respect custom elements when compiling in browser (9f8f07e)
Performance Improvements
Shinigami92/eslint-define-config

v1.7.0

Compare Source

diff

v1.6.1

Compare Source

diff

  • Update rules for: [eslint, typescript-eslint, vue]
rich-harris/magic-string

v0.26.3

Compare Source

Performance Improvements
inikulin/parse5

v7.1.1

Compare Source

v7.1.0

Compare Source

This release is only for the parse5 module.

What's Changed

New Contributors

Full Changelog: inikulin/parse5@v7.0.0...v7.1.0

pnpm/pnpm

v7.11.0

Compare Source

Minor Changes

  • pnpm patch: edit the patched package in a directory specified by the --edit-dir option. E.g., pnpm patch express@3.1.0 --edit-dir=/home/xxx/src/patched-express #​5304

Patch Changes

  • Auto installing a peer dependency in a workspace that also has it as a dev dependency in another project #​5144.
  • When an error happens during installation of a subdependency, print some context information in order to be able to locate that subdependency. Print the exact chain of packages that led to the problematic dependency.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: pnpm/pnpm@v7.10.0...v7.11.0

v7.10.0

Compare Source

Minor Changes

  • New time-based resolution strategy supported.

    When resolution-mode is set to time-based, pnpm will resolve dependencies the following way:

    1. Direct dependencies will be resolved to their lowest versions. So if there is foo@^1.1.0 in the dependencies, then 1.1.0 will be installed.
    2. Subdependencies will be resolved from versions that were published before the last direct dependency was published.

    With this resolution mode installations with hot cache are faster. It also reduces the chance of subdependency hijacking as subdependencies will be updated only if direct dependencies are updated.

    This resolution mode works only with npm's full metadata. So it is slower in some scenarios. However, if you use Verdaccio v5.15.1 or newer, you may set the registry-supports-time-field setting to true, and it will be really fast.

    Related RFC.

  • Enhance pnpm env with the remove command. To remove a Node.js version installed by pnpm, run:

    pnpm env remove --global <node.js version>
    

Patch Changes

  • pnpm store prune should remove all cached metadata.
  • Don't modify the manifest of the injected workspace project, when it has the same dependency in prod and peer dependencies.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: pnpm/pnpm@v7.9.5...v7.10.0

sass/dart-sass

v1.54.8

Compare Source

  • No user-visible changes.

v1.54.7

Compare Source

  • Add support for 32-bit ARM releases on Linux.

v1.54.6

Compare Source

  • Fix a bug where a @media query could be incorrectly omitted from a
    stylesheet if it had multiple levels of nested @media queries within it
    and the inner queries were mergeable but the outer query was not.
sveltejs/svelte

v3.50.0

Compare Source

  • Add a11y warnings:
    • a11y-incorrect-aria-attribute-type: check ARIA state and property values (#​6978)
    • a11y-no-abstract-role: check that ARIA roles are non-abstract (#​6241)
    • a11y-no-interactive-element-to-noninteractive-role: check for non-interactive roles used on interactive elements (#​5955)
    • a11y-role-has-required-aria-props: check that elements with role attribute have all required attributes for that role (#​5852)
  • Add ComponentEvents convenience type (#​7702)
  • Add SveltePreprocessor utility type (#​7742)
  • Enhance action typings (#​7805)
  • Remove empty stylesheets created from transitions (#​4801, #​7164)
  • Make a11y-label-has-associated-control warning check all descendants for input control (#​5528)
  • Only show lowercase component name warnings for non-HTML/SVG elements (#​5712)
  • Disallow invalid CSS selectors starting with a combinator (#​7643)
  • Use Node.parentNode instead of Node.parentElement for legacy browser support (#​7723)
  • Handle arrow function on <slot> inside <svelte:fragment> (#​7485)
  • Improve parsing speed when encountering large blocks of whitespace (#​7675)
  • Fix class: directive updates in aborted/restarted transitions (#​7764)
sveltejs/language-tools

v2.9.0

Compare Source

  • (fix) more robust ./$types auto imports for SvelteKit (#​1609)
  • (fix) extract name in destructuring with default in reactive statement (#​1605)

New transformation:

  • (feat) enable actions to enhance typings on applied element (not usable yet, requires pending Svelte PR) (#​1553)
  • (feat) preserve bind: for better type checking of HTML elements (#​1596)
  • (feat) keep colon while transforming events (#​1549)
systemjs/systemjs

v6.12.6

Compare Source

v6.12.5

Compare Source

esbuild-kit/tsx

v3.9.0

Compare Source

Features
unjs/unbuild

v0.8.10

Compare Source

vuejs/vitepress

v1.0.0-alpha.13

Compare Source

Features
  • use global delegation for copy code interaction (b5bd73f)
vitest-dev/vitest

v0.23.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.23.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
johnsoncodehk/volar

v0.40.7

Compare Source

  • feat: support multiple workspaces for document features
  • feat: add initializationOptions.completion.ignoreTriggerCharacters for LSP-Volar (https://github.com/sublimelsp/LSP-volar/issues/114)
  • feat: add vueCompilerOptions.experimentalComponentOptionsWrapper option for custom component options warpper (#​1517)
  • fix: add missing surrounding pair "`" (#​1659)
  • fix: formatting edit range incorrect edge case (#​1814)
  • fix: typescript onType format do not respect typescript.format.enable
  • fix: document features stop working for script block (#​1813)
  • fix: pug formatter extra spaces in {{ }} (#​1784)
  • fix: template incremental parser broken when typing slot name

Breaking changes

  • vueCompilerOptions properties experimentalImplicitWrapComponentOptionsWithDefineComponent, experimentalImplicitWrapComponentOptionsWithVue2Extend replaced by experimentalComponentOptionsWrapper.
Our Sponsors

v0.40.6

Compare Source

  • feat: support language features for Web IDE (#​612)
  • feat: update vite problemMatcher (#​1801)
  • feat: add volar.vueserver.textDocumentSync option to disable incremental update (#​1807)
  • fix: v-for, v-if textmate scopes incorrect (#​1810)

v0.40.5

Compare Source

  • feat: suppor add or switch workspaces without restart server (#​1574)
  • fix: sfc offset incremental update broken when input at block start
  • fix: document incremental update break document content on Sublime LSP (https://github.com/sublimelsp/LSP-volar/issues/120)
  • fix: unexpected prop types behavior with compilerOptions.exactOptionalPropertyTypes (https://github.com/vuejs/core/issues/6532)
  • fix: false positive error on <input typeof="radio" value="..."> (#​1775)
  • fix: false positive style attribute inconsistent string type error (#​1781)
  • fix: langauge server broken with outDir + rootDir + composite/incremental tsconfig options (#​1782)
  • fix: json format should not trim first / end new line
  • fix: interpolation format adding redundant spaces (#​1784)

Configuration

📅 Schedule: Branch creation - "before 3am 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, click this checkbox.

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 Sep 5, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cdd884d to 86f6074 Compare September 5, 2022 09:53
@patak-dev patak-dev merged commit 855f2f0 into main Sep 5, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch September 5, 2022 18:09
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

1 participant