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 12 updates #1508

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@nuxt/devtools 1.3.1 1.3.3
@typescript-eslint/eslint-plugin 7.9.0 7.13.0
@typescript-eslint/parser 7.9.0 7.13.0
@unocss/eslint-config 0.60.2 0.60.4
@unocss/nuxt 0.60.2 0.60.4
@vueuse/core 10.9.0 10.10.0
@vueuse/nuxt 10.9.0 10.10.0
eslint-plugin-jsdoc 48.2.5 48.2.9
lint-staged 15.2.2 15.2.5
prettier 3.2.5 3.3.1
sass 1.77.2 1.77.4
stylelint 16.5.0 16.6.1

Updates @nuxt/devtools from 1.3.1 to 1.3.3

Release notes

Sourced from @​nuxt/devtools's releases.

v1.3.3

   🐞 Bug Fixes

    View changes on GitHub

v1.3.2

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from @​nuxt/devtools's changelog.

1.3.3 (2024-06-04)

Bug Fixes

1.3.2 (2024-05-27)

Bug Fixes

Commits

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

Release notes

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

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

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

v7.12.0

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals) (#8821)
  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
  • rule-tester: check for parsing errors in suggestion fixes (#9052)
  • rule-tester: port checkDuplicateTestCases from ESLint (#9026)

🩹 Fixes

  • no-useless-template-expression -> no-unnecessary-template-expression (#9174)
  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820)
  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
  • eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901)
  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)

... (truncated)

Changelog

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

7.13.0 (2024-06-10)

🚀 Features

  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

... (truncated)

Commits
  • 8a178ed chore(release): publish 7.13.0
  • 63e53e2 chore(deps): update dependency prettier to v3.3.1 (#9308)
  • fb52f78 feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...
  • ab2916c chore: enable eslint-plugin/no-property-in-node internally (#9261)
  • 629035f docs: mention rule scripts under Local Development (#9258)
  • bf5394d fix(eslint-plugin): [no-magic-numbers] fix implementation of the ignore opt...
  • 60fb643 chore(deps): update dependency prettier to v3.3.0 (#9266)
  • c6e9719 docs(eslint-plugin): [sort-type-constituents] deprecate the rule (#9253)
  • 293fb24 fix(eslint-plugin): [no-unsafe-assignment] be more specific about error types...
  • cb1720d fix(eslint-plugin): [no-base-to-string] make error message more nuanced (#9281)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.9.0 to 7.13.0

Release notes

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

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

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

v7.12.0

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals) (#8821)
  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
  • rule-tester: check for parsing errors in suggestion fixes (#9052)
  • rule-tester: port checkDuplicateTestCases from ESLint (#9026)

🩹 Fixes

  • no-useless-template-expression -> no-unnecessary-template-expression (#9174)
  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820)
  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
  • eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901)
  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)

... (truncated)

Changelog

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

7.13.0 (2024-06-10)

🚀 Features

  • parser, typescript-estree: export withoutProjectParserOptions utility

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

7.12.0 (2024-06-03)

🩹 Fixes

  • types: correct typing ParserOptions

❤️ Thank You

  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

7.11.0 (2024-05-27)

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.10.0 (2024-05-20)

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
  • 8a178ed chore(release): publish 7.13.0
  • c9a6dd9 feat(parser, typescript-estree): export withoutProjectParserOptions utility (...
  • 7e93b28 chore(release): publish 7.12.0
  • 2bbf656 fix(types): correct typing ParserOptions (#9202)
  • e360541 chore(release): publish 7.11.0
  • c18226e chore(release): publish 7.10.0
  • See full diff in compare view

Updates @unocss/eslint-config from 0.60.2 to 0.60.4

Release notes

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

v0.60.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.60.3

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

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

Updates @unocss/nuxt from 0.60.2 to 0.60.4

Release notes

Sourced from @​unocss/nuxt's releases.

v0.60.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.60.3

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

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

Updates @vueuse/core from 10.9.0 to 10.10.0

Release notes

Sourced from @​vueuse/core's releases.

v10.10.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 34c047b chore: release v10.10.0
  • f35152c feat(useActiveElement): add triggerOnRemoval option (#3958)
  • 7346a6a feat(onLongPress): options.onMouseUp callback (#3791)
  • 4636f4c fix(useVirtualList): add containerRef to watch list (#3855)
  • 317cab6 fix(useScroll): sync scroll val to internal state, fix #3809 (#3817)
  • a3c6f39 fix(useDisplayMedia): stop stream when screen is not shared anymore (#3976)
  • 1fe2fd2 fix(useMediaControls): target params may not be ref (#3921)
  • a6ede83 fix(useTextareaAutosize): onResize callback fires not only on resize (#3887)
  • 424a204 fix(useFileDialog): check if input value exists before trigger onChange (#3972)
  • 2ccbd3d fix(useGamepad): avoid spread to fix gamepad state (#3913)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @vueuse/nuxt from 10.9.0 to 10.10.0

Release notes

Sourced from @​vueuse/nuxt's releases.

v10.10.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
Maintainer changes

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


Updates eslint-plugin-jsdoc from 48.2.5 to 48.2.9

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v48.2.9

48.2.9 (2024-06-07)

Bug Fixes

  • require-description-complete-sentence: regression with heading exempting; fixes #1220 (fbc9fca)

v48.2.8

48.2.8 (2024-06-05)

Bug Fixes

  • require-description-complete-sentence: avoid triggering punctuation warning after Markdown headings; fixes #1220 (e9e4440)

v48.2.7

48.2.7 (2024-05-29)

Bug Fixes

v48.2.6

48.2.6 (2024-05-23)

Bug Fixes

  • require-yields: avoid error when ExportNamedDeclarationDescription has been truncated

…th 12 updates

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

| Package | From | To |
| --- | --- | --- |
| [@nuxt/devtools](https://github.com/nuxt/devtools/tree/HEAD/packages/devtools) | `1.3.1` | `1.3.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.9.0` | `7.13.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.9.0` | `7.13.0` |
| [@unocss/eslint-config](https://github.com/unocss/unocss/tree/HEAD/packages/eslint-config) | `0.60.2` | `0.60.4` |
| [@unocss/nuxt](https://github.com/unocss/unocss/tree/HEAD/packages/nuxt) | `0.60.2` | `0.60.4` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `10.9.0` | `10.10.0` |
| [@vueuse/nuxt](https://github.com/vueuse/vueuse/tree/HEAD/packages/nuxt) | `10.9.0` | `10.10.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.2.5` | `48.2.9` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.2` | `15.2.5` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.1` |
| [sass](https://github.com/sass/dart-sass) | `1.77.2` | `1.77.4` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.5.0` | `16.6.1` |



Updates `@nuxt/devtools` from 1.3.1 to 1.3.3
- [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.3/packages/devtools)

Updates `@typescript-eslint/eslint-plugin` from 7.9.0 to 7.13.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.13.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.9.0 to 7.13.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.13.0/packages/parser)

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

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

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

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

Updates `eslint-plugin-jsdoc` from 48.2.5 to 48.2.9
- [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.5...v48.2.9)

Updates `lint-staged` from 15.2.2 to 15.2.5
- [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.2...v15.2.5)

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

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

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

---
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-minor
  dependency-group: npm-development
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: "@unocss/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@unocss/nuxt"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: stylelint
  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 10, 2024
@vinayakkulkarni vinayakkulkarni merged commit 2d201d0 into main Jun 10, 2024
8 checks passed
@vinayakkulkarni vinayakkulkarni deleted the dependabot/npm_and_yarn/npm-development-b515bc549c branch June 10, 2024 23:48
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