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 with 14 updates #39

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps the non-majors group with 14 updates:

Package From To
primevue 3.49.0 3.51.0
vue 3.4.19 3.4.23
vue-router 4.2.5 4.3.2
@iconify/json 2.2.183 2.2.202
@types/node 20.11.19 20.12.7
@typescript-eslint/eslint-plugin 7.0.1 7.7.0
@typescript-eslint/parser 7.0.1 7.7.0
autoprefixer 10.4.17 10.4.19
eslint-plugin-vue 9.21.1 9.25.0
openapi-typescript 6.7.4 6.7.5
postcss 8.4.35 8.4.38
sass 1.71.0 1.75.0
typescript 5.3.3 5.4.5
vite 5.1.3 5.2.10

Updates primevue from 3.49.0 to 3.51.0

Release notes

Sourced from primevue's releases.

PrimeVue 3.51.0

What's Changed

New Contributors

Full Changelog: primefaces/primevue@3.50.0...3.51.0

PrimeVue 3.50.0

What's Changed

New Contributors

Full Changelog: primefaces/primevue@3.49.1...3.50.0

... (truncated)

Changelog

Sourced from primevue's changelog.

3.51.0 (2024-04-04)

Full Changelog

Fixed bugs:

  • tree: loadingMode #5509
  • Upload File doen'st show invalidFileSizeMessage #5497
  • Stepper: changing step is making the StepperPanel a render #5495
  • Multiselect - Filter - Duplicate keys on search. #5455
  • Slider: Focus on slider on mouse click not working #5446
  • Dropdown: throws error when grouped item is selected #5445
  • Stepper: number element box-shadow defect #5442
  • Autocomplete: isSelected(option) doesn't work correctly when 'multiple' is true #5435
  • Carousel: Unable to scroll vertically on mobile #5320
  • InputOtp: Unable to input integers in integerOnly #5422
  • Menu components: Hidden Menu-Item can still be activated (focused) on Keyboard-Navigation #5318
  • Slider: [Violation] Non-passive event #5213
  • DataTable: improve globalFilterFields type #5212
  • DataTable: resizableColumns and paginator bug #5210
  • Calendar: no enter transition when used in inline mode inside HeadlessUI dialog #5294
  • InputNumber: Cut or Paste via keyboard shortcuts in Safari doesn't work #3928
  • Calendar: Invalid typings for modelValue. #3609

Implemented New Features and Enhancements:

  • PrimeIcons: version 7 #5524
  • Carousel Enhancement - Empty Slot #5474
  • Dropdown Pass Through: item #5470
  • Tree: Style Classes not passed to nodeicon slot #5452
  • fix(types): augment GlobalComponent interface in vue module #5419
  • Twice render if $attrs.id not defined #5412
  • TieredMenu: Pressing Escape-Key in submenu moves focus to first menuitem #5327

3.50.0 (2024-03-15)

Full Changelog

Fixed bugs:

  • InputOtp: typing defects #5421
  • Multiselect: Wrong position of the panel with appendTo="self" #5411
  • DataTable: tableStyle typing defect #5410
  • Image: indicator slot is without function #5389
  • InputOtp: wrong usage of inputmode#5382
  • IconField: Wrong casing in Typescript module declaration file (.d.ts) #5376
  • Terimnal: Doesn't work on mobile #5364
  • Property 'disabled' does not exist on type 'SelectButtonContext'. #5354
  • DataTable: rowStyle invalid Type: Got function expected object #5349
  • DataTable: [Vue warn]: Invalid prop: type check failed for prop "rowClass". Expected String | Object, got Function #5341

... (truncated)

Commits
  • 0acaaf2 Set new version
  • 96b41b3 Update CHANGELOG.md
  • 52fc487 Merge pull request #5486 from i7slegend/fix/5412-twice-render
  • 0c44e20 Fixed #5318 - Menu components: Hidden Menu-Item can still be activated (focus...
  • 1a68c71 Fixed #5327 - TieredMenu: Pressing Escape-Key in submenu moves focus to first...
  • 9ae9dd8 Code Format
  • 864f66a Merge pull request #5513 from lukereative/fix-5320
  • 8f6119a Fix #5320 – Carousel blocking touch scroll
  • 40c7c57 Fixed #5509 - tree: loadingMode
  • 5a099a0 Fixed #5445 - Dropdown: throws error when grouped item is selected
  • Additional commits viewable in compare view

Updates vue from 3.4.19 to 3.4.23

Release notes

Sourced from vue's releases.

v3.4.23

Please refer to CHANGELOG.md for details.

v3.4.22

Please refer to CHANGELOG.md for details.

v3.4.21

Please refer to CHANGELOG.md for details.

v3.4.20

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.23 (2024-04-16)

Bug Fixes

  • runtime-core: fix regression for $attrs tracking in slots (6930e60), closes #10710
  • runtime-core: use same internal object mechanism for slots (6df53d8), closes #10709

3.4.22 (2024-04-15)

Bug Fixes

  • compat: fix $options mutation + adjust private API initialization (d58d133), closes #10626 #10636
  • compile-sfc: analyze v-bind shorthand usage in template (#10518) (e5919d4), closes #10515
  • compiler-core: fix loc.source for end tags with whitespace before > (16174da), closes #10694 #10695
  • compiler-core: fix v-bind shorthand for component :is (04af950), closes #10469 #10471
  • compiler-sfc: :is() and :where() in compound selectors (#10522) (660cadc), closes #10511
  • compiler-sfc: also search for .tsx when type import's extension is omitted (#10637) (34106bc), closes #10635
  • compiler-sfc: fix defineModel coercion for boolean + string union types (#9603) (0cef65c), closes #9587 #10676
  • compiler-sfc: fix universal selector scope (#10551) (54a6afa), closes #10548
  • compiler-sfc: use options module name if options provide runtimeModuleName options (#10457) (e76d743), closes #10454
  • custom-element: avoid setting attr to null if it is removed (#9012) (b49306a), closes #9006 #10324
  • hydration: properly handle optimized mode during hydrate node (#10638) (2ec06fd), closes #10607
  • reactivity: computed should not be detected as true by isProxy (#10401) (9da34d7)
  • reactivity: fix hasOwnProperty key coercion edge cases (969c5fb)
  • reactivity: fix tracking when hasOwnProperty is called with non-string value (c3c5dc9), closes #10455 #10464
  • runtime-core: fix errorHandler causes an infinite loop during execution (#9575) (ab59bed)
  • runtime-core: handle invalid values in callWithAsyncErrorHandling (53d15d3)
  • runtime-core: show hydration mismatch details for non-rectified mismatches too when PROD_HYDRATION_MISMATCH_DETAILS is set (#10599) (0dea7f9)
  • runtime-dom: v-model string/number coercion for multiselect options (#10576) (db374e5)
  • runtime-dom: fix css v-bind for suspensed components (#8523) (67722ba), closes #8520
  • runtime-dom: force update v-model number with leading 0 (#10506) (15ffe8f), closes #10503 #10615
  • runtime-dom: sanitize wrongly passed string value as event handler (#8953) (7ccd453), closes #8818
  • ssr: don't render v-if comments in TransitionGroup (#6732) (5a96267), closes #6715
  • Transition: ensure the KeepAlive children unmount w/ out-in mode (#10632) (fc99e4d), closes #10620
  • TransitionGroup: avoid set transition hooks for comment nodes and text nodes (#9421) (140a768), closes #4621 #4622 #5153 #5168 #7898 #9067
  • types: avoid merging object union types when using withDefaults (#10596) (37ba93c), closes #10594

Performance Improvements

  • add __NO_SIDE_EFFECTS__ comments (#9053) (d46df6b)
  • optimize component props/slots internal object checks (6af733d)
  • ssr: avoid calling markRaw on component instance proxy (4bc9f39)
  • ssr: optimize setup context creation for ssr in v8 (ca84316)

... (truncated)

Commits
  • 46c2b63 release: v3.4.23
  • 6df53d8 fix(runtime-core): use same internal object mechanism for slots
  • 6930e60 fix(runtime-core): fix regression for $attrs tracking in slots
  • 97716ae chore: add security hall of fame [ci skip]
  • b4b856b release: v3.4.22
  • f26d566 chore: improve event value validation message
  • 9da34d7 fix(reactivity): computed should not be detected as true by isProxy (#10401)
  • 37ba93c fix(types): avoid merging object union types when using withDefaults (#10596)
  • fc99e4d fix(Transition): ensure the KeepAlive children unmount w/ out-in mode (#10632)
  • 53d15d3 fix(runtime-core): handle invalid values in callWithAsyncErrorHandling
  • Additional commits viewable in compare view

Updates vue-router from 4.2.5 to 4.3.2

Release notes

Sourced from vue-router's releases.

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.

Commits

Updates @iconify/json from 2.2.183 to 2.2.202

Commits
  • ab0be46 Update 5 icon sets
  • f71c2d8 Update 5 icon sets
  • cb10e3a Update 8 icon sets
  • 897ecaf Update 4 icon sets: Ant Design Icons, FormKit Icons, Token Icons Branded, Tok...
  • e0d50e4 Update 16 icon sets
  • ffea5a0 Update 21 icon sets
  • 8839984 Update 7 icon sets
  • 09360d7 Update 10 icon sets
  • a746dcf Update 3 icon sets: Lucide, Octicons, UnJS Logos
  • 416c131 Update 4 icon sets: Arcticons, Lucide, Simple Icons, Tabler Icons
  • Additional commits viewable in compare view

Updates @types/node from 20.11.19 to 20.12.7

Commits

Updates @typescript-eslint/eslint-plugin from 7.0.1 to 7.7.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.7.0

7.7.0 (2024-04-15)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor (#8895)
  • typescript-estree: add defaultProject for project service (#8815)

❤️ Thank You

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

v7.6.0

7.6.0 (2024-04-08)

🚀 Features

  • add name field to shared configs and flat config types (#8863)
  • bump npm dependency ranges (#8860)
  • utils: add types for both flat and legacy eslint classes (#8861)

🩹 Fixes

  • typescript-eslint: fix type errors when using exactOptionalPropertyTypes (#8786)

❤️ Thank You

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

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.7.0 (2024-04-15)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor

❤️ Thank You

  • Dave
  • Josh Goldberg ✨

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

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

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

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

... (truncated)

Commits
  • e44a1a2 chore(release): publish 7.7.0
  • fda5704 feat(eslint-plugin): replace no-new-symbol with `no-new-native-nonconstruct...
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • 4bac40c docs: fix incorrect tab item values in prefer-optional-chain (#8867)
  • a7bdd1c test(eslint-plugin): render snapshots of ESLint output for each code example ...
  • 41d893f docs(eslint-plugin): [consistent-return] add warning section use noImplicitRe...
  • d063275 docs: feature-freeze member-ordering, naming-convention, sort-type-constituen...
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.0.1 to 7.7.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.7.0

7.7.0 (2024-04-15)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor (#8895)
  • typescript-estree: add defaultProject for project service (#8815)

❤️ Thank You

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

v7.6.0

7.6.0 (2024-04-08)

🚀 Features

  • add name field to shared configs and flat config types (#8863)
  • bump npm dependency ranges (#8860)
  • utils: add types for both flat and legacy eslint classes (#8861)

🩹 Fixes

  • typescript-eslint: fix type errors when using exactOptionalPropertyTypes (#8786)

❤️ Thank You

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

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.7.0 (2024-04-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

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

7.5.0 (2024-04-01)

🩹 Fixes

  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

❤️ Thank You

... (truncated)

Commits
  • e44a1a2 chore(release): publish 7.7.0
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • d5615d7 fix(parser): disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • 5d24691 chore(release): publish 7.4.0
  • e408b93 feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...
  • 5995614 chore(release): publish 7.3.1
  • 4cf8ec7 chore(release): publish 7.3.0
  • Additional commits viewable in compare view

Updates autoprefixer from 10.4.17 to 10.4.19

Release notes

Sourced from autoprefixer's releases.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).
Changelog

Sourced from autoprefixer's changelog.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).
Commits

Updates eslint-plugin-vue from 9.21.1 to 9.25.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.25.0

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.24.1...v9.25.0

v9.24.1

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.24.0...v9.24.1

v9.24.0

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.23.0...v9.24.0

v9.23.0

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

  • #2417 Improve performance by removing unnecessary second filter.

Full Changelog: vuejs/eslint-plugin-vue@v9.22.0...v9.23.0

v9.22.0

✨ Enhancements

... (truncated)

Commits

Updates openapi-typescript from 6.7.4 to 6.7.5

Release notes

Sourced from openapi-typescript's releases.

openapi-typescript@6.7.5

Patch Changes

Changelog

Sourced from openapi-typescript's changelog.

6.7.5

Patch Changes

Commits
  • 9a9a9ef openapi-typescript@6.7.5
  • 48ca069 Support single operation parameter (#1535)
  • Description has been truncated

Bumps the non-majors group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [primevue](https://github.com/primefaces/primevue) | `3.49.0` | `3.51.0` |
| [vue](https://github.com/vuejs/core) | `3.4.19` | `3.4.23` |
| [vue-router](https://github.com/vuejs/router) | `4.2.5` | `4.3.2` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.183` | `2.2.202` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.19` | `20.12.7` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.0.1` | `7.7.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.0.1` | `7.7.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.17` | `10.4.19` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.21.1` | `9.25.0` |
| [openapi-typescript](https://github.com/drwpow/openapi-typescript/tree/HEAD/packages/openapi-typescript) | `6.7.4` | `6.7.5` |
| [postcss](https://github.com/postcss/postcss) | `8.4.35` | `8.4.38` |
| [sass](https://github.com/sass/dart-sass) | `1.71.0` | `1.75.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.3` | `5.2.10` |


Updates `primevue` from 3.49.0 to 3.51.0
- [Release notes](https://github.com/primefaces/primevue/releases)
- [Changelog](https://github.com/primefaces/primevue/blob/master/CHANGELOG.md)
- [Commits](primefaces/primevue@3.49.0...3.51.0)

Updates `vue` from 3.4.19 to 3.4.23
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.19...v3.4.23)

Updates `vue-router` from 4.2.5 to 4.3.2
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.2.5...v4.3.2)

Updates `@iconify/json` from 2.2.183 to 2.2.202
- [Commits](iconify/icon-sets@2.2.183...2.2.202)

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

Updates `@typescript-eslint/eslint-plugin` from 7.0.1 to 7.7.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.0.1 to 7.7.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/parser)

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

Updates `eslint-plugin-vue` from 9.21.1 to 9.25.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.21.1...v9.25.0)

Updates `openapi-typescript` from 6.7.4 to 6.7.5
- [Release notes](https://github.com/drwpow/openapi-typescript/releases)
- [Changelog](https://github.com/drwpow/openapi-typescript/blob/openapi-typescript@6.7.5/packages/openapi-typescript/CHANGELOG.md)
- [Commits](https://github.com/drwpow/openapi-typescript/commits/openapi-typescript@6.7.5/packages/openapi-typescript)

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

Updates `sass` from 1.71.0 to 1.75.0
- [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.71.0...1.75.0)

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

Updates `vite` from 5.1.3 to 5.2.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.10/packages/vite)

---
updated-dependencies:
- dependency-name: primevue
  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-patch
  dependency-group: non-majors
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: openapi-typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: vite
  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 the dependencies Pull requests that update a dependency file label Apr 22, 2024
Copy link
Author

dependabot bot commented on behalf of github Apr 29, 2024

Superseded by #40.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/non-majors-208e6b205c branch April 29, 2024 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants