chore(deps): update dev-dependencies #3747

Merged
konrad merged 2 commits from renovate/dev-dependencies into main 2023-09-27 07:34:55 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@faker-js/faker devDependencies minor 8.0.2 -> 8.1.0
@rushstack/eslint-patch (source) devDependencies minor 1.4.0 -> 1.5.0
@types/dompurify (source) devDependencies patch 3.0.2 -> 3.0.3
@types/node (source) devDependencies minor 18.17.16 -> 18.18.0
@types/sortablejs (source) devDependencies patch 1.15.2 -> 1.15.3
@typescript-eslint/eslint-plugin devDependencies patch 6.7.0 -> 6.7.3
@typescript-eslint/parser devDependencies patch 6.7.0 -> 6.7.3
autoprefixer devDependencies patch 10.4.15 -> 10.4.16
browserslist devDependencies minor 4.21.10 -> 4.22.0
caniuse-lite devDependencies patch 1.0.30001534 -> 1.0.30001540
eslint (source) devDependencies minor 8.49.0 -> 8.50.0
histoire devDependencies patch 0.17.0 -> 0.17.2
postcss (source) devDependencies patch 8.4.29 -> 8.4.30
postcss-preset-env (source) devDependencies patch 9.1.3 -> 9.1.4
rollup (source) devDependencies patch 3.29.1 -> 3.29.3
sass devDependencies minor 1.67.0 -> 1.68.0
start-server-and-test devDependencies patch 2.0.0 -> 2.0.1
vitest devDependencies patch 0.34.4 -> 0.34.5
vue-tsc devDependencies patch 1.8.11 -> 1.8.15

Release Notes

faker-js/faker (@​faker-js/faker)

v8.1.0

Compare Source

Features
Bug Fixes
Changed Locales
New Locales
8.0.2 (2023-05-27)
Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.7.3

Compare Source

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

You can read about our versioning strategy and releases on our website.

v6.7.2

Compare Source

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

You can read about our versioning strategy and releases on our website.

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

v6.7.3

Compare Source

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

You can read about our versioning strategy and releases on our website.

v6.7.2

Compare Source

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

You can read about our versioning strategy and releases on our website.

postcss/autoprefixer (autoprefixer)

v10.4.16

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).
browserslist/browserslist (browserslist)

v4.22.0

Compare Source

v4.21.11

Compare Source

  • Added warning to --update-db to move to new CLI (by Ivan Vasilev).
  • Fixed docs (by Tatsunori Uchino).
browserslist/caniuse-lite (caniuse-lite)

v1.0.30001540

Compare Source

v1.0.30001539

Compare Source

v1.0.30001538

Compare Source

v1.0.30001535

Compare Source

eslint/eslint (eslint)

v8.50.0

Compare Source

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#​17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#​17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#​17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#​17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#​17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#​17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#​17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#​17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#​17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#​17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#​17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

Akryum/histoire (histoire)

v0.17.2

Compare Source

compare changes

🩹 Fixes
  • Update vite-node version to fix __vite_ssr_import_meta__ error (#​588)
  • nuxt: UseNuxtApp error (d8bb144)
Tests
🤖 CI
❤️ Contributors
postcss/postcss (postcss)

v8.4.30

Compare Source

  • Improved source map performance (by Romain Menke).
csstools/postcss-plugins (postcss-preset-env)

v9.1.4

Compare Source

September 18, 2023

rollup/rollup (rollup)

v3.29.3

Compare Source

2023-09-24

Bug Fixes
  • Fix a bug where code was wrongly tree-shaken after mutating function parameters (#​5153)
Pull Requests

v3.29.2

Compare Source

2023-09-15

Bug Fixes
  • Export TreeshakingPreset type (#​5131)
Pull Requests
sass/dart-sass (sass)

v1.68.0

Compare Source

  • Fix the source spans associated with the abs-percent deprecation.
JS API
  • Non-filesystem importers can now set the nonCanonicalScheme field, which
    declares that one or more URL schemes (without :) will never be used for
    URLs returned by the canonicalize() method.

  • Add a containingUrl field to the canonicalize() and findFileUrl()
    methods of importers, which is set to the canonical URL of the stylesheet that
    contains the current load. For filesystem importers, this is always set; for
    other importers, it's set only if the current load has no URL scheme, or if
    its URL scheme is declared as non-canonical by the importer.

Dart API
  • Add AsyncImporter.isNonCanonicalScheme, which importers (async or sync) can
    use to indicate that a certain URL scheme will never be used for URLs returned
    by the canonicalize() method.

  • Add AsyncImporter.containingUrl, which is set during calls to the
    canonicalize() method to the canonical URL of the stylesheet that contains
    the current load. This is set only if the current load has no URL scheme, or
    if its URL scheme is declared as non-canonical by the importer.

Embedded Sass
  • The CalculationValue.interpolation field is deprecated and will be removed
    in a future version. It will no longer be set by the compiler, and if the host
    sets it it will be treated as equivalent to CalculationValue.string except
    that "(" and ")" will be added to the beginning and end of the string
    values.

  • Properly include TypeScript types in the sass-embedded package.

bahmutov/start-server-and-test (start-server-and-test)

v2.0.1

Compare Source

Bug Fixes
vitest-dev/vitest (vitest)

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v1.8.15

Compare Source

  • fix: props type missing in JS component context (#​3592)
  • fix: ignore $emit return type for Vue 2 (#​3596)

v1.8.14

Compare Source

Full-time Support by

WebContainer API is here.

Our Platinum Sponsors
The Intuitive Web Framework
The Progressive JavaScript Framework
Our Silver Sponsors

Add you via GitHub Sponsors or Open Collective

v1.8.13

Compare Source

  • fix: generate valid syntax when noPropertyAccessFromIndexSignature is not enabled (#​3575) - thanks @​so1ve

v1.8.12

Compare Source

  • feat: support vitepress's code snippet import (#​3559) - thanks @​so1ve
  • fix(component-meta): fix modules interoperability with vue-component-type-helper
  • fix: avoid losing generic types with strictTemplates: false (#​3565) - thanks @​so1ve
  • fix: format slots with typeannotation correctly (#​3573) - thanks @​so1ve

Configuration

📅 Schedule: Branch creation - "before 4am" (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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@faker-js/faker](https://github.com/faker-js/faker) | devDependencies | minor | [`8.0.2` -> `8.1.0`](https://renovatebot.com/diffs/npm/@faker-js%2ffaker/8.0.2/8.1.0) | | [@rushstack/eslint-patch](https://rushstack.io) ([source](https://github.com/microsoft/rushstack)) | devDependencies | minor | [`1.4.0` -> `1.5.0`](https://renovatebot.com/diffs/npm/@rushstack%2feslint-patch/1.4.0/1.5.0) | | [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dompurify) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) | devDependencies | patch | [`3.0.2` -> `3.0.3`](https://renovatebot.com/diffs/npm/@types%2fdompurify/3.0.2/3.0.3) | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) | devDependencies | minor | [`18.17.16` -> `18.18.0`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.16/18.18.0) | | [@types/sortablejs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sortablejs) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) | devDependencies | patch | [`1.15.2` -> `1.15.3`](https://renovatebot.com/diffs/npm/@types%2fsortablejs/1.15.2/1.15.3) | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | patch | [`6.7.0` -> `6.7.3`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.7.0/6.7.3) | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | patch | [`6.7.0` -> `6.7.3`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.7.0/6.7.3) | | [autoprefixer](https://github.com/postcss/autoprefixer) | devDependencies | patch | [`10.4.15` -> `10.4.16`](https://renovatebot.com/diffs/npm/autoprefixer/10.4.15/10.4.16) | | [browserslist](https://github.com/browserslist/browserslist) | devDependencies | minor | [`4.21.10` -> `4.22.0`](https://renovatebot.com/diffs/npm/browserslist/4.21.10/4.22.0) | | [caniuse-lite](https://github.com/browserslist/caniuse-lite) | devDependencies | patch | [`1.0.30001534` -> `1.0.30001540`](https://renovatebot.com/diffs/npm/caniuse-lite/1.0.30001534/1.0.30001540) | | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`8.49.0` -> `8.50.0`](https://renovatebot.com/diffs/npm/eslint/8.49.0/8.50.0) | | [histoire](https://github.com/Akryum/histoire) | devDependencies | patch | [`0.17.0` -> `0.17.2`](https://renovatebot.com/diffs/npm/histoire/0.17.0/0.17.2) | | [postcss](https://postcss.org/) ([source](https://github.com/postcss/postcss)) | devDependencies | patch | [`8.4.29` -> `8.4.30`](https://renovatebot.com/diffs/npm/postcss/8.4.29/8.4.30) | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env#readme) ([source](https://github.com/csstools/postcss-plugins)) | devDependencies | patch | [`9.1.3` -> `9.1.4`](https://renovatebot.com/diffs/npm/postcss-preset-env/9.1.3/9.1.4) | | [rollup](https://rollupjs.org/) ([source](https://github.com/rollup/rollup)) | devDependencies | patch | [`3.29.1` -> `3.29.3`](https://renovatebot.com/diffs/npm/rollup/3.29.1/3.29.3) | | [sass](https://github.com/sass/dart-sass) | devDependencies | minor | [`1.67.0` -> `1.68.0`](https://renovatebot.com/diffs/npm/sass/1.67.0/1.68.0) | | [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | devDependencies | patch | [`2.0.0` -> `2.0.1`](https://renovatebot.com/diffs/npm/start-server-and-test/2.0.0/2.0.1) | | [vitest](https://github.com/vitest-dev/vitest) | devDependencies | patch | [`0.34.4` -> `0.34.5`](https://renovatebot.com/diffs/npm/vitest/0.34.4/0.34.5) | | [vue-tsc](https://github.com/vuejs/language-tools) | devDependencies | patch | [`1.8.11` -> `1.8.15`](https://renovatebot.com/diffs/npm/vue-tsc/1.8.11/1.8.15) | --- ### Release Notes <details> <summary>faker-js/faker (@&#8203;faker-js/faker)</summary> ### [`v8.1.0`](https://github.com/faker-js/faker/blob/HEAD/CHANGELOG.md#810-2023-09-19) [Compare Source](https://github.com/faker-js/faker/compare/v8.0.2...v8.1.0) ##### Features - **color:** migrate hu human colors ([#&#8203;2157](https://github.com/faker-js/faker/issues/2157)) ([19635a7](https://github.com/faker-js/faker/commit/19635a7ef3381a475185a2857b59f943dee9be54)) - **commerce:** add method for generating ISBN-10 and ISBN-13 ([#&#8203;2240](https://github.com/faker-js/faker/issues/2240)) ([cb4ef28](https://github.com/faker-js/faker/commit/cb4ef2846ad8d09cdc4ca5366b6057f9f6e38783)) - **image:** add image dataUri with base64 ([#&#8203;2273](https://github.com/faker-js/faker/issues/2273)) ([869b9b4](https://github.com/faker-js/faker/commit/869b9b49e77848f2ad9677e54b4ab6db6cf5c58b)) - **location:** add en_IE postcodes ([#&#8203;2149](https://github.com/faker-js/faker/issues/2149)) ([e92c313](https://github.com/faker-js/faker/commit/e92c313970a9830f3328b20504313fc9ba2e61a5)) - **location:** add ne postcodes ([#&#8203;2148](https://github.com/faker-js/faker/issues/2148)) ([36d1d3a](https://github.com/faker-js/faker/commit/36d1d3a6260067708474d057281d71bf3f95daf1)) - **location:** add states for mk ([#&#8203;2271](https://github.com/faker-js/faker/issues/2271)) ([1b3e5eb](https://github.com/faker-js/faker/commit/1b3e5ebd8a6a6d70b50c1acae11d4b86c2858a2b)) - **location:** add states for pt_PT ([#&#8203;2269](https://github.com/faker-js/faker/issues/2269)) ([a4631db](https://github.com/faker-js/faker/commit/a4631dbb82e157bf5b9e63b26de47df396b91f50)) - **location:** add states for sr_RS_latin ([#&#8203;2270](https://github.com/faker-js/faker/issues/2270)) ([1de471f](https://github.com/faker-js/faker/commit/1de471f83a52b2533bb95ea462c44289cb9ea497)) - **location:** es province should be county ([#&#8203;2156](https://github.com/faker-js/faker/issues/2156)) ([bbda1d7](https://github.com/faker-js/faker/commit/bbda1d7e2ce0b0bd33a3cc78458a73cd79e3eca0)) - **location:** fi addresses ([#&#8203;2146](https://github.com/faker-js/faker/issues/2146)) ([1da6785](https://github.com/faker-js/faker/commit/1da6785af373566ce6399e93ea0aca465e19e898)) - **location:** Support ISO 3166-1 numeric country codes ([#&#8203;2325](https://github.com/faker-js/faker/issues/2325)) ([82b779d](https://github.com/faker-js/faker/commit/82b779da5e87fddd7b5a5564b7228ac54b44d349)) - **location:** update en county list ([#&#8203;2238](https://github.com/faker-js/faker/issues/2238)) ([6bb4775](https://github.com/faker-js/faker/commit/6bb4775747288130c1bbca5fe02eccc549465682)) - **lorem:** seed AR lorem ([#&#8203;2147](https://github.com/faker-js/faker/issues/2147)) ([6137801](https://github.com/faker-js/faker/commit/6137801ebfe2ff51ca82d52fcb2a63085bd17bcd)) - **metadata:** add method to access metadata ([#&#8203;2143](https://github.com/faker-js/faker/issues/2143)) ([fd8cfe5](https://github.com/faker-js/faker/commit/fd8cfe53fd59b89f91a07327711faafdd821999e)) - split SimpleFaker class from Faker ([#&#8203;2369](https://github.com/faker-js/faker/issues/2369)) ([d6a4f8c](https://github.com/faker-js/faker/commit/d6a4f8c2ddf9e957e875bc3fab77e496104d1320)) ##### Bug Fixes - **helpers:** prevent uniqueArray from hanging ([#&#8203;2239](https://github.com/faker-js/faker/issues/2239)) ([3dece09](https://github.com/faker-js/faker/commit/3dece0904933f9632afabdacd0f2b5b32d8bde2a)) - **image:** dataUri is not random ([#&#8203;2316](https://github.com/faker-js/faker/issues/2316)) ([a7d25fa](https://github.com/faker-js/faker/commit/a7d25fa6224c686bca8b21cb7961910362008ffb)) - **locale:** invalid date definitions ([#&#8203;2293](https://github.com/faker-js/faker/issues/2293)) ([3cecae9](https://github.com/faker-js/faker/commit/3cecae9cd6787899a61bc91812e94478acb3adb9)) - **locale:** limited ja first names without passing sex ([#&#8203;2190](https://github.com/faker-js/faker/issues/2190)) ([5de8874](https://github.com/faker-js/faker/commit/5de8874a8a3cdf2d1529a7d42b1f39ab6e45efe5)) - **locale:** remove continent from ja countries ([#&#8203;2194](https://github.com/faker-js/faker/issues/2194)) ([cdd162a](https://github.com/faker-js/faker/commit/cdd162a6fed3588a0fd34dca8db46c078d4c7b22)) - **locale:** remove duplicated countries in `ja` locale ([#&#8203;2189](https://github.com/faker-js/faker/issues/2189)) ([785a38a](https://github.com/faker-js/faker/commit/785a38acc5fdc0414cc54a10e8cd9b8bee669852)) - **location:** avoid hyphenated surnames in city patterns ([#&#8203;2119](https://github.com/faker-js/faker/issues/2119)) ([7a4bb43](https://github.com/faker-js/faker/commit/7a4bb43f56c22578e63d02954586a001384d9af2)) - **location:** Czech postcode format ([#&#8203;2268](https://github.com/faker-js/faker/issues/2268)) ([37898ca](https://github.com/faker-js/faker/commit/37898ca78bae0a516a03c4ecd053bfab523df2ed)) - **location:** Dutch postal codes can never start with '0' ([#&#8203;2326](https://github.com/faker-js/faker/issues/2326)) ([f195e06](https://github.com/faker-js/faker/commit/f195e06905a8384965990e686440c3714976445c)) - **location:** Pad en_US ZIP codes left to 5 characters if needed ([#&#8203;2278](https://github.com/faker-js/faker/issues/2278)) ([0ca1e44](https://github.com/faker-js/faker/commit/0ca1e442d6a882677fc73012fc481d48ca1905a5)) - remove unrelated from de_CH country codes ([#&#8203;2304](https://github.com/faker-js/faker/issues/2304)) ([aa1bb13](https://github.com/faker-js/faker/commit/aa1bb131d874591e4d46671b1e82b23fc2a7ad74)) - **test:** fix imports for jsdocs example verification ([#&#8203;2281](https://github.com/faker-js/faker/issues/2281)) ([2fe1308](https://github.com/faker-js/faker/commit/2fe13089c96f6a2826e60c45fa1acf20dde06d41)) - **test:** typedoc signature test issues ([#&#8203;2280](https://github.com/faker-js/faker/issues/2280)) ([02fc7ca](https://github.com/faker-js/faker/commit/02fc7caf1cf757ae5901b8d37cd5d8d7ed123724)) ##### Changed Locales - **locale:** cs_CZ state_abbr not applicable ([#&#8203;2140](https://github.com/faker-js/faker/issues/2140)) ([e86f3b6](https://github.com/faker-js/faker/commit/e86f3b6b2619cc7fdf28213de0e6ff676a3e2d7e)) ##### New Locales - **locale:** add bio, animal, word, music for zh_CN ([#&#8203;2332](https://github.com/faker-js/faker/issues/2332)) ([8e4ea67](https://github.com/faker-js/faker/commit/8e4ea6790df4b987d1a8c6d32d1eee6db924bed3)) - **locale:** add company name to zh_CN ([#&#8203;2203](https://github.com/faker-js/faker/issues/2203)) ([c3b540f](https://github.com/faker-js/faker/commit/c3b540fa501ba4729350562f38872df35f23818c)) - **locale:** add da person category ([#&#8203;2331](https://github.com/faker-js/faker/issues/2331)) ([466b804](https://github.com/faker-js/faker/commit/466b8043577a14c54545a942c05ade343a9ca260)) - **locale:** add database for German (de) ([#&#8203;2226](https://github.com/faker-js/faker/issues/2226)) ([ee12c32](https://github.com/faker-js/faker/commit/ee12c32fced6cdf6fef2c5993af84825fd88606f)) - **locale:** add direction to ja ([#&#8203;2191](https://github.com/faker-js/faker/issues/2191)) ([2fa60de](https://github.com/faker-js/faker/commit/2fa60dec77551c055571ce3439f00c8898399d60)) - **locale:** add Dutch province abbreviations ([#&#8203;2232](https://github.com/faker-js/faker/issues/2232)) ([4a15bd0](https://github.com/faker-js/faker/commit/4a15bd0d4eea5e5f6a7d1e6be0c2bf9e59feb069)) - **locale:** add Esperanto ([#&#8203;2230](https://github.com/faker-js/faker/issues/2230)) ([d91057d](https://github.com/faker-js/faker/commit/d91057ddfd36b15af783ab6bcb1d679cf5202347)) - **locale:** add finance module for zh_CN ([#&#8203;2370](https://github.com/faker-js/faker/issues/2370)) ([aea4c9b](https://github.com/faker-js/faker/commit/aea4c9bda8e75e928045bfca9e11e216a581ce05)) - **locale:** add GB subdivision codes ([#&#8203;2233](https://github.com/faker-js/faker/issues/2233)) ([5eec65f](https://github.com/faker-js/faker/commit/5eec65f7179b7db68efe7740695b37958b360212)) - **locale:** add hacker for zh_CN ([#&#8203;2337](https://github.com/faker-js/faker/issues/2337)) ([9176fcb](https://github.com/faker-js/faker/commit/9176fcbaa74cf0a341374bb44340e410255e0917)) - **locale:** add minimal da locale, start with location ([#&#8203;2324](https://github.com/faker-js/faker/issues/2324)) ([c158b38](https://github.com/faker-js/faker/commit/c158b38b025b333c97cf174d516776b61015179f)) - **locale:** add person data for yo locale ([#&#8203;2363](https://github.com/faker-js/faker/issues/2363)) ([76886ad](https://github.com/faker-js/faker/commit/76886ad96d694268856de83747d7c754b6504050)) - **locale:** add states for Croatia (hr) ([#&#8203;2142](https://github.com/faker-js/faker/issues/2142)) ([8a6ce49](https://github.com/faker-js/faker/commit/8a6ce4978fada63f6364237e968f427e0a198135)) - **locale:** add states for Turkey (tr) ([#&#8203;2231](https://github.com/faker-js/faker/issues/2231)) ([2afa23f](https://github.com/faker-js/faker/commit/2afa23f32f4bb52aeecb6189282b37c6c48f7c84)) - **locale:** add states to vi locale and fix city name ([#&#8203;2128](https://github.com/faker-js/faker/issues/2128)) ([bc2aaab](https://github.com/faker-js/faker/commit/bc2aaab7637ea7a3e6e62e790cd4681ccaaccea0)) - **locale:** add word category for da ([#&#8203;2359](https://github.com/faker-js/faker/issues/2359)) ([8e5bc22](https://github.com/faker-js/faker/commit/8e5bc222c67cad38fd406823f5aade91a409e12a)) - **locale:** added commerce and company data for da ([#&#8203;2378](https://github.com/faker-js/faker/issues/2378)) ([604d52d](https://github.com/faker-js/faker/commit/604d52d9874db1763c185483ed182199f7a00f4f)) - **locale:** added word and music to Farsi ([#&#8203;2210](https://github.com/faker-js/faker/issues/2210)) ([7687511](https://github.com/faker-js/faker/commit/7687511bddf9c7b9721bb2203f86d64dfbd1a9c4)) - **locale:** fix wide month and add music for zh_CN ([#&#8203;2380](https://github.com/faker-js/faker/issues/2380)) ([501602b](https://github.com/faker-js/faker/commit/501602b6b3ddcb100eea7e2441e7f20093b9e183)) - **locale:** improve persons and locations for zh_CN ([#&#8203;2318](https://github.com/faker-js/faker/issues/2318)) ([87d3423](https://github.com/faker-js/faker/commit/87d3423960d326494d1710946f29fb3930d1a300)) - **locale:** improve zh_TW ([#&#8203;2320](https://github.com/faker-js/faker/issues/2320)) ([c5dfe27](https://github.com/faker-js/faker/commit/c5dfe27acd13003962a5cd93f9632392fda41399)) - **locale:** support color and date for zh_CN ([#&#8203;2223](https://github.com/faker-js/faker/issues/2223)) ([6736cbf](https://github.com/faker-js/faker/commit/6736cbf9aeeb02a3eb080f0f85c37f141f6924fd)) - **locale:** update Dutch locale (nl) ([#&#8203;2237](https://github.com/faker-js/faker/issues/2237)) ([12a511c](https://github.com/faker-js/faker/commit/12a511c9e4781929620dc2906f87661c5f58a480)) ##### [8.0.2](https://github.com/faker-js/faker/compare/v8.0.1...v8.0.2) (2023-05-27) ##### Bug Fixes - **git:** limit need for Intl to specific method ([#&#8203;2172](https://github.com/faker-js/faker/issues/2172)) ([a5e73f8](https://github.com/faker-js/faker/commit/a5e73f8a11baeefcf03f344cb5e4dde096a0b364)) - **locale:** en_HK last_name_patterns should be last_name_pattern ([#&#8203;2154](https://github.com/faker-js/faker/issues/2154)) ([03cc391](https://github.com/faker-js/faker/commit/03cc39154886a0708e13ee2db239c001ce20aa6e)) - **locale:** ro_MD city should be city_pattern ([#&#8203;2155](https://github.com/faker-js/faker/issues/2155)) ([c173150](https://github.com/faker-js/faker/commit/c173150a96a95818b0c4fd6cb2d41daea7e9ad0a)) </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v6.7.3`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#673-2023-09-25) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) **Note:** Version bump only for package [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.7.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#672-2023-09-18) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.2) **Note:** Version bump only for package [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v6.7.3`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#673-2023-09-25) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) **Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.7.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#672-2023-09-18) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.0...v6.7.2) **Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>postcss/autoprefixer (autoprefixer)</summary> ### [`v10.4.16`](https://github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10416) [Compare Source](https://github.com/postcss/autoprefixer/compare/10.4.15...10.4.16) - Improved performance (by Romain Menke). - Fixed docs (by Christian Oliff). </details> <details> <summary>browserslist/browserslist (browserslist)</summary> ### [`v4.22.0`](https://github.com/browserslist/browserslist/compare/4.21.11...4.22.0) [Compare Source](https://github.com/browserslist/browserslist/compare/4.21.11...4.22.0) ### [`v4.21.11`](https://github.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#42111) [Compare Source](https://github.com/browserslist/browserslist/compare/4.21.10...4.21.11) - Added warning to `--update-db` to move to new CLI (by Ivan Vasilev). - Fixed docs (by Tatsunori Uchino). </details> <details> <summary>browserslist/caniuse-lite (caniuse-lite)</summary> ### [`v1.0.30001540`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001539...1.0.30001540) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001539...1.0.30001540) ### [`v1.0.30001539`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001538...1.0.30001539) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001538...1.0.30001539) ### [`v1.0.30001538`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001535...1.0.30001538) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001535...1.0.30001538) ### [`v1.0.30001535`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001534...1.0.30001535) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001534...1.0.30001535) </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v8.50.0`](https://github.com/eslint/eslint/releases/tag/v8.50.0) [Compare Source](https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0) #### Features - [`27d5a9e`](https://github.com/eslint/eslint/commit/27d5a9e57ad347982a68fcd0e75eafee42d344f0) feat: add suggestions to array-callback-return ([#&#8203;17590](https://github.com/eslint/eslint/issues/17590)) (Tanuj Kanti) - [`f9082ff`](https://github.com/eslint/eslint/commit/f9082ff3f3956a0a5a7d7659de63640a21c4de0f) feat: flat-rule-tester make sure default config always matches ([#&#8203;17585](https://github.com/eslint/eslint/issues/17585)) (fnx) - [`83914ad`](https://github.com/eslint/eslint/commit/83914adbfd5fce7d11b33d095ba6d6a39be0dbbc) feat: Implement SourceCode#applyInlineConfig() ([#&#8203;17351](https://github.com/eslint/eslint/issues/17351)) (Nicholas C. Zakas) - [`22a5582`](https://github.com/eslint/eslint/commit/22a558228ff98f478fa308c9ecde361acc4caf20) feat: add rule `no-object-constructor`, deprecate `no-new-object` ([#&#8203;17576](https://github.com/eslint/eslint/issues/17576)) (Francesco Trotta) - [`85a3d9e`](https://github.com/eslint/eslint/commit/85a3d9e967b19cb4a0189746499d81ef2f93e14e) feat: allowVoid option in array-callback-return ([#&#8203;17564](https://github.com/eslint/eslint/issues/17564)) (Tanuj Kanti) #### Bug Fixes - [`cc4d26b`](https://github.com/eslint/eslint/commit/cc4d26b5a59d510f2c878e973fd245e8eff27c2a) fix: Ensure deprecated context.parserServices warns ([#&#8203;17593](https://github.com/eslint/eslint/issues/17593)) (Nicholas C. Zakas) - [`1ea4cfb`](https://github.com/eslint/eslint/commit/1ea4cfb585dcb52ac3cb1522a32f25cfe507121b) fix: Ensure all RuleTester tests all deprecated context methods ([#&#8203;17587](https://github.com/eslint/eslint/issues/17587)) (Nicholas C. Zakas) - [`aa1b657`](https://github.com/eslint/eslint/commit/aa1b657a9febcd03e9298c03ae2888762795e322) fix: wrong suggestion and message in `no-misleading-character-class` ([#&#8203;17571](https://github.com/eslint/eslint/issues/17571)) (Yosuke Ota) #### Documentation - [`1800537`](https://github.com/eslint/eslint/commit/180053759c6cf05a326c710353b4717fbf289ee0) docs: Fix and standardize JSX code examples ([#&#8203;17591](https://github.com/eslint/eslint/issues/17591)) (Francesco Trotta) - [`48a44a7`](https://github.com/eslint/eslint/commit/48a44a73ac456739bdee348bbaf1840d2b1e4830) docs: Add correct/incorrect tags to `prefer-arrow-callback` ([#&#8203;17589](https://github.com/eslint/eslint/issues/17589)) (Francesco Trotta) - [`20893d4`](https://github.com/eslint/eslint/commit/20893d48b9012f2b61bbbfeac8bee70d68d90e5e) docs: fix incorrect tag's place ([#&#8203;17575](https://github.com/eslint/eslint/issues/17575)) (Tanuj Kanti) - [`bd7a71f`](https://github.com/eslint/eslint/commit/bd7a71fd6b7efb0445393304e2d48c5c06d46a45) docs: Update README (GitHub Actions Bot) #### Chores - [`f8a8a2d`](https://github.com/eslint/eslint/commit/f8a8a2d6b45c82f94a574623759b6e3d2af193f3) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;8](https://github.com/8).50.0 ([#&#8203;17599](https://github.com/eslint/eslint/issues/17599)) (Milos Djermanovic) - [`38ada6d`](https://github.com/eslint/eslint/commit/38ada6df8f4a0313b7d0739b28f0af6b4897b8ce) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (ESLint Jenkins) </details> <details> <summary>Akryum/histoire (histoire)</summary> ### [`v0.17.2`](https://github.com/Akryum/histoire/blob/HEAD/CHANGELOG.md#v0172) [Compare Source](https://github.com/Akryum/histoire/compare/v0.17.0...v0.17.2) [compare changes](https://github.com/Akryum/histoire/compare/v0.17.1...v0.17.2) ##### 🩹 Fixes - Update `vite-node` version to fix ` __vite_ssr_import_meta__ ` error ([#&#8203;588](https://github.com/Akryum/histoire/pull/588)) - **nuxt:** UseNuxtApp error ([d8bb144](https://github.com/Akryum/histoire/commit/d8bb144)) ##### ✅ Tests - Fix ([483efb7](https://github.com/Akryum/histoire/commit/483efb7)) ##### 🤖 CI - Fix ([67ec022](https://github.com/Akryum/histoire/commit/67ec022)) ##### ❤️ Contributors - Guillaume Chau ([@&#8203;Akryum](http://github.com/Akryum)) - SerKo </details> <details> <summary>postcss/postcss (postcss)</summary> ### [`v8.4.30`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8430) [Compare Source](https://github.com/postcss/postcss/compare/8.4.29...8.4.30) - Improved source map performance (by Romain Menke). </details> <details> <summary>csstools/postcss-plugins (postcss-preset-env)</summary> ### [`v9.1.4`](https://github.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#914) [Compare Source](https://github.com/csstools/postcss-plugins/compare/9e589f643f47d60ebe28523105ac5c4b16720d66...d689214aec56b6c38c7c3e28387df657338aed57) *September 18, 2023* - Updated [`@csstools/postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#402) (patch) - Updated [`@csstools/postcss-logical-viewport-units`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#202) (patch) - Updated [`@csstools/postcss-normalize-display-values`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values/CHANGELOG.md#301) (patch) - Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#301) (patch) - Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#303) (patch) - Updated [`postcss-color-rebeccapurple`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple) to [`9.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple/CHANGELOG.md#901) (patch) - Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1331) (patch) - Updated [`postcss-image-set-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function) to [`6.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function/CHANGELOG.md#601) (patch) - Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#304) (patch) - Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#204) (patch) - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#404) (patch) - Updated [`@csstools/postcss-ic-unit`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit/CHANGELOG.md#301) (patch) - Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#304) (patch) - Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#204) (patch) - Updated [`postcss-color-functional-notation`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#601) (patch) - Updated [`postcss-double-position-gradients`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients) to [`5.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients/CHANGELOG.md#501) (patch) - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.4`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#604) (patch) - Updated [`postcss-custom-media`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`10.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1001) (patch) - Updated [`postcss-custom-selectors`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`7.1.5`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#715) (patch) </details> <details> <summary>rollup/rollup (rollup)</summary> ### [`v3.29.3`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3293) [Compare Source](https://github.com/rollup/rollup/compare/v3.29.2...v3.29.3) *2023-09-24* ##### Bug Fixes - Fix a bug where code was wrongly tree-shaken after mutating function parameters ([#&#8203;5153](https://github.com/rollup/rollup/issues/5153)) ##### Pull Requests - [#&#8203;5145](https://github.com/rollup/rollup/pull/5145): docs: improve the docs repl appearance in the light mode ([@&#8203;TrickyPi](https://github.com/TrickyPi)) - [#&#8203;5148](https://github.com/rollup/rollup/pull/5148): chore(deps): update dependency [@&#8203;vue/eslint-config-typescript](https://github.com/vue/eslint-config-typescript) to v12 ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5149](https://github.com/rollup/rollup/pull/5149): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5153](https://github.com/rollup/rollup/pull/5153): Fully deoptimize first level path when deoptimizing nested parameter paths ([@&#8203;lukastaegert](https://github.com/lukastaegert)) ### [`v3.29.2`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3292) [Compare Source](https://github.com/rollup/rollup/compare/v3.29.1...v3.29.2) *2023-09-15* ##### Bug Fixes - Export `TreeshakingPreset` type ([#&#8203;5131](https://github.com/rollup/rollup/issues/5131)) ##### Pull Requests - [#&#8203;5131](https://github.com/rollup/rollup/pull/5131): fix: exports `TreeshakingPreset` ([@&#8203;moltar](https://github.com/moltar)) - [#&#8203;5134](https://github.com/rollup/rollup/pull/5134): docs: steps to enable symlinks on windows ([@&#8203;thebanjomatic](https://github.com/thebanjomatic)) - [#&#8203;5137](https://github.com/rollup/rollup/pull/5137): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://github.com/renovate)\[bot]) </details> <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.68.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1680) [Compare Source](https://github.com/sass/dart-sass/compare/1.67.0...1.68.0) - Fix the source spans associated with the `abs-percent` deprecation. ##### JS API - Non-filesystem importers can now set the `nonCanonicalScheme` field, which declares that one or more URL schemes (without `:`) will never be used for URLs returned by the `canonicalize()` method. - Add a `containingUrl` field to the `canonicalize()` and `findFileUrl()` methods of importers, which is set to the canonical URL of the stylesheet that contains the current load. For filesystem importers, this is always set; for other importers, it's set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer. ##### Dart API - Add `AsyncImporter.isNonCanonicalScheme`, which importers (async or sync) can use to indicate that a certain URL scheme will never be used for URLs returned by the `canonicalize()` method. - Add `AsyncImporter.containingUrl`, which is set during calls to the `canonicalize()` method to the canonical URL of the stylesheet that contains the current load. This is set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer. ##### Embedded Sass - The `CalculationValue.interpolation` field is deprecated and will be removed in a future version. It will no longer be set by the compiler, and if the host sets it it will be treated as equivalent to `CalculationValue.string` except that `"("` and `")"` will be added to the beginning and end of the string values. - Properly include TypeScript types in the `sass-embedded` package. </details> <details> <summary>bahmutov/start-server-and-test (start-server-and-test)</summary> ### [`v2.0.1`](https://github.com/bahmutov/start-server-and-test/releases/tag/v2.0.1) [Compare Source](https://github.com/bahmutov/start-server-and-test/compare/v2.0.0...v2.0.1) ##### Bug Fixes - bump minimum Node to v16, closes [#&#8203;351](https://github.com/bahmutov/start-server-and-test/issues/351) ([2fc1f98](https://github.com/bahmutov/start-server-and-test/commit/2fc1f987de489aeda84997039a461bfe25f971d7)) </details> <details> <summary>vitest-dev/vitest (vitest)</summary> ### [`v0.34.5`](https://github.com/vitest-dev/vitest/releases/tag/v0.34.5) [Compare Source](https://github.com/vitest-dev/vitest/compare/v0.34.4...v0.34.5) #####    🚀 Features - **config**: - Add `diff` option  -  by [@&#8203;fenghan34](https://github.com/fenghan34) and [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/4063 [<samp>(b50cf)</samp>](https://github.com/vitest-dev/vitest/commit/b50cf7ad) - **coverage**: - Add `coverage['100']` to istanbul provider  -  by [@&#8203;marcelobotega](https://github.com/marcelobotega) in https://github.com/vitest-dev/vitest/issues/4109 [<samp>(a7e09)</samp>](https://github.com/vitest-dev/vitest/commit/a7e09939) - **vitest**: - Support `vi.waitFor` method  -  by [@&#8203;Dunqing](https://github.com/Dunqing) and [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/4113 [<samp>(d79cb)</samp>](https://github.com/vitest-dev/vitest/commit/d79cb44b) - Allow using unprocessed environment files  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/4098 [<samp>(1aee1)</samp>](https://github.com/vitest-dev/vitest/commit/1aee13af) - Support `vi.waitUntil` method  -  by [@&#8203;Dunqing](https://github.com/Dunqing) and [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/4129 [<samp>(e0ac9)</samp>](https://github.com/vitest-dev/vitest/commit/e0ac97cf) #####    🐞 Bug Fixes - Update HappyDOMOptions to be compatible with v12  -  by [@&#8203;anthonyblond](https://github.com/anthonyblond) in https://github.com/vitest-dev/vitest/issues/4135 [<samp>(e8797)</samp>](https://github.com/vitest-dev/vitest/commit/e8797534) - Print value shape when .resolves and .rejects fails  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/4137 [<samp>(e649d)</samp>](https://github.com/vitest-dev/vitest/commit/e649d78f) - **docs**: - Fix lint errors on onConsoleLog example  -  by [@&#8203;marcelobotega](https://github.com/marcelobotega) in https://github.com/vitest-dev/vitest/issues/4116 [<samp>(ba1e7)</samp>](https://github.com/vitest-dev/vitest/commit/ba1e7335) - **expect**: - Improve the error message when nothing is thrown when testing `toThrow`  -  by [@&#8203;Dunqing](https://github.com/Dunqing) in https://github.com/vitest-dev/vitest/issues/3979 [<samp>(725a0)</samp>](https://github.com/vitest-dev/vitest/commit/725a0146) - **happy-dom**: - Catch errors in happy-dom  -  by [@&#8203;capricorn86](https://github.com/capricorn86) in https://github.com/vitest-dev/vitest/issues/4140 [<samp>(c21c0)</samp>](https://github.com/vitest-dev/vitest/commit/c21c0efa) - **runner**: - Restore leading space in `testNamePattern`  -  by [@&#8203;segrey](https://github.com/segrey) in https://github.com/vitest-dev/vitest/issues/4103 and https://github.com/vitest-dev/vitest/issues/4104 [<samp>(3c305)</samp>](https://github.com/vitest-dev/vitest/commit/3c305857) - `test.extend` doesn't work in hooks without test  -  by [@&#8203;Dunqing](https://github.com/Dunqing) in https://github.com/vitest-dev/vitest/issues/4065 [<samp>(175c7)</samp>](https://github.com/vitest-dev/vitest/commit/175c752d) - **snapshot**: - Support mix of normal/with placeholders snapshots  -  by [@&#8203;RobertPechaCZ](https://github.com/RobertPechaCZ) in https://github.com/vitest-dev/vitest/issues/4118 [<samp>(01e01)</samp>](https://github.com/vitest-dev/vitest/commit/01e01bfc) - **ui**: - Correctly render ansi diff  -  by [@&#8203;so1ve](https://github.com/so1ve) and [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/3810 [<samp>(8c315)</samp>](https://github.com/vitest-dev/vitest/commit/8c3152fa) - **vite-node**: - Export `SourceMapInput` to fix CYCLIC_CROSS_CHUNK_REEXPORT  -  by [@&#8203;Dunqing](https://github.com/Dunqing) in https://github.com/vitest-dev/vitest/issues/4128 [<samp>(ca70a)</samp>](https://github.com/vitest-dev/vitest/commit/ca70a779) - Align vite dependency version with vitest  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) [<samp>(90ff8)</samp>](https://github.com/vitest-dev/vitest/commit/90ff899b) - **vitest**: - Rerun tests if a file loaded with query changes  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/4130 [<samp>(a084c)</samp>](https://github.com/vitest-dev/vitest/commit/a084ceaf) - Inject "define" in workspaces  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/4096 [<samp>(b4d5a)</samp>](https://github.com/vitest-dev/vitest/commit/b4d5ae23) #####    🏎 Performance - Use lazy require in vm pool  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/4136 [<samp>(21ba4)</samp>](https://github.com/vitest-dev/vitest/commit/21ba4935) #####     [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v0.34.4...v0.34.5) </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v1.8.15`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1815-2023926) [Compare Source](https://github.com/vuejs/language-tools/compare/v1.8.14...v1.8.15) - fix: props type missing in JS component context ([#&#8203;3592](https://github.com/vuejs/language-tools/issues/3592)) - fix: ignore `$emit` return type for Vue 2 ([#&#8203;3596](https://github.com/vuejs/language-tools/issues/3596)) ### [`v1.8.14`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1814-2023926) [Compare Source](https://github.com/vuejs/language-tools/compare/v1.8.13...v1.8.14) - feat: `defineEmit` now able to infer event types with more than 4 overloads ([#&#8203;3379](https://github.com/vuejs/language-tools/issues/3379)) ([#&#8203;1855](https://github.com/vuejs/language-tools/issues/1855)) - feat: more accurately distinguish component internal context and external context types ([#&#8203;3591](https://github.com/vuejs/language-tools/issues/3591)) ([#&#8203;3517](https://github.com/vuejs/language-tools/issues/3517)) - thanks [@&#8203;so1ve](https://github.com/so1ve) - fix: don't import alias macros ([#&#8203;3576](https://github.com/vuejs/language-tools/issues/3576)) - thanks [@&#8203;sxzz](https://github.com/sxzz) - fix: make generic components' emit type compactible with Vue core types ([#&#8203;3569](https://github.com/vuejs/language-tools/issues/3569)) ([#&#8203;3257](https://github.com/vuejs/language-tools/issues/3257)) - thanks [@&#8203;so1ve](https://github.com/so1ve) - fix: use universal `__VLS_ConstructorOverloads` when emits type is not inlined ([#&#8203;3585](https://github.com/vuejs/language-tools/issues/3585)) - thanks [@&#8203;so1ve](https://github.com/so1ve) - fix: inherit emits props and supports generic component emit type for JSX ([#&#8203;3533](https://github.com/vuejs/language-tools/issues/3533)) ([#&#8203;3289](https://github.com/vuejs/language-tools/issues/3289)) ([#&#8203;3476](https://github.com/vuejs/language-tools/issues/3476)) - thanks [@&#8203;so1ve](https://github.com/so1ve) - perf: generate less TS virtual code for TS performance ([#&#8203;3581](https://github.com/vuejs/language-tools/issues/3581)) ##### Full-time Support by <table> <tbody> <tr> <td> <a href="https://stackblitz.com/"><img src="https://raw.githubusercontent.com/vuejs/language-tools/HEAD/.github/sponsors/StackBlitz.png" height="80" /></a> </td> <td><h4><a href="https://blog.stackblitz.com/posts/webcontainer-api-is-here/">WebContainer API is here.</a></h4></td> </tr> </tbody> </table> ##### Our Platinum Sponsors <table> <tbody> <tr> <td> <a href="https://nuxt.com/"><img src="https://raw.githubusercontent.com/vuejs/language-tools/HEAD/.github/sponsors/nuxt.svg" height="60" /></a> </td> <td>The Intuitive Web Framework</td> </tr> <tr> <td> <a href="https://vuejs.org/"><img src="https://raw.githubusercontent.com/vuejs/language-tools/HEAD/.github/sponsors/vue.png" height="80" /></a> </td> <td>The Progressive JavaScript Framework</td> </tr> </tbody> </table> ##### Our Silver Sponsors <table> <tbody> <tr> <td> <p align="center"> <a href="https://www.prefect.io/"><img src="https://raw.githubusercontent.com/vuejs/language-tools/HEAD/.github/sponsors/prefect.svg" height="40" /></a> </p> </td> </tr> </tbody> </table> <h5> Add you via <a href="https://github.com/sponsors/johnsoncodehk">GitHub Sponsors</a> or <a href="https://opencollective.com/volarjs">Open Collective</a> </h5> ### [`v1.8.13`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1813-2023920) [Compare Source](https://github.com/vuejs/language-tools/compare/v1.8.12...v1.8.13) - fix: generate valid syntax when `noPropertyAccessFromIndexSignature` is not enabled ([#&#8203;3575](https://github.com/vuejs/language-tools/issues/3575)) - thanks [@&#8203;so1ve](https://github.com/so1ve) ### [`v1.8.12`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1812-2023920) [Compare Source](https://github.com/vuejs/language-tools/compare/v1.8.11...v1.8.12) - feat: support vitepress's code snippet import ([#&#8203;3559](https://github.com/vuejs/language-tools/issues/3559)) - thanks [@&#8203;so1ve](https://github.com/so1ve) - fix(component-meta): fix modules interoperability with `vue-component-type-helper` - fix: avoid losing generic types with `strictTemplates: false` ([#&#8203;3565](https://github.com/vuejs/language-tools/issues/3565)) - thanks [@&#8203;so1ve](https://github.com/so1ve) - fix: format slots with typeannotation correctly ([#&#8203;3573](https://github.com/vuejs/language-tools/issues/3573)) - thanks [@&#8203;so1ve](https://github.com/so1ve) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am" (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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42NS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate added the
dependencies
label 2023-09-16 00:09:04 +00:00
renovate force-pushed renovate/dev-dependencies from aeb658f7f5 to f86269fc5c 2023-09-16 07:08:51 +00:00 Compare
renovate changed title from chore(deps): update dependency rollup to v3.29.2 to chore(deps): update dev-dependencies 2023-09-16 07:08:55 +00:00
renovate force-pushed renovate/dev-dependencies from f86269fc5c to fe061bc967 2023-09-18 03:09:12 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from fe061bc967 to ec5339d861 2023-09-18 18:09:57 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from ec5339d861 to a1c12e1bbd 2023-09-18 21:08:52 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from a1c12e1bbd to f6ad396204 2023-09-18 22:08:09 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from f6ad396204 to 6dac26572f 2023-09-19 06:09:34 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 6dac26572f to e0c1f74c09 2023-09-19 21:09:24 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from e0c1f74c09 to b683023a02 2023-09-20 03:09:37 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from b683023a02 to b4ba429951 2023-09-20 11:10:38 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from b4ba429951 to 8ef772145a 2023-09-20 14:10:57 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 8ef772145a to f66ec5213a 2023-09-20 22:10:44 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from f66ec5213a to f267b290d5 2023-09-21 01:10:12 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from f267b290d5 to 57f326c894 2023-09-21 13:27:38 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 57f326c894 to c4dc694417 2023-09-21 14:23:16 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from c4dc694417 to 187890b2c1 2023-09-21 21:12:22 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 187890b2c1 to 19d362af14 2023-09-22 21:10:48 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 19d362af14 to 62b4f8c780 2023-09-23 21:10:36 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 62b4f8c780 to 1846b8fccd 2023-09-24 06:12:13 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 1846b8fccd to d329b413a5 2023-09-24 22:12:37 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from d329b413a5 to 6b0590c7ab 2023-09-25 06:10:33 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 6b0590c7ab to 4430589236 2023-09-25 15:10:49 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 4430589236 to f2696cc65b 2023-09-25 18:11:32 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from f2696cc65b to e0dcd9dc80 2023-09-25 20:10:46 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from e0dcd9dc80 to 25ad45df8f 2023-09-26 15:11:31 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 25ad45df8f to a95f15bfe7 2023-09-26 22:09:12 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from a95f15bfe7 to efc635cefe 2023-09-27 07:09:56 +00:00 Compare
konrad added 1 commit 2023-09-27 07:18:18 +00:00
continuous-integration/drone/pr Build is passing Details
5d82e3bbf7
chore(deps): update lockfile
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://3747-renovate-dev-dependencies--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://3747-renovate-dev-dependencies--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit 5c23343172 into main 2023-09-27 07:34:55 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.