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

Bump the non-majors group across 1 directory with 38 updates #4366

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the non-majors group with 33 updates in the / directory:

Package From To
@mdi/js 7.2.96 7.4.47
@sapphi-red/web-noise-suppressor 0.3.3 0.3.5
cropperjs 1.5.13 1.6.2
highlight.js 11.8.0 11.10.0
throttle-debounce 5.0.0 5.0.2
@types/throttle-debounce 5.0.0 5.0.2
ts-pattern 5.0.5 5.3.1
turndown 7.1.2 7.2.0
vue 3.3.4 3.4.38
vue-router 4.2.4 4.4.3
zod 3.22.4 3.23.8
@pinia/testing 0.1.3 0.1.5
@types/dom-screen-wake-lock 1.0.2 1.0.3
@types/pica 9.0.1 9.0.4
@types/punycode 2.1.0 2.1.4
@types/serviceworker 0.0.67 0.0.94
@types/turndown 5.0.3 5.0.5
@types/webappsec-credential-management 0.6.4 0.6.8
@vitest/coverage-c8 0.25.8 0.33.0
@vue/test-utils 2.4.1 2.4.6
autoprefixer 10.4.16 10.4.20
axios 1.6.8 1.7.7
cypress 13.3.0 13.14.1
esbuild 0.15.18 0.23.1
esbuild-plugin-browserslist 0.5.3 0.14.0
eslint-config-prettier 9.0.0 9.1.0
eslint-plugin-vue 9.15.1 9.27.0
fonteditor-core 2.1.11 2.4.1
sass 1.69.5 1.77.8
start-server-and-test 2.0.0 2.0.5
typescript 5.1.6 5.5.4
vite-plugin-pwa 0.16.5 0.20.2
vitest-github-actions-reporter 0.9.0 0.11.1

Updates @mdi/js from 7.2.96 to 7.4.47

Commits

Updates @sapphi-red/web-noise-suppressor from 0.3.3 to 0.3.5

Commits

Updates cropperjs from 1.5.13 to 1.6.2

Release notes

Sourced from cropperjs's releases.

v1.6.2

  • Disable touch callout on iOS Webkit-based browsers (#1155).

v1.6.1

  • Fix an issue where some CSS styles were incompatible with old browsers.

v1.6.0

  • Add a rounded option to the getCroppedCanvas method (#1047).
Changelog

Sourced from cropperjs's changelog.

1.6.2 (Apr 21, 2024)

  • Disable touch callout on iOS webkit-based browsers (#1155).

1.6.1 (Sep 17, 2023)

  • Fix an issue where some CSS styles were incompatible with old browsers.

1.6.0 (Aug 26, 2023)

  • Add rounded option to the getCroppedCanvas method (#1047).
Commits
  • da3f6f7 build: release 1.6.2
  • 388368d build: update some dependencies
  • 2161782 build: downgrade cpy-cli to v3.x
  • 24dbf99 fix: disable touch callout on iOS webkit-based browsers
  • a444f6f fix: disable long press context menu on iOS chorme (#1155)
  • b122bb6 build: release 1.6.1
  • dda8f95 build: downgrade stylelint to 13 to avoid side effects
  • 72bb6d8 docs: update comment description
  • 92582ee build: release 1.6.0
  • f652134 docs: update Related projects add Symfony UX Cropper.js (#1097)
  • Additional commits viewable in compare view

Updates highlight.js from 11.8.0 to 11.10.0

Release notes

Sourced from highlight.js's releases.

11.9.0 - Fall is in the air!

Version 11.9.0

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Drops support for Node 14.x, which is no longer supported by Node.js.
  • In the node build styles/*.css files now ship un-minified with minified counterparts as: styles/*.min.css [mvorisek][] (this makes things consistent with our cdn builds)

Parser:

  • (enh) prevent re-highlighting of an element [joshgoebel][]
  • (chore) Remove discontinued badges from README [Bradley Mackey][]
  • (chore) Fix build size report [Bradley Mackey][]

New Grammars:

  • added 3rd party Iptables grammar to SUPPORTED_LANGUAGES [Checconio][]
  • added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][]
  • added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][]
  • added 3rd party Ballerina grammar to SUPPORTED_LANGUAGES [Yasith Deelaka][]

Core Grammars:

  • fix(rust) added negative-lookahead for callable keywords if while for [Omar Hussein][]
  • enh(armasm) added x0-x30 and w0-w30 ARMv8 registers [Nicholas Thompson][]
  • enh(haxe) added final, is, macro keywords and $ identifiers [Robert Borghese][]
  • enh(haxe) support numeric separators and suffixes [Robert Borghese][]
  • fix(haxe) fixed metadata arguments and support non-colon syntax [Robert Borghese][]
  • fix(haxe) differentiate abstract declaration from keyword [Robert Borghese][]
  • fix(bash) do not delimit a string by an escaped apostrophe [hancar][]
  • enh(swift) support macro keyword [Bradley Mackey][]
  • enh(swift) support parameter pack keywords [Bradley Mackey][]
  • enh(swift) regex literal support [Bradley Mackey][]
  • enh(swift) @unchecked and @Sendable support [Bradley Mackey][]
  • enh(scala) add using directives support //> using foo bar [Jamie Thompson][]
  • fix(scala) fixed comments in constructor arguments not being properly highlighted [Isaac Nonato][]
  • enh(swift) ownership modifiers support [Bradley Mackey][]
  • enh(nsis) Add !assert compiler flag [idleberg][]
  • fix(haskell) do not treat double dashes inside infix operators as comments [Zlondrej][]
  • enh(rust) added eprintln! macro [qoheniac][]
  • enh(leaf) update syntax to 4.0 [Samuel Bishop][]
  • fix(reasonml) simplify syntax and align it with ocaml [jchavarri][]
  • fix(swift) warn_unqualified_access is an attribute [Bradley Mackey][]
  • enh(swift) macro attributes are highlighted as keywords [Bradley Mackey][]
  • enh(stan) updated for version 2.33 (#3859) [Brian Ward][]
  • fix(css) added '_' css variable detection [Md Saad Akhtar][]
  • enh(groovy) add record and var as keywords [Guillaume Laforge][]

... (truncated)

Changelog

Sourced from highlight.js's changelog.

Version 11.10.0

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Drops support for Node 16.x, which is no longer supported by Node.js.

Core Grammars:

  • enh(typescript) add support for satisfies operator [Kisaragi Hiu][]
  • enc(c) added more C23 keywords [Melkor-1][]
  • enh(json) added jsonc as an alias [BackupMiles][]
  • enh(gml) updated to latest language version (GML v2024.2) [gnysek][]
  • enh(c) added more C23 keywords and preprcoessor directives [Eisenwave][]
  • enh(js/ts) support namespaced tagged template strings [Aral Balkan][]
  • enh(perl) fix false-positive variable match at end of string [Josh Goebel][]
  • fix(cpp) not all kinds of number literals are highlighted correctly [Lê Duy Quang][]
  • fix(css) fix overly greedy pseudo class matching [Bradley Mackey][]
  • enh(arcade) updated to ArcGIS Arcade version 1.24 [Kristian Ekenes][]
  • fix(typescript): params types [Mohamed Ali][]
  • fix(rust) fix escaped double quotes in string [Mohamed Ali][]
  • fix(rust) fix for r# raw identifier not being highlighted correctly. [JaeBaek Lee][]
  • enh(rust) Adding union to be recognized as a keyword in Rust. [JaeBaek Lee][]
  • fix(yaml) fix for yaml with keys having brackets highlighted incorrectly [Aneesh Kulkarni][]
  • fix(csharp) add raw string highlighting for C# 11. [Tara][]
  • fix(bash) fix # within token being detected as the start of a comment [Felix Uhl][]
  • fix(python) fix or conflicts with string highlighting [Mohamed Ali][]
  • enh(python) adds a scope to the self variable [Lee Falin][]
  • enh(delphi) allow digits to be omitted for hex and binary literals [Jonah Jeleniewski][]
  • enh(delphi) add support for digit separators [Jonah Jeleniewski][]
  • enh(delphi) add support for character strings with non-decimal numerics [Jonah Jeleniewski][]
  • fix(javascript) incorrect function name highlighting [CY Fung][]
  • fix(1c) fix escaped symbols "+-;():=,[]" literals [Vitaly Barilko][]
  • fix(swift) correctly highlight generics and conformances in type definitions [Bradley Mackey][]
  • enh(swift) add package keyword [Bradley Mackey][]
  • fix(swift) ensure keyword attributes highlight correctly [Bradley Mackey][]
  • fix(types) fix interface LanguageDetail > keywords [Patrick Chiu]
  • enh(java) add goto to be recognized as a keyword in Java [Alvin Joy][]
  • enh(bash) add keyword sudo [Alvin Joy][]
  • fix(haxe) captures new keyword without capturing it within variables/class names [Cameron Taylor][]
  • fix(go) fix go number literals to accept _ separators, add hex p exponents [Lisa Ugray][]
  • enh(markdown) add entity support [David Schach][] [TaraLei][]
  • enh(css) add justify-items and justify-self attributes [Vasily Polovnyov][]
  • enh(css) add accent-color, appearance, color-scheme, rotate, scale and translate attributes [Carl Räfting][]
  • fix(fortran) fixes parsing of keywords delimited by dots [Julien Bloino][]
  • enh(css) add select, option, optgroup, picture and source to list of known tags [Vasily Polovnyov][]
  • enh(css) add inset, inset-*, border-start-*-radius and border-end-*-radius attributes [Vasily Polovnyov][]
  • enh(css) add text-decoration-skip-ink, text-decoration-thickness and text-underline-offset attributes [Vasily Polovnyov][]
  • enh(java) add when to be recognized as a keyword in Java [Chiel van de Steeg][]

New Grammars:

... (truncated)

Commits
  • 366a8bd (maintainer) bump version 11.9.0 => 11.10.0
  • b1fd7cd (maint) build against node 22
  • 221b049 (maint) bump npm dependencies
  • e2e11f7 Add JSONata as supported language (#4069)
  • f41067d improve monokai theme for attr & number (#4067)
  • b9ae5fe add text-decoration-skip-ink, text-decoration-thickness and `text-underli...
  • 888ac75 Add Mirth to SUPPORTED_LANGUAGES.md (#4061)
  • 32f6d13 (chore) Remove unused submodule (#4047)
  • 4bbf361 enh(typescript) add satisfies keyword (#4058)
  • 5237004 enh(c): Added typeof and typeof_qual to the list of keywords (#4055)
  • Additional commits viewable in compare view

Updates throttle-debounce from 5.0.0 to 5.0.2

Release notes

Sourced from throttle-debounce's releases.

v5.0.2

Fixed

  • Pin karma-webpack to specific version to prevent errors in Node 12

v5.0.1

Changed

  • License to single license (MIT)
Changelog

Sourced from throttle-debounce's changelog.

[5.0.2][] - 2024-06-24

Fixed

  • Pin karma-webpack to specific version to prevent errors in Node 12

[5.0.1][] - 2024-06-24

Changed

  • License to single license (MIT)
Commits

Updates @types/throttle-debounce from 5.0.0 to 5.0.2

Commits

Updates ts-pattern from 5.0.5 to 5.3.1

Release notes

Sourced from ts-pattern's releases.

v5.3.1

Pattern-matching on symbol keys

Symbols used to be ignored in object patterns. They are now taken into account:

const symbolA = Symbol('symbol-a');
const symbolB = Symbol('symbol-b');
const obj = { [symbolA]: { [symbolB]: 'foo' } };
if (isMatching({ [symbolA]: { [symbolB]: 'bar' } }, obj)) {
//  👆 Used to return true, now returns false!
//  Since TS-Pattern wasn't reading symbols, this pattern used to be equivalent
//  to the {} pattern that matches any value except null and undefined.
}

.exhaustive now throws a custom error

People have expressed the need to differentiate runtime errors that .exhaustive() might throw when the input is of an unexpected type from other runtime errors that could have happened in the same match expression. It's now possible with err instanceof NonExhaustiveError:

import { match, P, NonExhaustiveError }  from 'ts-pattern';
const fn = (input: string | number) => {
return match(input)
.with(P.string, () => "string!")
.with(P.number, () => "number!")
.exhaustive()
}
try {
fn(null as string) // 👈 💥
} catch (e) {
if (e instanceof NonExhaustiveError) {
// The input was invalid
} else {
// something else happened
}
}

What's Changed

New Contributors

... (truncated)

Commits
  • 021b3db 5.3.1
  • 99aa90e feat(exhaustive): rename thrown error to NonExhaustiveError
  • b2e7566 5.3.0
  • d404e33 feat(symbols): Use Reflect.ownKeys for better performance
  • 29f74f9 feat(symbols): add more tests
  • e74557d Merge pull request #272 from Ayc0/symbol
  • 7f2aaf3 chore: use .concat for better perfs (1 less creation of arrays)
  • 423b75b chore: split tests in a new objects.test.ts
  • fbf58c3 fix: make so that isMatching works with symbols
  • 3f5978a roadmap: add features
  • Additional commits viewable in compare view

Updates turndown from 7.1.2 to 7.2.0

Release notes

Sourced from turndown's releases.

v7.2.0

  • Update deps lock. 7f8c785
  • Merge pull request #460 from orchitech/fix-link-parenthesis 7bcda25
  • Escape inline link attributes. Fix #459. fd462c8
  • Merge pull request #461 from orchitech/custom-domino a4ddaff
  • Switch to custom Domino fork. 10bbd00
  • Merge pull request #463 from orchitech/github-actions 84e7876
  • Use to GitHub Actions instead of Travis CI 7595c63

mixmark-io/turndown@v7.1.3...v7.2.0

v7.1.3

  • Merge pull request #443 from rory-instil/master 4afc328
  • Fixing a missing defensive check for an absent window global variable that was breaking service worker environments 9e64a83

mixmark-io/turndown@v7.1.2...v7.1.3

Commits

Updates vue from 3.3.4 to 3.4.38

Release notes

Sourced from vue's releases.

v3.4.38

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.37

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.36

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.35

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.34

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.33

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.32

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.31

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.30

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.29

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.28

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.27

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.26

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue's changelog.

3.4.38 (2024-08-15)

Bug Fixes

  • build: revert entities to 4.5 to avoid runtime resolution errors (f349af7), closes #11603
  • compiler-core: use ast-based check for function expressions when possible (236cac3), closes #11615
  • compiler-sfc: handle keyof operator with index object (#11581) (74d26db)
  • types: add fallback stub for DOM types when DOM lib is absent (#11598) (4db0085)

3.4.37 (2024-08-08)

Bug Fixes

  • compiler-core: use isProp.arg.loc instead of isProp.loc (#11547) (236fb7a)
  • custom-element: fix custom-element double render on immediate prop change (978ff3c), closes #9885 #11335
  • defineModel: detect changes respect custom getter and setter (#11543) (e042888), closes #11541 #11526 #11527
  • keep-alive: avoid cache suspense comment root (#11479) (a917c05)
  • keep-alive: fix render error in cached is undefined (#11496) (81351dc), closes #11427 #11431
  • Revert "fix(types/ref): allow getter and setter types to be unrelated (#11442)" (b1abac0)
  • Revert "fix(types/ref): correct type inference for nested refs (#11536)" (3a56315)
  • runtime-core: fix warning for missing event handler (#11489) (e359ff0), closes #4803 #8268
  • runtime-core: prioritize using the provides from currentApp in nested createApp (#11502) (7e75de0), closes #11488
    • Note: this change will break inject calls inside Pinia stores that expects to be able to inject provided values from the component using the store. This is expected because the usage is relying on previously incorrect behavior.
  • runtime-dom: apply css vars before mount (#11538) (fdc2a31), closes #11533
  • ssr: ensure content is valid when rendering normal slot (#11491) (6c90324), closes #11326
  • types/ref: correct type inference for nested refs (#11536) (536f623), closes #11532 #11537
  • types: allow DirectiveArguments third parameter to accept undefined (#11540) (1058ce8)

3.4.36 (2024-08-06)

Bug Fixes

  • compiler-core: fix expression transform for try...catch block params (077a1ae), closes #11465 #11467
  • compiler-core: properly handle for loop variable declarations in expression transforms (67bb820), ref #11467
  • compiler-ssr: don't render v-if comments in TransitionGroup + static tag (#11515) (275354c), closes #11514
  • hydration: force hydrate custom element dynamic props (7d473b7), closes #7203 #8038
  • ssr: respect textContent/innerHTML from getSSRProps in optimized SSR output (79602f9), closes #8112
  • types/withDefaults: ensure default values of type any do not include undefined (#11490) (4592b63)

3.4.35 (2024-07-31)

... (truncated)

Commits
  • 56e658e release: v3.4.38
  • 0bdb2a3 workflow: move private packages to separate directory
  • 74d26db fix(compiler-sfc): handle keyof operator with index object (#11581)
  • 236cac3 fix(compiler-core): use ast-based check for function expressions when possible
  • b27d900 chore: update changelog regarding inject behavior change
  • f349af7 fix(build): revert entities to 4.5 to avoid runtime resolution errors
  • 4db0085 fix(types): add fallback stub for DOM types when DOM lib is absent (#11598)
  • 28db2e6 release: v3.4.37
  • 6be63e0 workflow: new release workflow
  • e333312 workflow: fix release script in actions
  • Additional commits viewable in compare view

Updates vue-router from 4.2.4 to 4.4.3

Release notes

Sourced from vue-router's releases.

v4.4.3

Please refer to CHANGELOG.md for details.

v4.4.2

Please refer to CHANGELOG.md for details.

v4.4.1

Please refer to CHANGELOG.md for details.

v4.4.0

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.3

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.2

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.1

Please refer to CHANGELOG.md for details.

v4.4.0-alpha.0

Please refer to CHANGELOG.md for details.

v4.3.3

Please refer to CHANGELOG.md for details.

v4.3.2

Please refer to CHANGELOG.md for details.

v4.3.1

Please refer to CHANGELOG.md for details.

v4.3.0

Please refer to CHANGELOG.md for details.

v4.2.5

Please refer to CHANGELOG.md for details.

Commits

Updates zod from 3.22.4 to 3.23.8

Release notes

Sourced from zod's releases.

v3.23.8

Commits:

  • 0f4d403558ae0490c711e4c2bfcf6c200bd14e11 Add Bronze logos (#3470)
  • 19687315b5b24bbd1ff6c346bfc2975700221748 Tweak tiers (#3471)
  • eda7df314399929f7ed737423868a5a0780cd944 Change RefinementCtx to interface
  • ca42965df46b2f7e2747db29c40a26bcb32a51d5 v3.23.8

v3.23.7

Commits:

  • 29d2ea2a15f0b1ac4b89138041f786a3dafc490b Add copper
  • d969423266fccee56ef769da6744cc8bacb04550 Fix #3437: extendShape erases JSDoc property documentation (#3463)
  • 2239ff3ccc9af4d28bee27bd6fb2a5632844480b Add social crow
  • f985b5b922cb357dbf4b25bb43814d19f838e046 3.23.7

v3.23.6

Commits:

  • bc0095aab9e7254deb18701adc63de128ca2c742 Test on latest node
  • 6e5699a30373cc22879f2bcb6902fc138518c980 Lint on latest node
  • 1f466d9d00f446d7bed1962990e7a1ce813ab0d4 describe how one can protect from cyclical objects starting an infini… (#3447)
  • 3fed6f21e0ea7adc91aa0cc44f75bcf4e526d98e Add zod playground link (#3454)
  • 04e1f379f6989d23dd45660fcabc78f76d7834f8 Fixed freezing async ZodReadonly results (#3457)
  • b87e59d0e4bbb4403bf27243afdcda9fcdeec258 Update sponsor tiers (#3453)
  • 143886151bba3930bdcc10d34a1cff4bf9103ba8 Add copper tier (#3460)
  • ce3711e1384952d255769b9495f9bfadfb327291 add VSCode dev container support and documenation
  • 93b480b12ec3466cbd3b4182f7ce292e5c61528c v3.23.6

v3.23.5

Commits:

  • 110b8211f991b3e060ab2da4fec7b63d600439ad Update README_ZH.md (#3433)
  • c1910bdfc98709b8f14231e2cefc5a3be401e3ee Made ZodEnum take readonly string array (#3444)
  • 541a862e978f96eb391849a6bf16be84231aa1b3 3.23.5

v3.23.4

Commits:

  • 157b18d742c86d85b26a8421af46ad6d6d6b6ea7 Add 3.23 announcement
  • aedf93f1435a29463d915c3be45b4dcbeefa8cc1 Revert change to default Input
  • 45107f7a7230fe48ee24dc37e621422c9dc64ec4 v3.23.4

v3.23.3

Commits:

  • 103d2436f85872ca0e0e6247652989cc93d46a39 3.23.3

v3.23.2

Commits:

... (truncated)

Commits

Updates @pinia/testing from 0.1.3 to 0.1.5

Commits

Updates @types/dom-screen-wake-lock from 1.0.2 to 1.0.3

Commits

Updates @types/pica from 9.0.1 to 9.0.4

Commits

Updates @types/punycode from 2.1.0 to 2.1.4

Commits

Updates @types/serviceworker from 0.0.67 to 0.0.94

Release notes

Sourced from @​types/serviceworker's releases.

@​types/serviceworker@​0.0.94

index.d.ts

No changes

iterable.d.ts

No changes

@​types/serviceworker@​0.0.93

index.d.ts

No changes

iterable.d.ts

No changes

@​types/serviceworker@​0.0.92

index.d.ts

No changes

iterable.d.ts

No changes

@​types/serviceworker@​0.0.91

index.d.ts

No changes

iterable.d.ts

No changes

@​types/serviceworker@​0.0.90

index.d.ts

Modified

  • Blob
    • Added: bytes
  • CompressionStream
    • Added: readable, writable
  • DecompressionStream
    • Added: readable, writable
  • PerformanceResourceTiming
    • Added: responseStatus
  • PushMessageData

... (truncated)

Commits

Updates @types/throttle-debounce from 5.0.0 to 5.0.2

Commits

Updates @types/turndown from 5.0.3 to 5.0.5

Commits

Updates @types/webappsec-credential-management from 0.6.4 to 0.6.8

Commits

Updates @vitest/coverage-c8 from 0.25.8 to 0.33.0

Release notes

Sourced from @​vitest/coverage-c8's releases.

v0.33.0

   🚨 Breaking Changes

  • Revert default include patterns  -  by @​so1ve #3729
    • 0.32.0 changed the default include globs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.

   🐞 Bug Fixes

    View changes on GitHub

v0.32.4

   🐞 Bug Fixes

    View changes on GitHub

v0.32.3

   🚀 Features

Bumps the non-majors group with 33 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@mdi/js](https://github.com/Templarian/MaterialDesign-JS) | `7.2.96` | `7.4.47` |
| [@sapphi-red/web-noise-suppressor](https://github.com/sapphi-red/web-noise-suppressor) | `0.3.3` | `0.3.5` |
| [cropperjs](https://github.com/fengyuanchen/cropperjs) | `1.5.13` | `1.6.2` |
| [highlight.js](https://github.com/highlightjs/highlight.js) | `11.8.0` | `11.10.0` |
| [throttle-debounce](https://github.com/niksy/throttle-debounce) | `5.0.0` | `5.0.2` |
| [@types/throttle-debounce](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/throttle-debounce) | `5.0.0` | `5.0.2` |
| [ts-pattern](https://github.com/gvergnaud/ts-pattern) | `5.0.5` | `5.3.1` |
| [turndown](https://github.com/mixmark-io/turndown) | `7.1.2` | `7.2.0` |
| [vue](https://github.com/vuejs/core) | `3.3.4` | `3.4.38` |
| [vue-router](https://github.com/vuejs/router) | `4.2.4` | `4.4.3` |
| [zod](https://github.com/colinhacks/zod) | `3.22.4` | `3.23.8` |
| [@pinia/testing](https://github.com/vuejs/pinia) | `0.1.3` | `0.1.5` |
| [@types/dom-screen-wake-lock](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dom-screen-wake-lock) | `1.0.2` | `1.0.3` |
| [@types/pica](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pica) | `9.0.1` | `9.0.4` |
| [@types/punycode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/punycode) | `2.1.0` | `2.1.4` |
| [@types/serviceworker](https://github.com/microsoft/TypeScript-DOM-Lib-Generator) | `0.0.67` | `0.0.94` |
| [@types/turndown](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/turndown) | `5.0.3` | `5.0.5` |
| [@types/webappsec-credential-management](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webappsec-credential-management) | `0.6.4` | `0.6.8` |
| [@vitest/coverage-c8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-c8) | `0.25.8` | `0.33.0` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.1` | `2.4.6` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.20` |
| [axios](https://github.com/axios/axios) | `1.6.8` | `1.7.7` |
| [cypress](https://github.com/cypress-io/cypress) | `13.3.0` | `13.14.1` |
| [esbuild](https://github.com/evanw/esbuild) | `0.15.18` | `0.23.1` |
| [esbuild-plugin-browserslist](https://github.com/nihalgonsalves/esbuild-plugin-browserslist) | `0.5.3` | `0.14.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.0.0` | `9.1.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.15.1` | `9.27.0` |
| [fonteditor-core](https://github.com/kekee000/fonteditor-core) | `2.1.11` | `2.4.1` |
| [sass](https://github.com/sass/dart-sass) | `1.69.5` | `1.77.8` |
| [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `2.0.0` | `2.0.5` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.1.6` | `5.5.4` |
| [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `0.16.5` | `0.20.2` |
| [vitest-github-actions-reporter](https://github.com/sapphi-red/vitest-github-actions-reporter) | `0.9.0` | `0.11.1` |



Updates `@mdi/js` from 7.2.96 to 7.4.47
- [Commits](Templarian/MaterialDesign-JS@v7.2.96...v7.4.47)

Updates `@sapphi-red/web-noise-suppressor` from 0.3.3 to 0.3.5
- [Commits](sapphi-red/web-noise-suppressor@v0.3.3...v0.3.5)

Updates `cropperjs` from 1.5.13 to 1.6.2
- [Release notes](https://github.com/fengyuanchen/cropperjs/releases)
- [Changelog](https://github.com/fengyuanchen/cropperjs/blob/main/CHANGELOG.md)
- [Commits](fengyuanchen/cropperjs@v1.5.13...v1.6.2)

Updates `highlight.js` from 11.8.0 to 11.10.0
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.8.0...11.10.0)

Updates `throttle-debounce` from 5.0.0 to 5.0.2
- [Release notes](https://github.com/niksy/throttle-debounce/releases)
- [Changelog](https://github.com/niksy/throttle-debounce/blob/master/CHANGELOG.md)
- [Commits](niksy/throttle-debounce@v5.0.0...v5.0.2)

Updates `@types/throttle-debounce` from 5.0.0 to 5.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/throttle-debounce)

Updates `ts-pattern` from 5.0.5 to 5.3.1
- [Release notes](https://github.com/gvergnaud/ts-pattern/releases)
- [Commits](gvergnaud/ts-pattern@v5.0.5...v5.3.1)

Updates `turndown` from 7.1.2 to 7.2.0
- [Release notes](https://github.com/mixmark-io/turndown/releases)
- [Commits](mixmark-io/turndown@v7.1.2...v7.2.0)

Updates `vue` from 3.3.4 to 3.4.38
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/v3.4.38/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.4...v3.4.38)

Updates `vue-router` from 4.2.4 to 4.4.3
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.2.4...v4.4.3)

Updates `zod` from 3.22.4 to 3.23.8
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.22.4...v3.23.8)

Updates `@pinia/testing` from 0.1.3 to 0.1.5
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.3...@pinia/testing@0.1.5)

Updates `@types/dom-screen-wake-lock` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dom-screen-wake-lock)

Updates `@types/pica` from 9.0.1 to 9.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pica)

Updates `@types/punycode` from 2.1.0 to 2.1.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/punycode)

Updates `@types/serviceworker` from 0.0.67 to 0.0.94
- [Release notes](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/releases)
- [Commits](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/compare/@types/serviceworker@0.0.67...@types/serviceworker@0.0.94)

Updates `@types/throttle-debounce` from 5.0.0 to 5.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/throttle-debounce)

Updates `@types/turndown` from 5.0.3 to 5.0.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/turndown)

Updates `@types/webappsec-credential-management` from 0.6.4 to 0.6.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webappsec-credential-management)

Updates `@vitest/coverage-c8` from 0.25.8 to 0.33.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.33.0/packages/coverage-c8)

Updates `@vue/test-utils` from 2.4.1 to 2.4.6
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](vuejs/test-utils@v2.4.1...v2.4.6)

Updates `autoprefixer` from 10.4.16 to 10.4.20
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.16...10.4.20)

Updates `axios` from 1.6.8 to 1.7.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.8...v1.7.7)

Updates `browserslist` from 4.22.1 to 4.23.3
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.22.1...4.23.3)

Updates `cypress` from 13.3.0 to 13.14.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.3.0...v13.14.1)

Updates `esbuild` from 0.15.18 to 0.23.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md)
- [Commits](evanw/esbuild@v0.15.18...v0.23.1)

Updates `esbuild-plugin-browserslist` from 0.5.3 to 0.14.0
- [Release notes](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/releases)
- [Changelog](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/blob/main/CHANGELOG.md)
- [Commits](nihalgonsalves/esbuild-plugin-browserslist@v0.5.3...esbuild-plugin-browserslist-v0.14.0)

Updates `eslint-config-prettier` from 9.0.0 to 9.1.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)

Updates `eslint-plugin-vue` from 9.15.1 to 9.27.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.15.1...v9.27.0)

Updates `fonteditor-core` from 2.1.11 to 2.4.1
- [Release notes](https://github.com/kekee000/fonteditor-core/releases)
- [Commits](kekee000/fonteditor-core@v2.1.11...v2.4.1)

Updates `pinia` from 2.1.7 to 2.2.2
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.1.7...pinia@2.2.2)

Updates `postcss` from 8.4.39 to 8.4.42
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.39...8.4.42)

Updates `sass` from 1.69.5 to 1.77.8
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.69.5...1.77.8)

Updates `start-server-and-test` from 2.0.0 to 2.0.5
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.0...v2.0.5)

Updates `typescript` from 5.1.6 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.1.6...v5.5.4)

Updates `vite-plugin-pwa` from 0.16.5 to 0.20.2
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](vite-pwa/vite-plugin-pwa@v0.16.5...v0.20.2)

Updates `vitest-github-actions-reporter` from 0.9.0 to 0.11.1
- [Commits](sapphi-red/vitest-github-actions-reporter@v0.9.0...v0.11.1)

Updates `workbox-core` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.0.0...v7.1.0)

Updates `workbox-routing` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: "@mdi/js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@sapphi-red/web-noise-suppressor"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: cropperjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: highlight.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: throttle-debounce
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@types/throttle-debounce"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: ts-pattern
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: turndown
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@pinia/testing"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@types/dom-screen-wake-lock"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@types/pica"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@types/punycode"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@types/serviceworker"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@types/throttle-debounce"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@types/turndown"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@types/webappsec-credential-management"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@vitest/coverage-c8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: axios
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: esbuild-plugin-browserslist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: fonteditor-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: pinia
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: start-server-and-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: vite-plugin-pwa
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: vitest-github-actions-reporter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: workbox-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: workbox-routing
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2024
Copy link

github-actions bot commented Sep 1, 2024

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants