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

Update all devDependencies #78

Merged
merged 1 commit into from
Feb 10, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node ~16.11.17 -> ~16.11.23 age adoption passing confidence
@typescript-eslint/eslint-plugin ~5.8.1 -> ~5.11.0 age adoption passing confidence
@typescript-eslint/parser ~5.8.1 -> ~5.11.0 age adoption passing confidence
@vitejs/plugin-vue ^2.0.1 -> ^2.2.0 age adoption passing confidence
@vue/compiler-sfc ^3.2.26 -> ^3.2.30 age adoption passing confidence
eslint (source) ~8.5.0 -> ~8.8.0 age adoption passing confidence
eslint-define-config ~1.2.0 -> ~1.2.4 age adoption passing confidence
typescript (source) ~4.5.4 -> ~4.5.5 age adoption passing confidence
vite ~2.7.8 -> ~2.8.0 age adoption passing confidence

Release Notes

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

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

v5.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support AllowTypedFunctionExpression within AllowHigherOrderFunction (#​4250) (d053cde)
  • eslint-plugin: [no-extra-semi] false negatives when used with eslint 8.3.0 (#​4458) (f4016c2)
  • eslint-plugin: [no-invalid-this] crash when used with eslint 8.7.0 (#​4448) (e56f1e5)
  • eslint-plugin: [no-magic-numbers] handle bigint in class props (#​4411) (c8e650f)
Features
  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#​4172) (1d55a75)

5.9.1 (2022-01-10)

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

v5.9.1

Compare Source

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

v5.9.0

Compare Source

Features
  • experimental-utils: move isTypeReadonly from eslint-plugin to experimental-utils (#​3658) (a9eb0b9)

5.8.1 (2021-12-27)

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] do not report for circular references (#​4347) (6edebcd)
  • eslint-plugin: [consistent-type-definitions] correct fixer with declare keyword (#​4334) (0cd911a)
  • eslint-plugin: [padding-line-between-statements] make function overloading is also processed (#​4345) (d31ec26)
typescript-eslint/typescript-eslint (@​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

v5.10.0

Compare Source

Features
  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#​4172) (1d55a75)

5.9.1 (2022-01-10)

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

v5.9.1

Compare Source

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

v5.9.0

Compare Source

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

5.8.1 (2021-12-27)

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

vitejs/vite (@​vitejs/plugin-vue)

v2.2.0

Compare Source

Bug Fixes

v2.1.0

Compare Source

Bug Fixes

2.0.1 (2021-12-14)

Bug Fixes
vuejs/core

v3.2.30

Compare Source

Features
  • ssr: support custom directive getSSRProps in optimized compilation (60cf175), closes #​5304
Performance Improvements
  • reactivity: optimize effect/effectScope active state tracking (2993a24)

v3.2.29

Compare Source

Bug Fixes

v3.2.28

Compare Source

v3.2.27

Compare Source

Bug Fixes
  • KeepAlive: remove cached VNode properly (#​5260) (2e3e183), closes #​5258
  • reactivity-transform: should not rewrite for...in / for...of scope variables (7007ffb)
  • sfc-playground: hide title to avoid overlap (#​5099) (44b9527)
  • ssr: make computed inactive during ssr, fix memory leak (f4f0966), closes #​5208
  • ssr: remove missing ssr directive transform error (55cc4af)
  • types/tsx: allow ref_for type on tsx elements (78df8c7)
  • types: fix shallowReadonly type (92f11d6)
  • types: handle ToRef (5ac7030), closes #​5188
  • types: KeepAlive match pattern should allow mixed array (3007d5b)
Features
  • types: simplify ExtractPropTypes to avoid props JSDocs being removed (#​5166) (a570b38)
Performance Improvements
  • improve memory usage for static vnodes (ed9eb62)
eslint/eslint

v8.8.0

Compare Source

Features
Documentation

v8.7.0

Compare Source

Features
  • 19ad061 feat: no-restricted-imports support casing (#​15439) (gfyoung)
  • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#​15491) (Milos Djermanovic)
  • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#​15493) (Milos Djermanovic)
  • 0d2b9a6 feat: move eslint --init to @​eslint/create-config (#​15150) (唯然)
  • 127f524 feat: false negative with property option in id-match (#​15474) (Nitin Kumar)
  • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#​15490) (Milos Djermanovic)
  • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#​15479) (Milos Djermanovic)
  • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#​15481) (Milos Djermanovic)
  • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#​15478) (Milos Djermanovic)
Bug Fixes
  • a8db9a5 fix: no-invalid-this false positive in class field initializer (#​15495) (Milos Djermanovic)
  • 02d6426 fix: Correctly consume RuleTester statics (#​15507) (Brad Zacher)
  • db15802 fix: Add property fatalErrorCount to ignored file results (#​15520) (Francesco Trotta)
  • 03ac8cf fix: Prevent false positives with no-constant-condition (#​15486) (Jordan Eldredge)
Documentation
  • f50f849 docs: Update CLI docs to prefer local install (#​15513) (Nicholas C. Zakas)
  • 0469eb1 docs: Update shell code fences for new website (#​15522) (Olga)
Chores

v8.6.0

Compare Source

Features

  • 6802a54 feat: handle logical assignment in no-self-assign (#​14152) (Zzzen)
  • 3b38018 feat: allow to define eslint-disable-next-line in multiple lines (#​15436) (Nitin Kumar)
  • 9d6fe5a feat: false negative with onlyDeclarations + properties in id-match (#​15431) (Nitin Kumar)

Documentation

Chores

  • 3a384fc chore: Upgrade espree to 9.3.0 (#​15473) (Brandon Mills)
  • 1443cc2 chore: Update blogpost.md.ejs (#​15468) (Nicholas C. Zakas)
  • 28e907a refactor: remove unused parameter in linter.js (#​15451) (Milos Djermanovic)
  • eaa08d3 test: add tests for allowReserved parser option with flat config (#​15450) (Milos Djermanovic)
Shinigami92/eslint-define-config

v1.2.4

Compare Source

diff

  • Update rules for: [vue]

v1.2.3

Compare Source

diff

  • Update rules for: [eslint, unicorn]

v1.2.2

Compare Source

diff

  • Allow parser and parserOptions to get overridden (193593a)
  • Update rules for: [jsdoc, typescript-eslint, unicorn]

v1.2.1

Compare Source

diff

  • Update rules for: [eslint, jsdoc, typescript-eslint, vue]
Microsoft/TypeScript

v4.5.5

Compare Source

This patch release includes a number of fixes to language service crashes and assertion violations, along with improvements to JSX attribute snippets.

For the complete list of fixed issues, check out the

Downloads are available on:

vitejs/vite (vite)

v2.8.0

Compare Source

Reduced Footprint

Vite 2.8.0 is almost 1/4 of the 2.7.0 publish size, and the install size has been reduced by 35%. See this thread about each change that reduced Vite's footprint.

Version Publish Size Install Size
2.7.0 12.7MB 25.2MB
2.8.0 4.6MB 17.4MB
Default preview port

New default port for vite preview is 4173 (avoid conflicts in MacOS that took over the 5000 port)

Workers using standard syntax

Workers are detected and bundled when using new URL('path', import.meta.url), replacing the need for the ?worker suffix and aligning Vite with standard patterns. See #​6356. Instead of

import MyWorker from './worker.js?worker'
const worker = new MyWorker()

it is now recommended to use

const worker = new Worker(
  new URL('./worker.js', import.meta.url), { type: 'module' }
)
Configuring Workers Bundling

New worker config field adding support for Worker format, plugins and, rollupOptions. See #​6351

  • worker.format: 'es' | 'iife'

    Output format for worker bundle (default: iife).
  • worker.plugins: (Plugin | Plugin[])[]

    Vite plugins that apply to worker bundle.
  • worker.rollupOptions: RollupOptions

    Rollup options to build worker bundle.

The worker plugins pipeline isn't shared with the main Vite pipeline, there may be plugins that shouldn't be applied to Workers. If a plugin must be applied to both the main build and the worker build, you need to add a plugin in the main plugins array and another one in the worker.plugins config.

import PluginX from 'vite-plugin-x'
export default {
  plugins: [ PluginX() ]
  worker: [
    format: 'es',
    plugins: [ PluginX() ]
  ]
}
Raw Glob Imports

Glob imports now support the raw modifier (that works in the same way as the ?raw suffix in regular imports). Vite is going to gradually migrate to the new standard assert syntax instead of using custom URL suffixes where possible.

const examples = import.meta.globEager('./examples/*.html', { assert: { type: 'raw' }})
  • New server.headers config option allowing configuration of response headers in dev mode.
export default {
 server: {
    port: '8080',
    headers: {
      'Cache-Control': 'no-store'
    }
  },
}
Bug Fixes
Features

v2.7.13

Compare Source

Please refer to CHANGELOG.md for details.

v2.7.12

Compare Source

Please refer to CHANGELOG.md for details.

v2.7.11

Compare Source

Please refer to CHANGELOG.md for details.

v2.7.10

[Compare Source](https://to


Configuration

📅 Schedule: "after 9am and before 7pm on friday" in timezone Europe/Berlin.

🚦 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 requested a review from Shinigami92 as a code owner November 12, 2021 09:12
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 12, 2021
@renovate renovate bot force-pushed the renovate/all-dev-dependencies branch from 88a1c7d to 2c6a406 Compare November 15, 2021 05:03
@renovate renovate bot changed the title Update dependency vite to v2.6.14 Update all devDependencies Nov 15, 2021
@renovate renovate bot force-pushed the renovate/all-dev-dependencies branch 7 times, most recently from ae150e3 to c75d855 Compare November 22, 2021 11:47
@renovate renovate bot force-pushed the renovate/all-dev-dependencies branch 6 times, most recently from a6e2e52 to 03d8290 Compare November 30, 2021 02:11
@renovate renovate bot force-pushed the renovate/all-dev-dependencies branch 8 times, most recently from 01d4c7c to d90ba30 Compare December 10, 2021 00:00
@renovate renovate bot force-pushed the renovate/all-dev-dependencies branch 5 times, most recently from a254a35 to 7d98395 Compare December 13, 2021 20:19
@renovate renovate bot force-pushed the renovate/all-dev-dependencies branch 4 times, most recently from 9f8d59b to 0d96d53 Compare January 10, 2022 20:50
@renovate renovate bot force-pushed the renovate/all-dev-dependencies branch 9 times, most recently from f5e5cc7 to f3b1155 Compare January 19, 2022 16:41
@renovate renovate bot force-pushed the renovate/all-dev-dependencies branch 5 times, most recently from d635127 to 436e90d Compare January 24, 2022 18:45
@renovate renovate bot force-pushed the renovate/all-dev-dependencies branch 3 times, most recently from f8c2b2d to ec4c926 Compare February 1, 2022 09:58
@renovate renovate bot force-pushed the renovate/all-dev-dependencies branch 4 times, most recently from 325399d to 1d44337 Compare February 9, 2022 10:07
@renovate renovate bot force-pushed the renovate/all-dev-dependencies branch from 1d44337 to 6c28bf7 Compare February 10, 2022 08:08
@Shinigami92 Shinigami92 merged commit 0b6033e into main Feb 10, 2022
@Shinigami92 Shinigami92 deleted the renovate/all-dev-dependencies branch February 10, 2022 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants