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

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cucumber/cucumber 10.8.0 -> 10.9.0 age adoption passing confidence
@nuxt/eslint-config (source) 0.5.0 -> 0.5.5 age adoption passing confidence
@nuxt/module-builder 0.8.2 -> 0.8.3 age adoption passing confidence
@nuxtjs/i18n (source) 8.3.3 -> 8.5.1 age adoption passing confidence
@playwright/test (source) 1.46.0 -> 1.46.1 age adoption passing confidence
eslint (source) 9.9.0 -> 9.9.1 age adoption passing confidence
happy-dom 15.0.0 -> 15.7.3 age adoption passing confidence
playwright-core (source) 1.46.0 -> 1.46.1 age adoption passing confidence
pnpm (source) 9.7.0 -> 9.9.0 age adoption passing confidence
rollup (source) 4.20.0 -> 4.21.2 age adoption passing confidence
ts-jest (source) 29.2.4 -> 29.2.5 age adoption passing confidence
unimport 3.10.0 -> 3.11.1 age adoption passing confidence
unplugin ^1.12.1 -> ^1.12.3 age adoption passing confidence
vite (source) 5.4.0 -> 5.4.2 age adoption passing confidence
vitest-environment-nuxt ^1.0.0 -> ^1.0.1 age adoption passing confidence
vue (source) ^3.4.37 -> ^3.4.38 age adoption passing confidence
vue (source) 3.4.37 -> 3.4.38 age adoption passing confidence
vue-tsc (source) 2.0.29 -> 2.1.4 age adoption passing confidence

Release Notes

cucumber/cucumber-js (@​cucumber/cucumber)

v10.9.0

Compare Source

Added
nuxt/eslint (@​nuxt/eslint-config)

v0.5.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.5.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.3

Compare Source

No significant changes

    View changes on GitHub

v0.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.5.1

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/module-builder (@​nuxt/module-builder)

v0.8.3

Compare Source

compare changes

🩹 Fixes
  • build: Handle missing named type exports (#​331)
❤️ Contributors
nuxt-community/i18n-module (@​nuxtjs/i18n)

v8.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v8.4.0

Compare Source

Configurable directory restructure

You can now enable and configure the directory restructure which will be the default in v9, check out the documentation for more details on the new directory restructure.

Locale iso property rename

In v9 we are changing the locale iso property to language, the old usage will keep on working in v8 but we have added deprecation warnings about this upcoming change, more details on why we're renaming the property can be found here.


   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
microsoft/playwright (@​playwright/test)

v1.46.1

Compare Source

eslint/eslint (eslint)

v9.9.1

Compare Source

capricorn86/happy-dom (happy-dom)

v15.7.3

Compare Source

v15.7.2

Compare Source

v15.7.1

Compare Source

v15.7.0

Compare Source

v15.6.1

Compare Source

v15.6.0

Compare Source

v15.5.0

Compare Source

v15.4.3

Compare Source

👷‍♂️ Patch fixes
  • Adds support for supporting new lines and tabs as white-space character in CSS selectors - By @​syi0808 in task #​1414

v15.4.2

Compare Source

👷‍♂️ Patch fixes

v15.4.1

Compare Source

👷‍♂️ Patch fixes
  • Throw error in FormData.append() when value parameter type is incorrect - By @​btea in task #​1484

v15.4.0

Compare Source

v15.3.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes the HTMLInputElement.indeterminate, so that it behaves correctly - By @​malko in task #​1439

v15.3.1

Compare Source

v15.3.0

Compare Source

v15.2.0

Compare Source

🎨 Features

v15.1.0

Compare Source

🎨 Features
  • Refactor internal logic related to injecting the Window context for classes that can be constructed using the "new" operator - By @​capricorn86 in task #​1332
  • Improves the way classes can access the Browser context internally - By @​capricorn86 in task #​1332
  • Refactor of the logic for EventTarget.dispatchEvent() to better handle the event phases "none", "capture", "atTarget" and "bubbling" - By @​capricorn86 in task #​1332
  • Adds support for HTMLInputElement.popoverTargetElement, HTMLInputElement.popoverTargetAction, HTMLButtonElement.popoverTargetElement and HTMLButtonElement.popoverTargetAction - By @​capricorn86 in task #​1332
  • Adds support for HTMLElement.popover - By @​capricorn86 in task #​1332
  • Adds support for PerformanceObserver, PerformanceEntry and PerformanceObserverEntryList - By @​capricorn86 in task #​1332
👷‍♂️ Patch fixes
  • Makes it possible for a polyfill to replace NodeList[Symbol.iterator]() with Array.prototype.values() - By @​capricorn86 in task #​1332
  • Adds logic for canceling any request to start new async tasks while the Window is closing (e.g. using setTimeout() or fetch()) - By @​capricorn86 in task #​1332
  • Fixes issues with errors exiting the browser when using the setting "errorCapture" set to "processLevel" - By @​capricorn86 in task #​1332
    • Refactor internal logic, so that thrown errors are instances of unique error classes assigned to the Window, which makes it possible for BrowserExceptionObserver to know which Window the error originated from
  • Changes Event.composedPath() to not return the Window object if the event type is "load", which is the same behaviour as the browser - By @​capricorn86 in task #​1332
    • This means that "load" events will not bubble up to the Window object
pnpm/pnpm (pnpm)

v9.9.0

Compare Source

v9.8.0

Compare Source

v9.7.1

Compare Source

rollup/rollup (rollup)

v4.21.2

Compare Source

2024-08-30

Bug Fixes
  • Handle IIFE/UMD namespace definitions conflicting with a builtin property (#​5605)
Pull Requests

v4.21.1

Compare Source

2024-08-26

Bug Fixes
  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#​5618)
  • Do not produce invalid code for import.meta.url in compact mode (#​5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#​5625)
Pull Requests

v4.21.0

Compare Source

2024-08-18

Features
  • Add option to configure directory for virtual modules when preserving modules (#​5602)
Pull Requests
kulshekhar/ts-jest (ts-jest)

v29.2.5

Compare Source

unjs/unimport (unimport)

v3.11.1

Compare Source

Bug Fixes
  • regexp: from named import false-negative (e2b7fe5)

v3.11.0

Compare Source

Features

3.10.1 (2024-08-20)

Bug Fixes

v3.10.1

Compare Source

Bug Fixes
unjs/unplugin (unplugin)

v1.12.3

Compare Source

Bug Fixes

v1.12.2

Compare Source

Bug Fixes
  • esbuild: object sourcemap by overriding Object.prototype.toString (#​399) (5d91695)
vitejs/vite (vite)

v5.4.2

Compare Source

v5.4.1

Compare Source

vuejs/core (vue)

v3.4.38

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

vuejs/language-tools (vue-tsc)

v2.1.4

Compare Source

v2.1.2

Compare Source

Bug Fixes
  • language-core, typescript-plugin, language-server: write globalTypes into dist for correct export (#​4740) (#​4737) (#​4738) (#​4739) - Thanks to @​KazariEX!
  • language-core: don't default vueCompilerOptions.lib to @vue/runtime-dom for Vue 2

v2.1.0

Compare Source

Features
Bug Fixes
Refactors
  • language-core: extract SFC root tags to separate virtual code
  • language-core: removed __hint trick from codegen
  • language-core: rewrite a part of confusing codegen code
  • language-core: reduce virtual code generated by component tags (#​4714)
  • language-core: do not wrap template virtual code with function (#​4731)
  • language-core: write real files to FS for shared global types (#​4736)
  • component-meta: remove deprecated createComponentMetaCheckerByJsonConfig, createComponentMetaChecker api
Other Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot requested a review from danielroe as a code owner August 13, 2024 13:46
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Aug 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2021080 to fa92c8d Compare August 13, 2024 19:49
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/module-builder to v0.8.3 chore(deps): update all non-major dependencies Aug 13, 2024
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Aug 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0507b42 to aaf6fdc Compare August 15, 2024 16:41
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Aug 15, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from eee24cb to 6664718 Compare August 22, 2024 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from af1be64 to 0c58194 Compare August 29, 2024 01:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 8264464 to d36d18c Compare September 1, 2024 12:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d36d18c to e578485 Compare September 1, 2024 19:38
Copy link
Contributor Author

renovate bot commented Sep 2, 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.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 2, 2024
@danielroe danielroe merged commit 57d77cf into main Sep 2, 2024
4 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch September 2, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant