Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the all-minor-updates group across 1 directory with 28 updates #59

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps the all-minor-updates group with 28 updates in the / directory:

Package From To
@faker-js/faker 8.4.0 8.4.1
@nuxtjs/sitemap 5.0.4 5.2.0
@unocss/reset 0.58.4 0.60.3
@changesets/cli 2.27.1 2.27.3
@eslint/eslintrc 3.0.0 3.1.0
@iconify-json/material-symbols 1.1.72 1.1.80
@iconify-json/mdi 1.1.64 1.1.66
@nuxt/eslint-config 0.2.0 0.3.13
@nuxtjs/i18n 8.0.0 8.3.1
@nuxtjs/mdc 0.5.0 0.7.1
@types/chroma-js 2.4.3 2.4.4
@unocss/nuxt 0.58.4 0.60.3
@unocss/preset-icons 0.58.5 0.60.3
@unocss/transformer-directives 0.58.4 0.60.3
autoprefixer 10.4.17 10.4.19
eslint-plugin-perfectionist 2.5.0 2.10.0
eslint-plugin-regexp 2.2.0 2.6.0
eslint-plugin-testing-library 6.2.0 6.2.2
eslint-plugin-typescript-sort-keys 3.1.0 3.2.0
eslint-plugin-vue 9.20.1 9.26.0
nuxt 3.10.3 3.11.2
prettier 3.2.2 3.2.5
style-dictionary 3.9.1 3.9.2
typescript 5.3.3 5.4.5
unocss 0.58.4 0.60.3
vue 3.4.10 3.4.27
vue-eslint-parser 9.4.0 9.4.2
vue-router 4.2.5 4.3.2

Updates @faker-js/faker from 8.4.0 to 8.4.1

Release notes

Sourced from @​faker-js/faker's releases.

v8.4.1

What's Changed

Full Changelog: faker-js/faker@v8.4.0...v8.4.1

Changelog

Sourced from @​faker-js/faker's changelog.

8.4.1 (2024-02-06)

  • JSDocs improvements
Commits

Updates @nuxtjs/sitemap from 5.0.4 to 5.2.0

Release notes

Sourced from @​nuxtjs/sitemap's releases.

v5.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.1.5

   🐞 Bug Fixes

    View changes on GitHub

v5.1.4

No significant changes

    View changes on GitHub

v5.1.3

No significant changes

    View changes on GitHub

v5.1.2

   🐞 Bug Fixes

    View changes on GitHub

v5.1.1

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • 12ab13d chore: release v5.2.0
  • ee2b949 fix: remove build-time hook type definitions
  • 018210a fix: broken nitro types
  • 1008a1a chore: avoid sending empty Host headers
  • 85456e2 fix: forward host header to dynamic source endpoint (#280)
  • f1c7657 Merge remote-tracking branch 'origin/main'
  • 1e686ec chore: broken types
  • 2d90937 chore(deps): update pnpm/action-setup action to v4 (#278)
  • bd23305 chore: bump deps and lint
  • 19094b6 feat: nitro hook sitemap:index-resolved
  • Additional commits viewable in compare view

Updates @unocss/reset from 0.58.4 to 0.60.3

Release notes

Sourced from @​unocss/reset's releases.

v0.60.3

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

  • preset-mini: Improve performance of resolveBreakpoints  -  by @​antfu (05d90)
    View changes on GitHub

v0.60.2

   🐞 Bug Fixes

    View changes on GitHub

v0.60.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.60.0

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits
  • 2ab9e6f chore: release v0.60.3
  • 89afdff docs: include unocss package in postcss installation command (#3818)
  • 5f2a899 feat(preset-mini): text-align utility (#3796)
  • a9ab869 feat(transformer-directives): add removeComments (#3799)
  • 37de8e6 chore: lint
  • 624f29c chore: update deps
  • 210a22b fix(vite): warn when unocss:global:build:bundle has no CSS placeholder (#3802)
  • 882cc69 fix: enable regex eslint rule, optimize regexes (#3801)
  • c19ab68 fix(preset-mini): directionSize size cause error when size is undefined (#3809)
  • 398c15a fix(cli): extractors not working (#3803)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by unocss-bot, a new releaser for @​unocss/reset since your current version.


Updates @changesets/cli from 2.27.1 to 2.27.3

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.3

Patch Changes

  • #1357 18c966a Thanks @​Andarist! - Fixed an issue with changeset status executed without since argument. It should now correctly use the configured base branch as the default value.

@​changesets/cli@​2.27.2

Patch Changes

  • #1354 69be7dc Thanks @​Andarist! - Fixed an issue with changeset status incorrectly returning an error status in two cases:

    • for changed ignored packages
    • for changed private packages when privatePackage.version was set to false
  • #1351 c6da182 Thanks @​TheHolyWaffle! - Fix an issue with not applying a custom .prettierrc configuration with prettier@>= 3.1.1

  • Updated dependencies [c6da182]:

    • @​changesets/apply-release-plan@​7.0.1
    • @​changesets/write@​0.3.1
Commits

Updates @eslint/eslintrc from 3.0.0 to 3.1.0

Release notes

Sourced from @​eslint/eslintrc's releases.

v3.1.0

3.1.0 (2024-05-17)

Features

Chores

v3.0.2

3.0.2 (2024-02-12)

Chores

  • maintenance update of globals to v14 (#152) (4151865)

v3.0.1

3.0.1 (2024-02-09)

Documentation

Chores

Changelog

Sourced from @​eslint/eslintrc's changelog.

3.1.0 (2024-05-17)

Features

Chores

3.0.2 (2024-02-12)

Chores

  • maintenance update of globals to v14 (#152) (4151865)

3.0.1 (2024-02-09)

Documentation

Chores

Commits

Updates @iconify-json/material-symbols from 1.1.72 to 1.1.80

Commits
  • f2d8d6d Update IonIcons, Material Design Icons
  • 6dc12d3 Update Material Design Icons, OpenMoji
  • a5d1697 Update OpenMoji, Simple Icons, Unicons
  • 69280cf Update OpenMoji
  • c073a89 Update Material Design Icons, OpenMoji
  • 205b1d0 Update CoreUI Brands, CoreUI Flags, CoreUI Free
  • 16b92c5 Update IonIcons, Material Design Icons, OpenMoji
  • b4db929 Update IonIcons, Material Design Icons, OpenMoji
  • See full diff in compare view

Updates @iconify-json/mdi from 1.1.64 to 1.1.66

Commits

Updates @nuxt/eslint-config from 0.2.0 to 0.3.13

Commits
Maintainer changes

This version was pushed to npm by antfu, a new releaser for @​nuxt/eslint-config since your current version.


Updates @nuxtjs/i18n from 8.0.0 to 8.3.1

Release notes

Sourced from @​nuxtjs/i18n's releases.

v8.3.1

   🐞 Bug Fixes

    View changes on GitHub

v8.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.1.1

   🐞 Bug Fixes

... (truncated)

Changelog

Sourced from @​nuxtjs/i18n's changelog.

v8.3.1 (2024-04-24T10:05:08Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

    View changes on GitHub

v8.3.0 (2024-04-02T09:03:52Z)

This changelog is generated by GitHub Releases

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v8.2.0 (2024-03-14T16:42:29Z)

This changelog is generated by GitHub Releases

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 16f9309 release: v8.3.1
  • 05ed0fc fix(types): $getRouteBaseName parameter type (#2933)
  • 4693ec2 fix(docs): add missing comma (#2919)
  • 6dcbfbb fix(head): apply baseURL to head composable (#2912)
  • 60396c6 docs: import createResolver instead of resolve (#2917)
  • 8961513 fix: locale head reactivity on locale change for strategy: 'no_prefix' (#2897)
  • c5a55a3 docs: use new nuxi module add command in installation (#2896)
  • 62dfff5 fix: ignore root when prerendering using strategy: 'prefix' (#2894)
  • 78b6999 chore: generate changelog
  • 7099ccf release: v8.3.0
  • Additional commits viewable in compare view

Updates @nuxtjs/mdc from 0.5.0 to 0.7.1

Release notes

Sourced from @​nuxtjs/mdc's releases.

v0.7.1

🚀 Enhancements

  • Allow unwrapping tags in renderer (#186)

🩹 Fixes

  • Cleanup top level text nodes (231bac6)
  • types: Add useNuxtImage type into runtime config (#191)
  • Duplicate element in default highlight languages (#201)
  • Add false as accepted value for headings.anchorLinks option (#206)

🏡 Chore

  • Update renovate config (#198)
  • Remove mdurl types (399225c)

❤️ Contributors

v0.7.0

🚀 Enhancements

  • Use NuxtImg component in ProseImg if the @nuxt/image module is activated (#180)

🩹 Fixes

  • Optimise deps with nested config (#160)
  • Improve new line text node detection (#163)
  • Component exports (#166)
  • shiki: Enable WASM on CF deployment (#167)
  • ProseA: Prop types mismatch (6acc231)

📖 Documentation

  • Add Stackblitz playground (dfd777c)
  • Use default export (#179)
  • Use new nuxi module add command in installation (#176)

🏡 Chore

❤️ Contributors

... (truncated)

Changelog

Sourced from @​nuxtjs/mdc's changelog.

v0.7.1

compare changes

🚀 Enhancements

  • Allow unwrapping tags in renderer (#186)

🩹 Fixes

  • Cleanup top level text nodes (231bac6)
  • types: Add useNuxtImage type into runtime config (#191)
  • Duplicate element in default highlight languages (#201)
  • Add false as accepted value for headings.anchorLinks option (#206)

🏡 Chore

  • Update renovate config (#198)
  • Remove mdu...

    Description has been truncated

… 28 updates

Bumps the all-minor-updates group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@faker-js/faker](https://github.com/faker-js/faker) | `8.4.0` | `8.4.1` |
| [@nuxtjs/sitemap](https://github.com/nuxt-modules/sitemap) | `5.0.4` | `5.2.0` |
| [@unocss/reset](https://github.com/unocss/unocss) | `0.58.4` | `0.60.3` |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.27.1` | `2.27.3` |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.0.0` | `3.1.0` |
| [@iconify-json/material-symbols](https://github.com/iconify/icon-sets) | `1.1.72` | `1.1.80` |
| [@iconify-json/mdi](https://github.com/iconify/icon-sets) | `1.1.64` | `1.1.66` |
| [@nuxt/eslint-config](https://github.com/nuxt/eslint/tree/HEAD/packages/eslint-config) | `0.2.0` | `0.3.13` |
| [@nuxtjs/i18n](https://github.com/nuxt-community/i18n-module) | `8.0.0` | `8.3.1` |
| [@nuxtjs/mdc](https://github.com/nuxt-modules/mdc) | `0.5.0` | `0.7.1` |
| [@types/chroma-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chroma-js) | `2.4.3` | `2.4.4` |
| [@unocss/nuxt](https://github.com/unocss/unocss/tree/HEAD/packages/nuxt) | `0.58.4` | `0.60.3` |
| [@unocss/preset-icons](https://github.com/unocss/unocss/tree/HEAD/packages/preset-icons) | `0.58.5` | `0.60.3` |
| [@unocss/transformer-directives](https://github.com/unocss/unocss/tree/HEAD/packages/transformer-directives) | `0.58.4` | `0.60.3` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.17` | `10.4.19` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `2.5.0` | `2.10.0` |
| [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) | `2.2.0` | `2.6.0` |
| [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `6.2.0` | `6.2.2` |
| [eslint-plugin-typescript-sort-keys](https://github.com/infctr/eslint-plugin-typescript-sort-keys) | `3.1.0` | `3.2.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.20.1` | `9.26.0` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.10.3` | `3.11.2` |
| [prettier](https://github.com/prettier/prettier) | `3.2.2` | `3.2.5` |
| [style-dictionary](https://github.com/amzn/style-dictionary) | `3.9.1` | `3.9.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |
| [unocss](https://github.com/unocss/unocss) | `0.58.4` | `0.60.3` |
| [vue](https://github.com/vuejs/core) | `3.4.10` | `3.4.27` |
| [vue-eslint-parser](https://github.com/vuejs/vue-eslint-parser) | `9.4.0` | `9.4.2` |
| [vue-router](https://github.com/vuejs/router) | `4.2.5` | `4.3.2` |



Updates `@faker-js/faker` from 8.4.0 to 8.4.1
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v8.4.0...v8.4.1)

Updates `@nuxtjs/sitemap` from 5.0.4 to 5.2.0
- [Release notes](https://github.com/nuxt-modules/sitemap/releases)
- [Commits](nuxt-modules/sitemap@v5.0.4...v5.2.0)

Updates `@unocss/reset` from 0.58.4 to 0.60.3
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.58.4...v0.60.3)

Updates `@changesets/cli` from 2.27.1 to 2.27.3
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

Updates `@eslint/eslintrc` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@v3.0.0...v3.1.0)

Updates `@iconify-json/material-symbols` from 1.1.72 to 1.1.80
- [Commits](iconify/icon-sets@1.1.72...1.1.80)

Updates `@iconify-json/mdi` from 1.1.64 to 1.1.66
- [Commits](iconify/icon-sets@1.1.64...1.1.66)

Updates `@nuxt/eslint-config` from 0.2.0 to 0.3.13
- [Release notes](https://github.com/nuxt/eslint/releases)
- [Commits](https://github.com/nuxt/eslint/commits/v0.3.13/packages/eslint-config)

Updates `@nuxtjs/i18n` from 8.0.0 to 8.3.1
- [Release notes](https://github.com/nuxt-community/i18n-module/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v8.0.0...v8.3.1)

Updates `@nuxtjs/mdc` from 0.5.0 to 0.7.1
- [Release notes](https://github.com/nuxt-modules/mdc/releases)
- [Changelog](https://github.com/nuxt-modules/mdc/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/mdc@v0.5.0...v0.7.1)

Updates `@types/chroma-js` from 2.4.3 to 2.4.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chroma-js)

Updates `@unocss/nuxt` from 0.58.4 to 0.60.3
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v0.60.3/packages/nuxt)

Updates `@unocss/preset-icons` from 0.58.5 to 0.60.3
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v0.60.3/packages/preset-icons)

Updates `@unocss/transformer-directives` from 0.58.4 to 0.60.3
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v0.60.3/packages/transformer-directives)

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-perfectionist` from 2.5.0 to 2.10.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v2.5.0...v2.10.0)

Updates `eslint-plugin-regexp` from 2.2.0 to 2.6.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-regexp@v2.2.0...v2.6.0)

Updates `eslint-plugin-testing-library` from 6.2.0 to 6.2.2
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json)
- [Commits](testing-library/eslint-plugin-testing-library@v6.2.0...v6.2.2)

Updates `eslint-plugin-typescript-sort-keys` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/infctr/eslint-plugin-typescript-sort-keys/releases)
- [Changelog](https://github.com/infctr/eslint-plugin-typescript-sort-keys/blob/master/CHANGELOG.md)
- [Commits](infctr/eslint-plugin-typescript-sort-keys@v3.1.0...v3.2.0)

Updates `eslint-plugin-vue` from 9.20.1 to 9.26.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.20.1...v9.26.0)

Updates `nuxt` from 3.10.3 to 3.11.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.11.2/packages/nuxt)

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

Updates `style-dictionary` from 3.9.1 to 3.9.2
- [Release notes](https://github.com/amzn/style-dictionary/releases)
- [Changelog](https://github.com/amzn/style-dictionary/blob/main/CHANGELOG.md)
- [Commits](amzn/style-dictionary@v3.9.1...v3.9.2)

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 `unocss` from 0.58.4 to 0.60.3
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.58.4...v0.60.3)

Updates `vue` from 3.4.10 to 3.4.27
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.10...v3.4.27)

Updates `vue-eslint-parser` from 9.4.0 to 9.4.2
- [Release notes](https://github.com/vuejs/vue-eslint-parser/releases)
- [Commits](vuejs/vue-eslint-parser@v9.4.0...v9.4.2)

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)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: "@nuxtjs/sitemap"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: "@unocss/reset"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: "@eslint/eslintrc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: "@iconify-json/material-symbols"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: "@iconify-json/mdi"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: "@nuxt/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: "@nuxtjs/i18n"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: "@nuxtjs/mdc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: "@types/chroma-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: "@unocss/nuxt"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: "@unocss/preset-icons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: "@unocss/transformer-directives"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: eslint-plugin-perfectionist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: eslint-plugin-regexp
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: eslint-plugin-testing-library
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: eslint-plugin-typescript-sort-keys
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: nuxt
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: style-dictionary
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: vue-eslint-parser
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: vue-router
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 27, 2024
Copy link

netlify bot commented May 27, 2024

Deploy Preview for devhatt-blog failed.

Name Link
🔨 Latest commit f0c7930
🔍 Latest deploy log https://app.netlify.com/sites/devhatt-blog/deploys/66542ed65e778400080b22c8

Copy link
Author

dependabot bot commented on behalf of github Jun 3, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-minor-updates-3abcd1a99a branch June 3, 2024 07:03
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