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 devdependencies (non-major) #137

Merged
merged 1 commit into from
Feb 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^18.14.0 -> ^18.14.2 age adoption passing confidence
@vitest/coverage-c8 ^0.28.5 -> ^0.29.1 age adoption passing confidence
eslint (source) ^8.34.0 -> ^8.35.0 age adoption passing confidence
happy-dom ^8.6.0 -> ^8.9.0 age adoption passing confidence
rollup (source) ^3.17.2 -> ^3.17.3 age adoption passing confidence
terser (source) ^5.16.4 -> ^5.16.5 age adoption passing confidence
vitest ^0.28.5 -> ^0.29.1 age adoption passing confidence
vitest-github-actions-reporter ^0.9.0 -> ^0.10.0 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.29.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.0

Compare Source

This release makes some significant changes to how tests are running. If you were using --no-threads before, you might consider enabling --single-thread instead (because your tests are now running in child_process instead of a worker thread) or try our new performance optimization feature (discussed later). If you were relying on API that was not available inside a worker (like process.chdir(), you can now use this option.

One of the potential breaking bug fixes is that environments do not share the same global scope anymore if you run them with --no-isolate, --no-threads or --single-thread - you might need to update your setup files if you were relying on a global variable before.

If you had performance issues on large code bases before, try the new deps.experimentalOptimizer option instead of disabling threads. Feedback is welcome!

One of the breaking changes includes adding a link to snapshots inside snapshot files, meaning you will need to update all your snapshots.

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

v8.35.0

Compare Source

Features
  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#​16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#​16844) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#​16826) (Daiki Nishikawa)
Bug Fixes
Documentation
Chores
capricorn86/happy-dom

v8.9.0

Compare Source

🎨 Features
  • Add support for the Audio class to Window. (#​778)

v8.8.0

Compare Source

🎨 Features
  • Adds support for Document.title. (#​785)

v8.7.6

Compare Source

👷‍♂️ Patch fixes
  • Fixes encoding error in XMLHttpRequest with responses other charsets than UTF-8. (#​783)

v8.7.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue with parsing conditional comments (e.g "<!--[if IE 8]>") in XMLParser. (#​519)

v8.7.4

Compare Source

👷‍♂️ Patch fixes
  • Add self equality check in the Node.contains() method. (#​776)

v8.7.3

Compare Source

👷‍♂️ Patch fixes
  • Adds support for Document.visibilityState and Document.hidden. (#​774)

v8.7.2

Compare Source

👷‍♂️ Patch fixes
  • Changes "blur" event to not bubble when executing HTMLElement.blur(). (#​771)

v8.7.1

Compare Source

👷‍♂️ Patch fixes
  • Convert value to string in HTMLInputElement.value. (#​729)

v8.7.0

Compare Source

🎨 Features
  • Adds logo for new sponsor RTVision. (#​682)
  • Adds support for HTMLIframeElement, MessageEvent and Window.postMessage(). (#​682)
rollup/rollup

v3.17.3

Compare Source

2023-02-25

Bug Fixes
  • Handle non-URL-safe characters when poly-filling import.meta.url (#​4875)
Pull Requests
terser/terser

v5.16.5

Compare Source

  • Correctly handle AST transform functions that mutate children arrays
  • Don't mutate the options object passed to Terser (#​1342)
  • Do not treat BigInt like a number
sapphi-red/vitest-github-actions-reporter

v0.10.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (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 using a preset from Sanity. View repository job log here

@stipsan stipsan merged commit 13c9fe4 into main Feb 27, 2023
@stipsan stipsan deleted the renovate/devdependencies-(non-major) branch February 27, 2023 00:57
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant