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 #4166

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

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

Updates eslint-plugin-n from 16.1.0 to 16.2.0

Release notes

Sourced from eslint-plugin-n's releases.

Release 16.2.0

Features

  • feat: detect non-member expressions in n/no-sync (#127) (6d02512)

Bugfixes

  • fix: Normalise package.json#files before checking ignores and whitelist (#123) (fixes #122) (2d43f48)

Docs & Chores

  • docs: fix repository URL:s, tweak badges + remove old non-working codecov (#125) (5507f43)
  • chore: Add a .editorconfig file (#126) (574df88)
  • chore: use maintained npm-run-all fork (#124) (98ea90e)
  • ci: fix actions/setup-node setup for linting (7f54d0c)
  • chore: remove unused funding.yml (4f3891c)
  • docs: Create a shared settings document (#115) (7d855e6)
  • chore: remove usage of @​eslint/eslintrc (#116) (150b34f)
  • build: add node v20 (#117) (b7d0536)
Commits
  • f9dbe21 Release 16.2.0
  • 6d02512 feat: detect non-member expressions in n/no-sync (#127)
  • 2d43f48 fix: Normalise package.json#files before checking ignores and whitelist (#1...
  • 5507f43 docs: fix repository URL:s, tweak badges + remove old non-working codecov (...
  • 574df88 chore: Add a .editorconfig file (#126)
  • 98ea90e chore: use maintained npm-run-all fork (#124)
  • 7f54d0c ci: fix actions/setup-node setup for linting
  • 4f3891c chore: remove unused funding.yml
  • 7d855e6 docs: Create a shared settings document (#115)
  • 150b34f chore: remove usage of @​eslint/eslintrc (#116)
  • Additional commits viewable in compare view

Updates eslint-plugin-prettier from 5.0.0 to 5.0.1

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.0.1

Patch Changes

Commits

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-prettier](https://github.com/prettier/eslint-plugin-prettier).


Updates `eslint-plugin-n` from 16.1.0 to 16.2.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](eslint-community/eslint-plugin-n@16.1.0...16.2.0)

Updates `eslint-plugin-prettier` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.0...v5.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@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 16, 2023
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) October 16, 2023 08:14
@FreeTubeBot FreeTubeBot merged commit 25b3fb9 into development Oct 16, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-ee230ae1ce branch October 16, 2023 12:01
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Oct 16, 2023
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Oct 17, 2023
* development:
  Bump webpack from 5.88.2 to 5.89.0 (FreeTubeApp#4168)
  Fix playlists not showing up on artist topic channels with the local API (FreeTubeApp#4129)
  Bump undici from 5.19.1 to 5.26.3 (FreeTubeApp#4173)
  Bump marked from 9.1.0 to 9.1.2 (FreeTubeApp#4171)
  Bump sass from 1.69.0 to 1.69.3 (FreeTubeApp#4169)
  Bump the eslint group with 2 updates (FreeTubeApp#4166)
  Bump the babel group with 2 updates (FreeTubeApp#4165)
  Truncate title of playlist in queue window (FreeTubeApp#4134)
  Wrap channel tabs as soon as there isn't enough screen space (FreeTubeApp#4139)
  Keep download folder path when changing to 'ask for download path' and back (FreeTubeApp#4101)
  Add external player support for Baka, Celluloid & Haruna (FreeTubeApp#4067)
  Fix error when clicking on the current quality in the DASH quality selector (FreeTubeApp#4130)
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.

None yet

4 participants