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

Merged
merged 2 commits into from
May 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/eslint (source) 0.3.10 -> 0.3.12 age adoption passing confidence
cypress (source) 13.8.1 -> 13.9.0 age adoption passing confidence
eslint (source) 9.1.1 -> 9.2.0 age adoption passing confidence
happy-dom 14.7.1 -> 14.10.1 age adoption passing confidence
postcss-html 1.6.0 -> 1.7.0 age adoption passing confidence
sass 1.75.0 -> 1.77.0 age adoption passing confidence
stylelint (source) 16.4.0 -> 16.5.0 age adoption passing confidence
svgo (source) 3.2.0 -> 3.3.2 age adoption passing confidence
vite (source) 5.2.10 -> 5.2.11 age adoption passing confidence
vitest (source) 1.5.2 -> 1.6.0 age adoption passing confidence
vue (source) 3.4.25 -> 3.4.27 age adoption passing confidence
vue-tsc (source) 2.0.14 -> 2.0.17 age adoption passing confidence

Release Notes

nuxt/eslint (@​nuxt/eslint)

v0.3.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.11

Compare Source

   🚀 Features
    View changes on GitHub
cypress-io/cypress (cypress)

v13.9.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0

eslint/eslint (eslint)

v9.2.0

Compare Source

capricorn86/happy-dom (happy-dom)

v14.10.1

Compare Source

v14.10.0

Compare Source

🎨 Features
  • Adds support for Document.elementFromPoint() - By @​TreyVigus in task #​1400
    • The method will always return null as Happy DOM doesn't support rendering and can't calculate an element's position based on where it is rendered

v14.9.0

Compare Source

v14.8.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to Element.insertBefore() not removing comment node from previous ancestor - By @​mdafanasev in task #​1406

v14.8.2

Compare Source

v14.8.1

Compare Source

v14.8.0

Compare Source

🎨 Features
ota-meshi/postcss-html (postcss-html)

v1.7.0

Compare Source

What's Changed

Full Changelog: ota-meshi/postcss-html@v1.6.0...v1.7.0

sass/dart-sass (sass)

v1.77.0

Compare Source

  • Don't throw errors for at-rules in keyframe blocks.

v1.76.0

Compare Source

  • Throw errors for misplaced statements in keyframe blocks.

  • Mixins and functions whose names begin with -- are now deprecated for
    forwards-compatibility with the in-progress CSS functions and mixins spec.
    This deprecation is named css-function-mixin.

stylelint/stylelint (stylelint)

v16.5.0

Compare Source

svg/svgo (svgo)

v3.3.2

Compare Source

Notice

An update on what happened with v3.3.0 and v3.3.1. While we have retained CJS support, the migration to EMS has changed the acceptable ways to import SVGO, in ways that users depended on before. This effectively made SVGO a breaking change.

Rather than resolve or workaround these differences, we've opted to release SVGO v3.3.2, which is effectively a revert to v3.2.0, and deprecate versions v3.3.0 and v3.3.1. We'll then proceed to work on releasing v4 which will document the breaking changes, and feature further breaking changes that were slated for v4, like disabling removeViewBox by default.

Sorry for the headache, and thanks for your patience.

v3.3.1

Compare Source

v3.3.0

Compare Source

vitejs/vite (vite)

v5.2.11

Compare Source

vitest-dev/vitest (vitest)

v1.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.4.27

Compare Source

Bug Fixes

v3.4.26

Compare Source

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

v2.0.17

Compare Source

Features
  • language-core: add JSDod support for component (#​2377)
  • language-core: add JSDoc support for script setup binding variables (#​3409)
  • language-core: add class component support (#​4354)
  • language-service: re-support scoped class links in template (#​4357)
  • typescript-plugin: create script setup block when auto import if needed
  • typescript-plugin: add JSDoc support for events in template (#​4365)
  • component-meta: add JSDoc tags support for events
  • language-core: support defineOptions (#​4362) - Thanks @​zhiyuanzmj
Bug Fixes
  • language-core: hover not working for intrinsic element event name
  • language-core: showing false declared but not used errors for functions used in v-on="{}" (#​4333)
  • language-core: fix nameless event expression formatting
  • language-core: types imported in the <script setup> should not be used as a variable in template (#​4353)
  • language-core: renaming classname within scoped not working (#​4355)
  • language-core: <style> completions and html custom data completions not provided in some cases (#​4092)
  • language-core: improve code action edits mapping fault tolerance
  • language-core: support defineModel for generic component (#​4345) - Thanks @​zhiyuanzmj
  • language-service: completion cannot trigger in SFC root
  • component-meta: forceUseTs options not working
Other Changes
  • Upgrade Volar from v2.2.0 to v2.2.2.
  • Upgrade Volar services from v0.0.42 to v0.0.44.
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:
    • mxsdev.typescript-explorer
  • Deprecated vueCompilerOptions.experimentalUseElementAccessInTemplate
  • Specify packageManager (#​4358) - Thanks @​so1ve
  • docs: emoved possibly redundant duplicate reference (#​4348) - Thanks @​artshade
  • language-service: temporarily remove references codeLens (#​4364)
  • vscode: auto enabling hybrid mode allows

v2.0.16

Compare Source

Bug Fixes
Other Changes

v2.0.15

Compare Source

Features
  • Redesign additional extensions, VitePress, PetiteVue support (#​4321)
    • Fix custom file extensions not working in Hybrid Mode (#​4251)
  • vscode: prompt when Hybrid Mode is explicitly enabled but known incompatible extensions are installed
  • language-core: use internal options for directly exposing user props/emits types (vuejs/core#10801)
  • language-core: support defineSlots destructuring (#​4312) - Thanks @​zhiyuanzmj
Bug Fixes
  • vscode: when enabled VitePress support, extension not activated when opening markdown files
  • language-core: auto-complete not working in v-bind
Performance
  • language-service: emmet completion should not be blocked by TS type evaluation (#​4298)
  • language-core: simplify virtual code for intrinsic elements
Other Changes
  • Upgrade Volar from v2.2.0-alpha.10 to v2.2.0-alpha.12:
    • Avoid extension crash when workspace TSDK does not exist
    • Fix template variables cannot be renamed at the first character in Hybrid Mode (#​4297)
    • Fix template virtual code mapping is misaligned in Windows in Hybrid Mode (#​4297)
  • Add svelte.svelte-vscode (>=108.4.0) to Hybrid Mode compatibility whitelist (sveltejs/language-tools#2317)
  • component-meta: convert source code to TS
  • language-core: export allCodeFeatures (#​4320) - Thanks @​zhiyuanzmj

Configuration

📅 Schedule: Branch creation - "after 2am and before 10am on saturday" in timezone Europe/Paris, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 4, 2024
@renovate renovate bot requested a review from erwanjugand May 4, 2024 01:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a176969 to f21e37c Compare May 5, 2024 18:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f21e37c to 22f09ea Compare May 6, 2024 22:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 22f09ea to f9cdea0 Compare May 7, 2024 00:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f9cdea0 to 33ca013 Compare May 7, 2024 04:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 33ca013 to 97d0df9 Compare May 8, 2024 00:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 97d0df9 to e35278d Compare May 8, 2024 14:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e35278d to b2c2a00 Compare May 9, 2024 01:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b2c2a00 to 5d47091 Compare May 9, 2024 09:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d47091 to 21758b7 Compare May 9, 2024 13:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 21758b7 to b3ff2e5 Compare May 9, 2024 16:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b3ff2e5 to f5540d4 Compare May 10, 2024 09:30
| datasource | package      | from   | to      |
| ---------- | ------------ | ------ | ------- |
| npm        | @nuxt/eslint | 0.3.10 | 0.3.12  |
| npm        | cypress      | 13.8.1 | 13.9.0  |
| npm        | eslint       | 9.1.1  | 9.2.0   |
| npm        | happy-dom    | 14.7.1 | 14.10.1 |
| npm        | postcss-html | 1.6.0  | 1.7.0   |
| npm        | sass         | 1.75.0 | 1.77.0  |
| npm        | stylelint    | 16.4.0 | 16.5.0  |
| npm        | svgo         | 3.2.0  | 3.3.2   |
| npm        | vite         | 5.2.10 | 5.2.11  |
| npm        | vitest       | 1.5.2  | 1.6.0   |
| npm        | vue          | 3.4.25 | 3.4.27  |
| npm        | vue-tsc      | 2.0.14 | 2.0.17  |
Copy link
Contributor Author

renovate bot commented May 10, 2024

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.

@erwanjugand erwanjugand merged commit c24fd6e into main May 10, 2024
2 checks passed
@erwanjugand erwanjugand deleted the renovate/all-minor-patch branch May 10, 2024 18:56
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