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

Merged
merged 3 commits into from
May 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ampproject/remapping ^2.2.0 -> ^2.2.1 age adoption passing confidence
@antfu/eslint-config ^0.38.4 -> ^0.38.5 age adoption passing confidence
@antfu/ni ^0.21.2 -> ^0.21.3 age adoption passing confidence
@babel/preset-env (source) ^7.21.4 -> ^7.21.5 age adoption passing confidence
@babel/preset-typescript (source) ^7.21.4 -> ^7.21.5 age adoption passing confidence
@happy-dom/jest-environment (source) ^9.1.7 -> ^9.10.7 age adoption passing confidence
@jridgewell/trace-mapping ^0.3.17 -> ^0.3.18 age adoption passing confidence
@types/chai (source) ^4.3.4 -> ^4.3.5 age adoption passing confidence
@types/lodash (source) ^4.14.192 -> ^4.14.194 age adoption passing confidence
@types/node (source) ^18.15.11 -> ^18.16.3 age adoption passing confidence
@ungap/structured-clone ^1.0.2 -> ^1.1.0 age adoption passing confidence
@unocss/reset ^0.50.6 -> ^0.51.8 age adoption passing confidence
@vitejs/plugin-vue (source) ^4.1.0 -> ^4.2.1 age adoption passing confidence
@vue/vue3-jest ^29.2.3 -> ^29.2.4 age adoption passing confidence
birpc 0.2.3 -> 0.2.11 age adoption passing confidence
codemirror ^5.65.12 -> ^5.65.13 age adoption passing confidence
cypress ^12.9.0 -> ^12.11.0 age adoption passing confidence
esbuild ^0.17.15 -> ^0.17.18 age adoption passing confidence
eslint (source) ^8.37.0 -> ^8.39.0 age adoption passing confidence
happy-dom ^8.9.0 -> ^9.10.7 age adoption passing confidence
jsdom ^21.1.1 -> ^21.1.2 age adoption passing confidence
lint-staged ^13.2.0 -> ^13.2.2 age adoption passing confidence
modern-node-polyfills ^0.1.1 -> ^0.1.3 age adoption passing confidence
node-fetch-native ^1.0.2 -> ^1.1.0 age adoption passing confidence
pkg-types ^1.0.2 -> ^1.0.3 age adoption passing confidence
playwright (source) ^1.32.2 -> ^1.33.0 age adoption passing confidence
sirv ^2.0.2 -> ^2.0.3 age adoption passing confidence
tinybench ^2.4.0 -> ^2.5.0 age adoption passing confidence
typescript (source) ^5.0.3 -> ^5.0.4 age adoption passing confidence
unocss ^0.50.6 -> ^0.51.8 age adoption passing confidence
unplugin-auto-import ^0.15.2 -> ^0.15.3 age adoption passing confidence
vitepress (source) 1.0.0-alpha.65 -> 1.0.0-alpha.75 age adoption passing confidence
webdriverio (source) ^8.6.9 -> ^8.9.0 age adoption passing confidence

Release Notes

ampproject/remapping

v2.2.1

Compare Source

Full Changelog: ampproject/remapping@v2.2.0...v2.2.1

antfu/eslint-config

v0.38.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
antfu/ni

v0.21.3

Compare Source

No significant changes

    View changes on GitHub
babel/babel

v7.21.5

Compare Source

👓 Spec Compliance
  • babel-generator, babel-parser, babel-types
🐛 Bug Fix
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx
  • babel-preset-env
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-fixtures, babel-preset-typescript
    • #​15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@​JLHwung)
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin
capricorn86/happy-dom

v9.10.7

Compare Source

👷‍♂️ Patch fixes
  • Fix for parsing CSS comments with asterisks. (#​887)

Thank you for your contribution @​htuomola!

v9.10.6

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where errors where not handled correctly when performing a synchronous request with XMLHttpRequest. (#​795)
  • Adds support for XMLHttpRequest.response. (#​788)

Thank you @​Mas0nShi for your contribution!

v9.10.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue in HTMLCollection and HTMLFormControlsCollection related to id/name of elements colliding with class properties and methods. (#​875)

v9.10.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to query selection for attributes not using apostrophe for the value. This caused an issue with finding elements by text in Testing Library. (#​883)

v9.10.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where React "onChange" listeners never got executed when triggering a click(). (#​880)
  • Fixes issue where it was not possible to use multiple pseudo query selectors (e.g. "input:not([type]):not([list])"). This solves a problem in Testing Library where it failed to find elements by role "checkbox". (#​880)

v9.10.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to query selection for attributes with empty value (e.g. '[attr1=""]'). (#​881)

v9.10.1

Compare Source

👷‍♂️ Patch fixes
  • Adds support for using escaped characters to ID:s in query selectors (e.g. "#\\:id"). (#​877)

v9.10.0

Compare Source

🎨 Features
  • Refactors the internal logic of how query selection works to improve performance and make maintenance easier. (#​792)
  • Adds support for adjacent sibling to query selectors (e.g. ".a + .b"). (#​792)
👷‍♂️ Patch fixes
  • Fixes issue where *.querySelectorAll() did not return elements in document order. (#​285)

v9.9.2

Compare Source

👷‍♂️ Patch fixes
  • Adds a check for arguments.length to Node.insertBefore() instead of a check for "null" specific, as the browsers support sending in "undefined", even though it should only allow "null" according to spec. (#​827)

Thank you @​btea for your contribution!

v9.9.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where HTML entities didn't include semicolon. (#​870)

Thank you @​btea for your contribution!

v9.9.0

Compare Source

🎨 Features
  • Adds support for SVGElement.focus(), SVGElement.blur() and SVGElement.tabIndex. (#​699)

v9.8.4

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug related to adding multiple event listeners with the "once" option, which would cause the listener loop to go out of bounds. (#​805)

Thank you @​btea for your contribution!

v9.8.3

Compare Source

👷‍♂️ Patch fixes
  • Adds validation for if the node to insert is an ancestor in Node.appendChild()and Node.insertBefore(). (#​643)

Thank you @​btea for your contribution!

v9.8.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with event cycle (none, capture, atTarget, bubbling) that was was caused by adding support for capture event listeners in v9.7.0. (#​866)

v9.8.1

Compare Source

👷‍♂️ Patch fixes
  • Adds unit tests for inserting a <main> element with a "data" attribute to the body. (#​493)

Thank you @​danielrentz for your contribution!

v9.8.0

Compare Source

🎨 Features
  • Makes it possible to send in "null" to Ǹode.contains(). (#​865)

Thank you @​btea for your contribution!

v9.7.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug in Node.insertBefore() related to moving a Node within the same parent. (#​421)

v9.7.0

Compare Source

🎨 Features
  • Adds support for the "capture" option in Event.addEventListener(). (#​856)
  • Adds support for Event.eventPhase. (#​856)

v9.6.1

Compare Source

👷‍♂️ Patch fixes
  • Improve type checking in unit tests. (#​860)

Thank you @​danielrentz for your contribution!

v9.6.0

Compare Source

🎨 Features
  • Adds support for Node.normalize(). (#​300)

Thank you @​danielrentz for your contribution!

v9.5.1

Compare Source

👷‍♂️ Patch fixes
  • Throw DOMException in Text.splitText() when offset is lower than 0. (#​857)

Thank you @​danielrentz for your contribution!

v9.5.0

Compare Source

🎨 Features
  • Adds support for SubmitEvent. (#​820)

Thank you @​danielrentz for your contribution!

v9.4.0

Compare Source

🎨 Features
  • Fixes issue that caused an exception to be thrown in Range.cloneContents(). (#​853)

Thank you @​danielrentz for your contribution!

v9.3.2

Compare Source

👷‍♂️ Patch fixes
  • Adds support for decoding HTML entities to Element.textContent. (#​818)

Thank you @​btea for your contribution!

v9.3.1

Compare Source

👷‍♂️ Patch fixes
  • Makes it possible to assign a relative URL to Location.href, Location.replace() and Location.assign(). Please note that the default URL in Happy DOM is "about:blank" and it is not possible to construct a URL with it as base. It has to be set to another absolute URL first. (#​678)

Thank you @​Mas0nShi for your contribution!

v9.3.0

Compare Source

🎨 Features
  • Adds support for Document.createNodeIterator(). (#​297)

Thank you @​danielrentz for your contribution!

v9.2.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where Element.insertBefore() did not update the Element.children property correctly after inserting an element before a non-element node. (#​846)

Thank you @​btea for your contribution!

v9.2.0

Compare Source

🎨 Features
  • Adds support for SVGElement.dataset. (#​841)

Thank you @​danielrentz for your contribution!

v9.1.10

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with HttpOnly cookies not being sent in XMLHttpRequest and window.fetch(). (#​836)
  • Fixes problem with using cookie names without a value (e.g. "cookie_name" and "cookie_name=" should be handled as separate cookies). (#​836)
🎨 Features
  • Adds support for CORS handling when sending and receiving cookies from HTTP requests/responses. (#​836)

v9.1.9

Compare Source

🎨 Features
  • Adds support for Typescript declaration maps, allowing "Go to definition" to go to the actual source code, instead of only the type definition. To see the types, "Go to type definition" will still work. (#​842)

Thank you @​ekwoka for your contribution!

v9.1.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes an issue where number values in "name" and "id" attributes caused a collision with index properties in HTMLCollection. (#​840)
jridgewell/trace-mapping

v0.3.18

Compare Source

What's Changed

New Contributors

Full Changelog: jridgewell/trace-mapping@v0.3.17...v0.3.18

v0.3.17

Compare Source

What's Changed

Full Changelog: jridgewell/trace-mapping@v0.3.16...v0.3.17

v0.3.16

Compare Source

What's Changed

New Contributors

Full Changelog: jridgewell/trace-mapping@v0.3.15...v0.3.16

v0.3.15

Compare Source

What's Changed

Full Changelog: jridgewell/trace-mapping@v0.3.14...v0.3.15

v0.3.14

Compare Source

Internal

Full Changelog: jridgewell/trace-mapping@v0.3.13...v0.3.14

v0.3.13

Compare Source

What's Changed

Full Changelog: jridgewell/trace-mapping@v0.3.12...v0.3.13

v0.3.12

Compare Source

Changes

Full Changelog: jridgewell/trace-mapping@v0.3.11...v0.3.12

v0.3.11

Compare Source

What's Changed

Full Changelog: jridgewell/trace-mapping@v0.3.10...v0.3.11

v0.3.10

Compare Source

What's Changed

New Contributors

Full Changelog: jridgewell/trace-mapping@v0.3.9...v0.3.10

ungap/structured-clone

v1.1.0

Compare Source

unocss/unocss

v0.51.8

Compare Source

   🚀 Features
  • web-fonts: Expose createGoogleCompatibleProvider util  -  by @​antfu (ad120)
    View changes on GitHub

v0.51.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.51.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.51.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.51.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.51.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.51.2

[Compare Source](https://to


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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@stackblitz
Copy link

stackblitz bot commented Apr 24, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from c145244 to 50ec659 Compare April 30, 2023 09:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e357024 to c0f433e Compare May 3, 2023 08:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0468d91 to 73999e3 Compare May 3, 2023 10:18
@renovate
Copy link
Contributor Author

renovate bot commented May 3, 2023

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.

@sheremet-va sheremet-va merged commit 48c4e8c into main May 4, 2023
@sheremet-va sheremet-va deleted the renovate/all-minor-patch branch May 4, 2023 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant