8000 chore(deps-dev): bump eslint-config-shiny from 4.1.0 to 4.2.1 by dependabot[bot] · Pull Request #36 · Torathion/bitbob · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps-dev): bump eslint-config-shiny from 4.1.0 to 4.2.1 #36

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps eslint-config-shiny from 4.1.0 to 4.2.1.

Release notes

Sourced from eslint-config-shiny's releases.

4.2.1

Fixed

  • Crash on reading properties of undefined (reading length)
  • Crash on wrong input patterns of ignores
  • Crash on unbuildable package on certain machines.

4.2.0

Added

  • silent option to remove logging
  • optimizations option to be able to disable each optimization

Fixed

  • return type misalignment
  • crash on test only profile.
  • moved @typescript-eslint/utils to dependencies to fix type resolution
  • Slightly better visualization in logging between profile parsing and plugin runs
  • Crash on too many config instances opened.

Removed

  • updateBrowsersList option. (Did anyone ever use it?)
  • no-underscore-dangle as it interfered with ignoring ts/no-unused-vars
  • promise/prefer-await-to-then as it's hindering in promise extension classes.
  • promise/avoid-new as it was activated, even though the documentation denied it (?).
  • unicorn/no-thenable as it's hindering in promise extension classes.
  • unicorn/prefer-at as it's slower than arr[arr.length - 1].

Misc

  • Updated Deps
  • Added basic tests
  • Added CI stuff

Changed

  • Lowered severity level on several base rules
Changelog

Sourced from eslint-config-shiny's changelog.

[4.2.1] 05-13-2025

Fixed

  • Crash on reading properties of undefined (reading length)
  • Crash on wrong input patterns of ignores
  • Crash on unbuildable package on certain machines.

[4.2.0] 05-13-2025

Added

  • silent option to remove logging
  • optimizations option to be able to disable each optimization

Fixed

  • return type misalignment
  • crash on test only profile.
  • moved @typescript-eslint/utils to dependencies to fix type resolution
  • Slightly better visualization in logging between profile parsing and plugin runs
  • Crash on too many config instances opened.

Removed

  • updateBrowsersList option. (Did anyone ever use it?)
  • no-underscore-dangle as it interfered with ignoring ts/no-unused-vars
  • promise/prefer-await-to-then as it's hindering in promise extension classes.
  • promise/avoid-new as it was activated, even though the documentation denied it (?).
  • unicorn/no-thenable as it's hindering in promise extension classes.
  • unicorn/prefer-at as it's slower than arr[arr.length - 1].

Misc

  • Updated Deps
  • Added basic tests
  • Added CI stuff

Changed

  • Lowered severity level on several base rules
Commits
  • ff69d7a chore: release 4.2.1
  • 1b8c1db fix: downgrade eslint-import-resolver-typescript to fix unbuildable package
  • f0b6f27 fix: crash on wrong ignore files patterns
  • 72bd9ee fix: crash reading properties of undefined length
  • 4e91896 Merge pull request #17 from Torathion/4.2.0
  • d1bb8a9 chore: release 4.2.0
  • c940b7c fix: add optimizations object to type definitions
  • 579694e meta: adjust readme
  • 7ce9283 meta: add CI stuff
  • 697a6b5 change: downgrade eslint-import-resolver-typescript to make it work on my mac...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-config-shiny](https://github.com/Torathion/eslint-config-shiny) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/Torathion/eslint-config-shiny/releases)
- [Changelog](https://github.com/Torathion/eslint-config-shiny/blob/master/CHANGELOG.md)
- [Commits](Torathion/eslint-config-shiny@4.1.0...4.2.1)

---
updated-dependencies:
- dependency-name: eslint-config-shiny
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 May 19, 2025
Copy link
github-actions bot commented May 19, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 99.35% 617 / 621
🔵 Statements 99.35% 617 / 621
🔵 Functions 99.14% 116 / 117
🔵 Branches 99.52% 210 / 211
File CoverageNo changed files found.
Generated in workflow #102 for commit 73f7f38 by the Vitest Coverage Report Action

Copy link
pkg-pr-new bot commented May 19, 2025

Open in StackBlitz

npm i https://pkg.pr.new/bitbob@36

commit: 73f7f38

Copy link
codecov bot commented May 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

Copy link
Contributor Author
dependabot bot commented on behalf of github Jun 16, 2025

Superseded by #42.

@dependabot dependabot bot closed this Jun 16, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-config-shiny-4.2.1 branch June 16, 2025 04:01
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
0