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

Merged
merged 1 commit into from
Mar 12, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node 16.11.21 -> 16.11.26 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.10.0 -> 5.14.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.10.0 -> 5.14.0 age adoption passing confidence devDependencies minor
eslint (source) 8.7.0 -> 8.11.0 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.3.0 -> 8.5.0 age adoption passing confidence devDependencies minor
eslint-plugin-vue (source) 8.3.0 -> 8.5.0 age adoption passing confidence devDependencies minor
happy-dom 2.43.1 -> 2.46.3 age adoption passing confidence devDependencies minor
node 16.13.2 -> 16.14.0 age adoption passing confidence minor
typescript (source) 4.5.5 -> 4.6.2 age adoption passing confidence devDependencies minor
vite 2.7.13 -> 2.8.6 age adoption passing confidence devDependencies minor
vitest 0.5.9 -> 0.6.0 age adoption passing confidence devDependencies minor
vue3 3.2.28 -> 3.2.31 age adoption passing confidence devDependencies patch

Release Notes

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

v5.14.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] cover case that requires quotes (#​4582) (3ea0947)
  • eslint-plugin: [no-misused-promises] factor thenable returning function overload signatures (#​4620) (56a09e9)
  • eslint-plugin: [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (#​4343) (a65713a)
  • eslint-plugin: [return-await] correct autofixer in binary expression (#​4401) (5fa2fad)
Features
  • eslint-plugin: [no-misused-promises] add granular options within checksVoidReturns (#​4623) (1085177)

v5.13.0

Compare Source

Bug Fixes
  • eslint-plugin: [sort-type-union-intersection-members] Wrap the constructorType in parentheses (#​4590) (851bb90)
Features
  • eslint-plugin: [no-misused-promises] check more places for checksVoidReturn (#​4541) (052cf51)
  • eslint-plugin: add no-redundant-type-constituents rule (#​4378) (63d051e)
  • eslint-plugin: add no-useless-empty-export rule (#​4380) (823b945)
  • eslint-plugin: add extension rule space-before-blocks (#​1606) (#​4184) (208b6d0)
  • eslint-plugin: added member group support to member-ordering rule (#​4538) (6afcaea)

5.12.1 (2022-02-21)

Bug Fixes
  • eslint-plugin: [no-unnecessary-type-arguments] fix comparison of types (#​4555) (fc3936e)

v5.12.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-type-arguments] fix comparison of types (#​4555) (fc3936e)

v5.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [init-declarations] fix nested namespace (#​4544) (fe910e6)
  • eslint-plugin: [no-unnecessary-type-arguments] Use Symbol to check if it's the same type (#​4543) (5b7d8df)
  • support nested object deconstructuring with type annotation (#​4548) (4da9278)
Features
  • add checking property definition for allowNames option (#​4542) (e32bef6)

v5.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-magic-numbers] fix invalid schema merging (#​4517) (b95f796)
  • eslint-plugin: [non-nullable-type-assertion-style] fix false positive when asserting to a generic type that might be nullish (#​4509) (4209362)
Features
  • eslint-plugin: [explicit-function-return-type] add allowedNames (#​4440) (936e252)

5.10.2 (2022-01-31)

Bug Fixes
  • eslint-plugin: [no-restricted-imports] allow relative type imports with patterns configured (#​4494) (4a6d217)

5.10.1 (2022-01-24)

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

v5.10.2

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] allow relative type imports with patterns configured (#​4494) (4a6d217)

v5.10.1

Compare Source

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

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

v5.14.0

Compare Source

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

v5.13.0

Compare Source

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

5.12.1 (2022-02-21)

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

v5.12.1

Compare Source

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

v5.12.0

Compare Source

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

v5.11.0

Compare Source

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

5.10.2 (2022-01-31)

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

5.10.1 (2022-01-24)

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

v5.10.2

Compare Source

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

v5.10.1

Compare Source

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

eslint/eslint

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

v8.10.0

Compare Source

Features

  • 6e2c325 feat: Add ignoreOnInitialization option to no-shadow rule (#​14963) (Soufiane Boutahlil)
  • 115cae5 feat: --debug prints time it takes to parse a file (#​15609) (Bartek Iwańczuk)
  • 345e70d feat: Add onlyOneSimpleParam option to no-confusing-arrow rule (#​15566) (Gautam Arora)

Bug Fixes

  • cdc5802 fix: Avoid __dirname for built-in configs (#​15616) (DoZerg)
  • ee7c5d1 fix: false positive in camelcase with combined properties (#​15581) (Nitin Kumar)

Documentation

Chores

v8.9.0

Compare Source

Features

  • 68f64a9 feat: update eslint-scope to ignore "use strict" directives in ES3 (#​15595) (Milos Djermanovic)
  • db57639 feat: add es2016, es2018, es2019, and es2022 environments (#​15587) (Milos Djermanovic)
  • 2dc38aa feat: fix bug with arrow function return types in function-paren-newline (#​15541) (Milos Djermanovic)
  • 6f940c3 feat: Implement FlatRuleTester (#​15519) (Nicholas C. Zakas)

Documentation

  • 570a036 docs: add one-var example with for-loop initializer (#​15596) (Milos Djermanovic)
  • 417191d docs: Remove the $ prefix in terminal commands (#​15565) (Andreas Lewis)
  • 389ff34 docs: add missing Variable#scope property in the scope manager docs (#​15571) (Milos Djermanovic)
  • f63795d docs: no-eval replace dead link with working one (#​15568) (rasenplanscher)
  • 0383591 docs: Remove old Markdown issue template (#​15556) (Brandon Mills)
  • a8dd5a2 docs: add 'when not to use it' section in no-duplicate-case docs (#​15563) (Milos Djermanovic)
  • 1ad439e docs: add missed verb in docs (#​15550) (Jeff Mosawy)

Chores

  • 586d45c chore: Upgrade to espree@9.3.1 (#​15600) (Milos Djermanovic)
  • 623e1e2 chore: Upgrade to eslint-visitor-keys@3.3.0 (#​15599) (Milos Djermanovic)
  • 355b23d chore: fix outdated link to Code of Conduct in PR template (#​15578) (Rich Trott)
  • b10fef2 ci: use Node 16 for browser test (#​15569) (Milos Djermanovic)
  • 92f89fb chore: suggest demo link in bug report template (#​15557) (Brandon Mills)

v8.8.0

Compare Source

Features

Documentation

prettier/eslint-config-prettier

v8.5.0

Compare Source

v8.4.0

Compare Source

vuejs/eslint-plugin-vue

v8.5.0

Compare Source

✨ Enhancements

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

v8.4.1

Compare Source

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v8.4.0...v8.4.1

v8.4.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v8.3.0...v8.4.0

capricorn86/happy-dom

v2.46.3

Compare Source

👷‍♂️ Patch fixes
  • Bugfix for Window.eval() not returning its result. (#​396)

v2.46.2

Compare Source

👷‍♂️ Patch fixes
  • Adds support for target in MutationRecord when using MutationObserver. (#​394)

v2.46.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue with CSS query selectors when selecting "tagName.class". The bugfix in v2.43.1 caused this bug. (#​395)

v2.46.0

Compare Source

🎨 Features
  • Adds support for Document.hasFocus(). (#​382)

v2.45.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue with ":not" psuedo CSS selector when selecting attributes. (#​383)

v2.45.0

Compare Source

🎨 Features
  • Adds support for window.navigator. (#​388)
nodejs/node

v16.14.0

Compare Source

Notable changes
Importing JSON modules now requires experimental import assertions syntax

This release adds experimental support for the import assertions stage 3 proposal.

To keep Node.js ESM implementation as compatible as possible with the HTML spec, import assertions are now required to import JSON modules (still behind the --experimental-json-modules CLI flag):

import info from './package.json' assert { type: 'json' };

Or use dynamic import:

const info = await import('./package.json', { assert: { type: 'json' } });

Contributed by Antoine du Hamel and Geoffrey Booth #​40250

Other notable changes
  • async_hooks:
    • (SEMVER-MINOR) expose async_wrap providers (Rafael Gonzaga) #​40760
  • child_process:
    • (SEMVER-MINOR) add support for URL to cp.fork (Antoine du Hamel) #​41225
  • doc:
  • esm:
    • (SEMVER-MINOR) graduate capturerejections to supported (James M Snell) #​41267
    • (SEMVER-MINOR) add EventEmitterAsyncResource to core (James M Snell) #​41246
  • events:
    • (SEMVER-MINOR) propagate weak option for kNewListener (James M Snell) #​40899
  • fs:
    • (SEMVER-MINOR) accept URL as argument for fs.rm and fs.rmSync (Antoine du Hamel) #​41132
  • lib:
    • (SEMVER-MINOR) make AbortSignal cloneable/transferable (James M Snell) #​41050
    • (SEMVER-MINOR) add AbortSignal.timeout (James M Snell) #​40899
    • (SEMVER-MINOR) add reason to AbortSignal (James M Snell) #​40807
    • (SEMVER-MINOR) add unsubscribe method to non-active DC channels (simon-id) #​40433
    • (SEMVER-MINOR) add return value for DC channel.unsubscribe (simon-id) #​40433
  • loader:
    • (SEMVER-MINOR) return package format from defaultResolve if known (Gabriel Bota) #​40980
  • perf_hooks:
    • (SEMVER-MINOR) multiple fixes for Histogram (James M Snell) #​41153
  • process:
    • (SEMVER-MINOR) add getActiveResourcesInfo() (Darshan Sen) #​40813
  • src:
    • (SEMVER-MINOR) add x509.fingerprint512 to crypto module (3nprob) #​39809
    • (SEMVER-MINOR) add flags for controlling process behavior (Cheng Zhao) #​40339
  • stream:
    • (SEMVER-MINOR) add filter method to readable (Benjamin Gruenbaum) #​41354
    • (SEMVER-MINOR) add isReadable helper (Robert Nagy) #​41199
    • (SEMVER-MINOR) add map method to Readable (Benjamin Gruenbaum) #​40815
    • deprecate thenable support (Antoine du Hamel) #​40860
  • util:
    • (SEMVER-MINOR) pass through the inspect function to custom inspect functions (Ruben Bridgewater) #​41019
    • (SEMVER-MINOR) add numericSeparator to util.inspect (Ruben Bridgewater) #​41003
    • (SEMVER-MINOR) always visualize cause property in errors during inspection (Ruben Bridgewater) #​41002
  • timers:
    • (SEMVER-MINOR) add experimental scheduler api (James M Snell) #​40909
  • v8:
    • (SEMVER-MINOR) multi-tenant promise hook api (Stephen Belanger) #​39283
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 changed the title chore(deps): update dependency vue3 to v3.2.29 chore(deps): update all non-major dependencies Jan 24, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1822b12 to 45112e8 Compare February 1, 2022 10:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from f146556 to 1e63dac Compare February 10, 2022 10:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 7ac0813 to 27966dd Compare February 18, 2022 09:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 839b718 to c2a4716 Compare February 25, 2022 23:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 796e1ba to ee853db Compare March 7, 2022 19:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee853db to a58f736 Compare March 10, 2022 13:29
@dwightjack dwightjack merged commit c8138b8 into next Mar 12, 2022
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

2 participants