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 eslint group with 2 updates #5859

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the eslint group with 2 updates: eslint-plugin-n and eslint-plugin-vue.

Updates eslint-plugin-n from 17.10.3 to 17.11.1

Release notes

Sourced from eslint-plugin-n's releases.

v17.11.1

17.11.1 (2024-10-09)

🩹 Fixes

  • no-deprecated-api: dedeprecate process.nextTick (#350) (dd889ab)

v17.11.0

17.11.0 (2024-10-09)

🌟 Features

  • no-missing-import: Add ignoreTypeImport options (#344) (e022aba)
  • no-process-env: Allow users to exclude specific variables (#345) (b16a475)
  • Update no-unsupported to node v22.9.0 (#342) (87fb484)

🩹 Fixes

  • no-missing-import: Ignore node builtins in package.json imports (#346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#343) (6cd7954)

📚 Documentation

  • Explain the transitive dependency case for no-extraneous-* (#347) (8c0a2cc)
Changelog

Sourced from eslint-plugin-n's changelog.

17.11.1 (2024-10-09)

🩹 Fixes

  • no-deprecated-api: dedeprecate process.nextTick (#350) (dd889ab)

17.11.0 (2024-10-09)

🌟 Features

  • no-missing-import: Add ignoreTypeImport options (#344) (e022aba)
  • no-process-env: Allow users to exclude specific variables (#345) (b16a475)
  • Update no-unsupported to node v22.9.0 (#342) (87fb484)

🩹 Fixes

  • no-missing-import: Ignore node builtins in package.json imports (#346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#343) (6cd7954)

📚 Documentation

  • Explain the transitive dependency case for no-extraneous-* (#347) (8c0a2cc)
Commits
  • 23d0e84 chore(master): release 17.11.1 (#352)
  • dd889ab fix(no-deprecated-api): dedeprecate process.nextTick (#350)
  • 4d5078f chore(master): release 17.11.0 (#348)
  • e022aba feat(no-missing-import): Add ignoreTypeImport options (#344)
  • b16a475 feat(no-process-env): Allow users to exclude specific variables (#345)
  • 148e47e fix(no-missing-import): Ignore node builtins in package.json imports (#346)
  • 6cd7954 fix(no-missing-import): Resolve tsconfig paths relative to the tsconfig (#343)
  • 87fb484 feat: Update no-unsupported to node v22.9.0 (#342)
  • 8c0a2cc docs: Explain the transitive dependency case for no-extraneous-* (#347)
  • See full diff in compare view

Updates eslint-plugin-vue from 9.28.0 to 9.29.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.29.0

✨ Enhancements

New Rules

Others

⚙️ Updates

  • #2528, #2566 Added TypeScript declarations for configs.
  • #2565 Added support for recognizing Vue components in .tsx files.
Commits
  • 635b6ed 9.29.0
  • ba6a1d4 fix: type declarations for configs (#2566)
  • a91ae04 fix(utils): also recognize .tsx files as Vue files (#2565)
  • 2dc606c Add support for props destructure to vue/no-setup-props-reactivity-loss rul...
  • e8a09e9 doc: add example for Vue class component (#2561)
  • 4c38983 Add support for props destructure to vue/no-restricted-props rule (#2562)
  • 3137e50 Add support for props destructure to vue/no-required-prop-with-default rule...
  • 3d32c1b Add support for props destructure to vue/no-boolean-default rule (#2553)
  • 4704ab6 Add support for props destructure to vue/require-default-prop rule (#2552)
  • 05b7559 Add support for props destructure to vue/require-valid-default-prop rule (#...
  • 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

Bumps the eslint group with 2 updates: [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) and [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue).


Updates `eslint-plugin-n` from 17.10.3 to 17.11.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.10.3...v17.11.1)

Updates `eslint-plugin-vue` from 9.28.0 to 9.29.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.28.0...v9.29.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Oct 14, 2024
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) October 14, 2024 08:37
@FreeTubeBot FreeTubeBot merged commit 0e9321c into development Oct 14, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-99cca8050c branch October 14, 2024 14:26
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Oct 14, 2024
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Oct 16, 2024
* development: (30 commits)
  Translated using Weblate (Azerbaijani)
  Translated using Weblate (French)
  Translated using Weblate (Estonian)
  Bump the babel group with 3 updates (FreeTubeApp#5858)
  Bump electron-builder from 25.1.7 to 25.1.8 (FreeTubeApp#5862)
  Bump stylelint from 16.9.0 to 16.10.0 in the stylelint group (FreeTubeApp#5860)
  Bump the eslint group with 2 updates (FreeTubeApp#5859)
  Bump globals from 15.10.0 to 15.11.0 (FreeTubeApp#5861)
  Bump sass from 1.79.4 to 1.79.5 (FreeTubeApp#5863)
  Bump electron from 32.1.2 to 32.2.0 (FreeTubeApp#5864)
  Translated using Weblate (Icelandic)
  Translated using Weblate (Russian)
  Translated using Weblate (Hebrew)
  Translated using Weblate (Chinese (Traditional Han script))
  Translated using Weblate (Italian)
  Translated using Weblate (Chinese (Simplified Han script))
  Translated using Weblate (Serbian)
  Translated using Weblate (Czech)
  Translated using Weblate (Japanese)
  Translated using Weblate (Portuguese (Brazil))
  ...
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Oct 16, 2024
…ds/tmp

* feature/history/remember-search-query: (67 commits)
  ! Fix search tab showing "0 results" before search done
  Translated using Weblate (Azerbaijani)
  Translated using Weblate (French)
  Translated using Weblate (Estonian)
  Bump the babel group with 3 updates (FreeTubeApp#5858)
  Bump electron-builder from 25.1.7 to 25.1.8 (FreeTubeApp#5862)
  Bump stylelint from 16.9.0 to 16.10.0 in the stylelint group (FreeTubeApp#5860)
  Bump the eslint group with 2 updates (FreeTubeApp#5859)
  Bump globals from 15.10.0 to 15.11.0 (FreeTubeApp#5861)
  Bump sass from 1.79.4 to 1.79.5 (FreeTubeApp#5863)
  Bump electron from 32.1.2 to 32.2.0 (FreeTubeApp#5864)
  Translated using Weblate (Icelandic)
  Translated using Weblate (Russian)
  Translated using Weblate (Hebrew)
  Translated using Weblate (Chinese (Traditional Han script))
  Translated using Weblate (Italian)
  Translated using Weblate (Chinese (Simplified Han script))
  Translated using Weblate (Serbian)
  Translated using Weblate (Czech)
  Translated using Weblate (Japanese)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants