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

Merged
merged 1 commit into from May 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 18.16.0 -> 18.16.6 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.59.1 -> 5.59.5 age adoption passing confidence
@typescript-eslint/parser 5.59.1 -> 5.59.5 age adoption passing confidence
eslint (source) 8.39.0 -> 8.40.0 age adoption passing confidence
happy-dom 9.9.2 -> 9.10.9 age adoption passing confidence
pnpm (source) 8.3.1 -> 8.4.0 age adoption passing confidence
vite (source) 4.2.2 -> 4.3.5 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.59.5

Compare Source

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

v5.59.2

Compare Source

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.59.5

Compare Source

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

v5.59.2

Compare Source

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

eslint/eslint

v8.40.0

Compare Source

Features
  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#​17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#​17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context (#​17107) (Nitin Kumar)
  • 1468f5b feat: add physicalFilename property to the rule context (#​17111) (Nitin Kumar)
  • 0df4d4f feat: add cwd to rule context (#​17106) (Nitin Kumar)
  • 52018f2 feat: add filename property to the rule context (#​17108) (Nitin Kumar)
  • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#​17105) (Nitin Kumar)
Bug Fixes
  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#​17151) (Nicholas C. Zakas)
Documentation
  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#​17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#​17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#​17110) (唯然)
Chores
capricorn86/happy-dom

v9.10.9

Compare Source

👷‍♂️ Patch fixes
  • Adds support for Request.formData(). (#​892)

Thank you @​rolandjohann for your contribution!

v9.10.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes an issue where HTMLAnchorElement.toString() returned "HTMLElement.outerHTML", but should return "HTMLAnchorElement.href" according to spec. (#​890)

Thank you @​Schleuse for your contribution!

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)
pnpm/pnpm

v8.4.0

Compare Source

Minor Changes

  • pnpm publish supports the --provenance CLI option #​6435.

Patch Changes

  • Link the bin files of local workspace dependencies, when node-linker is set to hoisted 6486.
  • Ask the user to confirm the removal of node_modules directory unless the --force option is passed.
  • Do not create a node_modules folder with a .modules.yaml file if there are no dependencies inside node_modules.

Our Gold Sponsors

Our Silver Sponsors

vitejs/vite

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

Vite 4.3 is out! Read the announcement blog post here

Vite 4.3, It's Fast

In this minor, we focused on improving the dev server performance. The resolve logic got streamlined, improving hot paths and implementing smarter caching for finding package.json, TS config files, and resolved URL in general.

You can read a detailed walkthrough of the performance work done in this blog post by one of Vite Contributors: How we made Vite 4.3 faaaaster 🚀.

This sprint resulted in speed improvements across the board compared to Vite 4.2.

These are the performance improvements as measured by sapphi-red/performance-compare, which tests an app with 1000 React Components cold and warm dev server startup time as well as HMR times for a root and a leaf component:

Vite (babel) Vite 4.2 Vite 4.3 Improvement
dev cold start 17249.0ms 5132.4ms -70.2%
dev warm start 6027.8ms 4536.1ms -24.7%
Root HMR 46.8ms 26.7ms -42.9%
Leaf HMR 27.0ms 12.9ms -52.2%
Vite (swc) Vite 4.2 Vite 4.3 Improvement
dev cold start 13552.5ms 3201.0ms -76.4%
dev warm start 4625.5ms 2834.4ms -38.7%
Root HMR 30.5ms 24.0ms -21.3%
Leaf HMR 16.9ms 10.0ms -40.8%

You can read more information about the benchmark here

Features
Performance
Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone Asia/Tokyo, 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 force-pushed the renovate/all-minor-patch branch 10 times, most recently from 0d5bf98 to 4741d5b Compare May 6, 2023 00:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4741d5b to dcd351d Compare May 8, 2023 21:51
@yshrsmz yshrsmz merged commit 7e43f93 into main May 9, 2023
4 checks passed
@yshrsmz yshrsmz deleted the renovate/all-minor-patch branch May 9, 2023 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant