Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@typescript-eslint/eslint-plugin 5.14.0 -> 5.21.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.14.0 -> 5.21.0 age adoption passing confidence devDependencies minor
eslint (source) 8.10.0 -> 8.14.0 age adoption passing confidence devDependencies minor
eslint-plugin-vue (source) 8.5.0 -> 8.7.1 age adoption passing confidence devDependencies minor
happy-dom 2.46.3 -> 2.55.0 age adoption passing confidence devDependencies minor
microbundle 0.14.2 -> 0.15.0 age adoption passing confidence devDependencies minor
node 16.14.2 -> 16.15.0 age adoption passing confidence minor
prettier (source) 2.5.1 -> 2.6.2 age adoption passing confidence devDependencies minor
vite 2.8.6 -> 2.9.6 age adoption passing confidence devDependencies minor
vitest 0.6.3 -> 0.10.0 age adoption passing confidence devDependencies minor

Release Notes

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

v5.21.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-misused-promises] prioritize false returns when checking whether a function returns only void (#​4841) (ccadb60)
  • eslint-plugin: [no-namespace] fix false positive for exported namespaces when allowDeclarations=true (#​4844) (4e7c9be)
  • eslint-plugin: [space-infix-ops] fix no error when right type is function (#​4848) (d74d559)
Features
  • eslint-plugin: [parameter-properties] add rule to replace no-parameter-properties (#​4622) (88ed9ec)

v5.20.0

Compare Source

Features
  • eslint-plugin: [no-magic-numbers] ignoreTypeIndexes option (#​4789) (5e79451)

v5.19.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [unified-signatures] add ignoreDifferentlyNamedParameters option (#​4659) (fdf95e0)
  • eslint-plugin: add support for valid number and bigint intersections in restrict-plus-operands rule (#​4795) (19c600a)

v5.18.0

Compare Source

Bug Fixes
  • eslint-plugin: method-signature-style respect getter signature (#​4777) (12dd670)
Features
  • eslint-plugin: [no-shadow] ignoreOnInitialization option (#​4603) (068ea9b)
  • eslint-plugin: [no-this-alias] report on assignment expressions (#​4718) (8329498)

v5.17.0

Compare Source

Features
  • eslint-plugin: [no-unused-vars] add destructuredArrayIgnorePattern options (#​4748) (6f8db8b)

v5.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-assertions] enforce assertionStyle for const assertions (#​4685) (8ec05be)
Features
  • eslint-plugin: [prefer-optional-chain] support logical with empty object (#​4430) (d21cfe0)

v5.15.0

Compare Source

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

v5.21.0

Compare Source

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

v5.20.0

Compare Source

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

v5.19.0

Compare Source

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

v5.18.0

Compare Source

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

v5.17.0

Compare Source

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

v5.16.0

Compare Source

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

v5.15.0

Compare Source

Features
eslint/eslint

v8.14.0

Compare Source

Features

  • ab6363d feat: Add rule no-constant-binary-expression (#​15296) (Jordan Eldredge)

Bug Fixes

  • 35fa1dd fix: allow project paths to have URL-encoded characters (#​15795) (Milos Djermanovic)
  • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#​15775) (Milos Djermanovic)

Build Related

Chores

  • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#​15798) (Milos Djermanovic)
  • db28f2c chore: Add static frontmatter to docs (#​15782) (Nicholas C. Zakas)
  • 3bca59e chore: markdownlint autofix on commit (#​15783) (Nicholas C. Zakas)

v8.13.0

Compare Source

Features

  • 274acbd feat: fix no-eval logic for this in arrow functions (#​15755) (Milos Djermanovic)

Bug Fixes

  • 97b57ae fix: invalid operator in operator-assignment messages (#​15759) (Milos Djermanovic)

Documentation

  • c32482e docs: Typo in space-infix-ops docs (#​15754) (kmin-jeong)
  • f2c2d35 docs: disambiguate types FormatterFunction and LoadedFormatter (#​15727) (Francesco Trotta)

Chores

  • bb4c0d5 chore: Refactor docs to work with docs.eslint.org (#​15744) (Nicholas C. Zakas)
  • d36f12f chore: remove lib/init from eslint config (#​15748) (Milos Djermanovic)
  • a59a4e6 chore: replace trimLeft/trimRight with trimStart/trimEnd (#​15750) (Milos Djermanovic)

v8.12.0

Compare Source

Features

  • 685a67a feat: fix logic for top-level this in no-invalid-this and no-eval (#​15712) (Milos Djermanovic)

Chores

  • 18f5e05 chore: padding-line-between-statements remove useless additionalItems (#​15706) (Martin Sadovy)

v8.11.0

Compare Source

Features

  • 800bd25 feat: add destructuredArrayIgnorePattern option in no-unused-vars (#​15649) (Nitin Kumar)
  • 8933fe7 feat: Catch undefined and Boolean() in no-constant-condition (#​15613) (Jordan Eldredge)
  • f90fd9d feat: Add ESLint favicon to the HTML report document (#​15671) (Mahdi Hosseinzadeh)
  • 57b8a57 feat: valid-typeof always ban undefined (#​15635) (Zzzen)

Bug Fixes

  • 6814922 fix: escaping for square brackets in ignore patterns (#​15666) (Milos Djermanovic)
  • c178ce7 fix: extend the autofix range in comma-dangle to ensure the last element (#​15669) (Milos Djermanovic)

Documentation

  • c481cec docs: add fast-eslint-8 to atom integrations (userguide) (#​15695) (db developer)
  • d2255db docs: Add clarification about eslint-enable (#​15680) (dosisod)
  • 8b9433c docs: add object pattern to first section of computed-property-spacing (#​15679) (Milos Djermanovic)
  • de800c3 docs: link to minimatch docs added. (#​15688) (Gaurav Tewari)
  • 8f675b1 docs: sort-imports add single named import example (#​15675) (Arye Eidelman)

Chores

vuejs/eslint-plugin-vue

v8.7.1

Compare Source

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v8.7.0...v8.7.1

v8.7.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v8.6.0...v8.7.0

v8.6.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v8.5.0...v8.6.0

capricorn86/happy-dom

v2.55.0

Compare Source

🎨 Features
  • Adds support for HTMLBaseElement. (#​429)
  • Adds support for Node.baseURI. (#​429)

v2.54.0

Compare Source

🎨 Features
  • Adds support for HTMLInputElement.setCustomValidity(), HTMLInputElement.reportValidity() and HTMLInputElement.validationMessage. (#​442)

v2.53.1

Compare Source

👷‍♂️ Patch fixes
  • Adds support for sending in other values than strings as tag name to Document.createElement() and Document.createElementNS(). (#​422)

v2.53.0

Compare Source

🎨 Features
  • Adds support for setting and deleting values in the HTMLElement.dataset object. The changes will be reflected to the attributes of the element. (#​405)
  • Improves performance of Element.getAttributeNS() which is used in many places within Happy DOM. (#​405)
👷‍♂️ Patch fixes
  • Fixes issue with dataset keys not being in lower camel case. (#​435)

v2.52.0

Compare Source

🎨 Features
  • Adds support for Node.ELEMENT_NODE, Node.TEXT_NODE etc. on the instance. It it currently only available statically. (#​433)

v2.51.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue with Document.activeElement not being the first custom element that has document as root node when the focused element is nestled in shadow roots. (#​434)

v2.51.0

Compare Source

🎨 Features
  • Adds support for Window.Headers, Window.Response and Window.Request. (#​317)
  • Uses the "URLSearchParams" class from the Node "url" package instead of a custom implementation. (#​317)
  • Adds support for Blob.text(). (#​317)
  • Improves the async task manager used when calling Window.happyDOM.whenAsyncComplete(). (#​317)
👷‍♂️ Patch fixes
  • Fixes problem with [].constructor not being the same as the Array class. (#​430)

v2.50.0

Compare Source

🎨 Features
  • Updates dependencies to fix security vulnerabilities. (#​425)
  • Fixes issue with objects and functions not having the same constructor as window.Object and window.Function in a virtual environment. (#​419)

v2.49.2

Compare Source

👷‍♂️ Patch fixes

v2.49.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where Element.innerHTML did not parse unclosed regular elements (e.g. <div>) correctly. (#​349)

v2.49.0

Compare Source

🎨 Features
  • Adds support for document.getElementsByName(). (#​411)

v2.48.0

Compare Source

🎨 Features
  • Adds support for Document.characterSet and Document.charset. (#​402)

v2.47.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where event listeners wasn't called in the scope of the EventTarget when calling EventTarget.dispatchEvent(). (#​415)

v2.47.2

Compare Source

👷‍♂️ Patch fixes
  • Updates dependencies to fix security vulnerabilities. (#​409)

v2.47.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue with custom elements not being loaded when defined after the element tag was added to the DOM. (#​404)
🎨 Features
  • Adds support for HTMLUnknownElement. (#​404)

v2.47.0

Compare Source

🎨 Features
developit/microbundle

v0.15.0

Compare Source

Minor Changes
Patch Changes
  • b51b855 #​935 Thanks @​mycoin! - Don't attempt to write build stats in watch mode when there has been a build error/sizeInfo is undefined
nodejs/node

v16.15.0

Compare Source

Notable changes
Add fetch API

Adds experimental support to the fetch API. This adds the --experimental-fetch
flag that installs the fetch, Request, Response, Headers, and FormData
globals.

  • (SEMVER-MINOR) add fetch (Michaël Zasso) #​41749
  • (SEMVER-MINOR) add FormData global when fetch is enabled (Michaël Zasso) #​41956
Other notable changes
  • build:
    • remove broken x32 arch support (Ben Noordhuis) #​41905
  • crypto:
    • (SEMVER-MINOR) add KeyObject.prototype.equals method (Filip Skokan) #​42093
  • doc:
    • add @​ShogunPanda to collaborators (Paolo Insogna) #​42362
    • add JakobJingleheimer to collaborators list (Jacob Smith) #​42185
    • add joesepi to collaborators (Joe Sepi) #​41914
    • add marsonya to collaborators (Akhil Marsonya) #​41991
    • deprecate string coercion in fs.write, fs.writeFileSync (Livia Medeiros) #​42149
    • deprecate notice for process methods (Yash Ladha) #​41587
  • esm:
    • (SEMVER-MINOR) support https remotely and http locally under flag (Bradley Farias) #​36328
  • module:
    • (SEMVER-MINOR) unflag esm json modules (Geoffrey Booth) #​41736
  • node-api:
    • (SEMVER-MINOR) add node_api_symbol_for() (Darshan Sen) #​41329
  • process:
    • deprecate multipleResolves (Benjamin Gruenbaum) #​41872
  • stream:
    • (SEMVER-MINOR) support some and every (Benjamin Gruenbaum) #​41573
    • (SEMVER-MINOR) add toArray (Benjamin Gruenbaum) #​41553
    • (SEMVER-MINOR) add forEach method (Benjamin Gruenbaum) #​41445
Commits

Configuration

📅 Schedule: 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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b49ae23 to a3227c0 Compare March 14, 2022 00:43
@renovate renovate bot changed the title chore(deps): update dependency eslint to v8.11.0 chore(deps): update all non-major dependencies Mar 14, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 86b1e3e to ff6bcf5 Compare March 16, 2022 05:42
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies (minor) Mar 16, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from d2df961 to 443ca9e Compare March 23, 2022 13:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from fb60cea to a5eebcf Compare March 29, 2022 15:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 7c903ba to b260a40 Compare April 8, 2022 23:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from ad9650e to cb50381 Compare April 14, 2022 16:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 19a27b4 to 8b9620b Compare April 25, 2022 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3ef65df to 2603047 Compare April 26, 2022 23:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2603047 to bf4e790 Compare April 27, 2022 02:48
@dwightjack dwightjack merged commit 1e0db77 into next Apr 27, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch April 27, 2022 09:13
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.

3 participants