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-dev): bump the npm-development group across 1 directory with 13 updates #1520

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2024

Bumps the npm-development group with 13 updates in the / directory:

Package From To
@nuxt/devtools 1.3.3 1.3.6
@typescript-eslint/eslint-plugin 7.13.0 7.13.1
@typescript-eslint/parser 7.13.0 7.13.1
@unocss/eslint-config 0.60.4 0.61.0
@unocss/nuxt 0.60.4 0.61.0
@vueuse/core 10.10.0 10.11.0
@vueuse/nuxt 10.10.0 10.11.0
eslint-plugin-jsdoc 48.2.9 48.2.15
lint-staged 15.2.5 15.2.7
nuxt 3.11.2 3.12.2
prettier 3.3.1 3.3.2
sass 1.77.4 1.77.6
typescript 5.4.5 5.5.2

Updates @nuxt/devtools from 1.3.3 to 1.3.6

Release notes

Sourced from @​nuxt/devtools's releases.

v1.3.6

   🚀 Features

    View changes on GitHub

v1.3.5

   🐞 Bug Fixes

    View changes on GitHub

v1.3.4

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from @​nuxt/devtools's changelog.

1.3.6 (2024-06-21)

Features

1.3.5 (2024-06-21)

Bug Fixes

  • downgrade module-builder (de79dc4)

1.3.4 (2024-06-21)

Bug Fixes

Commits

Updates @typescript-eslint/eslint-plugin from 7.13.0 to 7.13.1

Release notes

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

v7.13.1

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations (#8894)
  • eslint-plugin: [return-await] support explicit resource management (#9044)
  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)

❤️ Thank You

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

Changelog

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

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You

  • Kirk Waiblinger
  • Yukihiro Hasegawa

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

Commits
  • 1212a8f chore(release): publish 7.13.1
  • af34737 docs: improve return-await description about motivation (#9201)
  • bf48dc5 fix(eslint-plugin): [no-unsafe-member-access] differentiate a types-error any...
  • 33acc50 fix(eslint-plugin): [return-await] support explicit resource management (#9044)
  • 50ed604 fix(eslint-plugin): [prefer-readonly] refine report locations (#8894)
  • See full diff in compare view

Updates @typescript-eslint/parser from 7.13.0 to 7.13.1

Release notes

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

v7.13.1

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations (#8894)
  • eslint-plugin: [return-await] support explicit resource management (#9044)
  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)

❤️ Thank You

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

Changelog

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

7.13.1 (2024-06-17)

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.

Commits

Updates @unocss/eslint-config from 0.60.4 to 0.61.0

Release notes

Sourced from @​unocss/eslint-config's releases.

v0.61.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @unocss/nuxt from 0.60.4 to 0.61.0

Release notes

Sourced from @​unocss/nuxt's releases.

v0.61.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vueuse/core from 10.10.0 to 10.11.0

Release notes

Sourced from @​vueuse/core's releases.

v10.11.0

   🐞 Bug Fixes

    View changes on GitHub

v10.10.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vueuse/nuxt from 10.10.0 to 10.11.0

Release notes

Sourced from @​vueuse/nuxt's releases.

v10.11.0

   🐞 Bug Fixes

    View changes on GitHub

v10.10.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates eslint-plugin-jsdoc from 48.2.9 to 48.2.15

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v48.2.15

48.2.15 (2024-06-23)

Bug Fixes

  • Revert "fix(no-undefined-types): treat variables imported by [@import](https://github.com/import) tags as defined"; fixes #1246 (ce066df)

v48.2.14

48.2.14 (2024-06-23)

Bug Fixes

  • no-undefined-types: treat variables imported by [@import](https://github.com/import) tags as defined; fixes #1244 (34ba2e0)

v48.2.13

48.2.13 (2024-06-22)

Bug Fixes

v48.2.12

48.2.12 (2024-06-14)

Bug Fixes

  • namespace flat config name's (8603579)

v48.2.11

48.2.11 (2024-06-13)

Bug Fixes

  • avoid inserting name for eslintrc configs; fixes #1239 (c2d5a35)

v48.2.10

48.2.10 (2024-06-13)

Bug Fixes

  • add names to flat configs (5429982)
Commits
  • ce066df fix: Revert "fix(no-undefined-types): treat variables imported by @import...
  • 34ba2e0 fix(no-undefined-types): treat variables imported by @import tags as defi...
  • 0bea154 fix(no-undefined-types): prevent linting of "type" within @​import; fixes #1242
  • 8603579 fix: namespace flat config name's
  • c2d5a35 fix: avoid inserting name for eslintrc configs; fixes #1239
  • 5429982 fix: add names to flat configs
  • See full diff in compare view

Updates lint-staged from 15.2.5 to 15.2.7

Release notes

Sourced from lint-staged's releases.

v15.2.7

Patch Changes

  • #1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Patch Changes

  • #1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
Changelog

Sourced from lint-staged's changelog.

15.2.7

Patch Changes

  • #1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

15.2.6

Patch Changes

  • #1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
Commits
  • 87e4b30 chore(changeset): release (#1441)
  • a39e829 docs: adjust changeset
  • a51be80 fix: drop option to support earlier Git versions
  • a91d942 chore(changeset): release
  • 119adb2 fix: use native git command to get .git directory
  • e0386dc fix: use native git command to get top-level directory for repo
  • 6593870 ci: test Node.js versions against current instead of latest dependency
  • 6c226c5 ci: add workflow for testing required Node.js semver range
  • See full diff in compare view

Updates nuxt from 3.11.2 to 3.12.2

Release notes

Sourced from nuxt's releases.

v3.12.2

3.12.2 is the a regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • kit: Deduplicate layers before resolving config (#27582)
  • webpack: Decrease assets map iterations (d929cd4ef)
  • kit: Various performance improvements (#27600)
  • vite: Various performance improvements (#27601)
  • nuxt: Don't wait for key deps check (#27638)

🩹 Fixes

  • nuxt: Call onNuxtReady callback without arguments (#27428)
  • schema: Don't narrow head string types to literals (#27540)
  • schema: app/ dir backwards compatibility (#27529)
  • nuxt: Manually assign payload reactivity when ssr: false (#27542)
  • nuxt: Only log warning once per runtimeConfig key (9e56b60c6)
  • nuxt: Overwrite #app/defaults rather than augmenting (#27567)
  • nuxt: Export useRouteAnnouncer (#27562)
  • nuxt: Remove backticks around runtimeConfig warning log (#27549)
  • nuxt: Close top-level watcher on nuxt 'close' (#27571)
  • nuxt: Handle tsx code when extracting pageMeta/routeRules (#27583)
  • nuxt: Handle more edge cases with external/custom links (#27487)
  • nuxt: Preserve route metadata assigned outside page (#27587)
  • nuxt: Use portal to sync nitro/nuxt runtimeConfig + routeRules (#27596)
  • nuxt,schema: Add types for _installedModules (e4bfea642)
  • nuxt: Include build-time pages in prerender routes (#27569)
  • nuxt: Warn when async data doesn't return a value (#27599)
  • nuxt: Replace deprecated app.rootId with app.rootAttrs.id (#27630)
  • nuxt: Add mergeProps import in islands transform (#27622)
  • nuxt: Reset cookie timeoutLength after expiration (#27632)
  • nuxt: Add missing island uid for selective client components (#27633)
  • schema,vite: Respect vite.cacheDir if defined (#27628)
  • nuxt: Unregister hooks the moment close is called (#27637)
  • nuxt: Add missing script stubs (#27640)
  • nuxt: Only inject root path in prerender (44cada95a)
  • nuxt: Reduce usage of cjs utilities (#27642)
  • nuxt: Add / even if pages module isn't enabled (dabcb5ecc)

📖 Documentation

... (truncated)

Commits
  • 8578e2b v3.12.2
  • dabcb5e fix(nuxt): add / even if pages module isn't enabled
  • cb77ddc chore: lint
  • 2de885b fix(nuxt): reduce usage of cjs utilities (#27642)
  • 44cada9 fix(nuxt): only inject root path in prerender
  • a05b534 fix(nuxt): add missing script stubs (#27640)
  • fda6cf7 fix(nuxt): unregister hooks the moment close is called (#27637)
  • 44d3dff perf(nuxt): don't wait for key deps check (#27638)
  • 0602dd0 fix(nuxt): add missing island uid for selective client components (#27633)
  • a3d8f00 fix(nuxt): reset cookie timeoutLength after expiration (#27632)
  • Additional commits viewable in compare view

Updates prettier from 3.3.1 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>
{{! Prettier 3.3.1 }}
<div>{{@​x}}</div>
{{! Prettier 3.3.2 }}
<div>{{@​x.y.z}}</div>

Commits

Updates sass from 1.77.4 to 1.77.6

Release notes

Sourced from sass's releases.

Dart Sass 1.77.5

To install Sass 1.77.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fully trim redundant selectors generated by @extend.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.77.6

  • Fix a few cases where comments and occasionally even whitespace wasn't allowed between the end of Sass statements and the following semicolon.

1.77.5

  • Fully trim redundant selectors generated by @extend.
Commits
  • 7aae1e6 Fix a bug where comments were incorrectly forbidden in some cases (#2264)
  • cf6f9d0 Build AOT releases with native arm64 runners (#2262)
  • a1b372e Enable AOT build for linux-riscv64 (#2260)
  • ecff05d Remove the heuristic where long selector lists wouldn't be trimmed (#2255)
  • 5ddd7fc Enable AOT build for linux-riscv64-musl (#2258)
  • 53b9ead Regenerate protobuf as part of default task (#2257)
  • See full diff in compare view

Updates typescript from 5.4.5 to 5.5.2

Release notes

Sourced from typescript's releases.

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • 39c9eeb Pick #58857 to release-5.5 (#58858)
  • 2b0009c 🤖 Pick PR #58846 (Ensure the updates with crashes rev...) into release-5.5 (#...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…th 13 updates

Bumps the npm-development group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nuxt/devtools](https://github.com/nuxt/devtools/tree/HEAD/packages/devtools) | `1.3.3` | `1.3.6` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.13.0` | `7.13.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.13.0` | `7.13.1` |
| [@unocss/eslint-config](https://github.com/unocss/unocss/tree/HEAD/packages/eslint-config) | `0.60.4` | `0.61.0` |
| [@unocss/nuxt](https://github.com/unocss/unocss/tree/HEAD/packages/nuxt) | `0.60.4` | `0.61.0` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `10.10.0` | `10.11.0` |
| [@vueuse/nuxt](https://github.com/vueuse/vueuse/tree/HEAD/packages/nuxt) | `10.10.0` | `10.11.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.2.9` | `48.2.15` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.5` | `15.2.7` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.11.2` | `3.12.2` |
| [prettier](https://github.com/prettier/prettier) | `3.3.1` | `3.3.2` |
| [sass](https://github.com/sass/dart-sass) | `1.77.4` | `1.77.6` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` |



Updates `@nuxt/devtools` from 1.3.3 to 1.3.6
- [Release notes](https://github.com/nuxt/devtools/releases)
- [Changelog](https://github.com/nuxt/devtools/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt/devtools/commits/v1.3.6/packages/devtools)

Updates `@typescript-eslint/eslint-plugin` from 7.13.0 to 7.13.1
- [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.13.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.13.0 to 7.13.1
- [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.13.1/packages/parser)

Updates `@unocss/eslint-config` from 0.60.4 to 0.61.0
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v0.61.0/packages/eslint-config)

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

Updates `@vueuse/core` from 10.10.0 to 10.11.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.11.0/packages/core)

Updates `@vueuse/nuxt` from 10.10.0 to 10.11.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.11.0/packages/nuxt)

Updates `eslint-plugin-jsdoc` from 48.2.9 to 48.2.15
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v48.2.9...v48.2.15)

Updates `lint-staged` from 15.2.5 to 15.2.7
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.5...v15.2.7)

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

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

Updates `sass` from 1.77.4 to 1.77.6
- [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.77.4...1.77.6)

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

---
updated-dependencies:
- dependency-name: "@nuxt/devtools"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@unocss/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@unocss/nuxt"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@vueuse/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@vueuse/nuxt"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: nuxt
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
...

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 Jun 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2024

Superseded by #1521.

@dependabot dependabot bot closed this Jun 24, 2024
auto-merge was automatically disabled June 24, 2024 19:49

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-development-d3e0626ab3 branch June 24, 2024 19:49
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.

None yet

1 participant