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 neostandard from 0.11.9 to 0.12.0 in the all group #1626

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the all group with 1 update: neostandard.

Updates neostandard from 0.11.9 to 0.12.0

Release notes

Sourced from neostandard's releases.

v0.12.0

0.12.0 (2024-12-09)

⚠ BREAKING CHANGES

  • re-enabled import rules are breaking change

🌟 Features

  • deps: update dependency eslint-plugin-promise to ^7.2.1 (#223) (33184e8)
  • deps: update dependency eslint-plugin-react to ^7.37.2 (#179) (11380cb)
  • deps: update dependency typescript-eslint to ^8.17.0 (#224) (a2d3577)
  • re-enabled import rules are breaking change (dcf46c8)
  • reenabled import checking rules (eslint-plugin-import) (#197) (629e936)

🩹 Fixes

  • deps: update dependency globals to ^15.13.0 (#225) (cb93f15)
  • pin @stylistic/eslint-plugin to 2.11.0 (#230) (5828bac)
  • swap to import-x/ to improve TS resolver (#231) (10bf1ab)
Changelog

Sourced from neostandard's changelog.

0.12.0 (2024-12-09)

⚠ BREAKING CHANGES

  • re-enabled import rules are breaking change

🌟 Features

  • deps: update dependency eslint-plugin-promise to ^7.2.1 (#223) (33184e8)
  • deps: update dependency eslint-plugin-react to ^7.37.2 (#179) (11380cb)
  • deps: update dependency typescript-eslint to ^8.17.0 (#224) (a2d3577)
  • re-enabled import rules are breaking change (dcf46c8)
  • reenabled import checking rules (eslint-plugin-import) (#197) (629e936)

🩹 Fixes

  • deps: update dependency globals to ^15.13.0 (#225) (cb93f15)
  • pin @stylistic/eslint-plugin to 2.11.0 (#230) (5828bac)
  • swap to import-x/ to improve TS resolver (#231) (10bf1ab)
Commits
  • acd8da9 chore(main): release 0.12.0 (#227)
  • 10bf1ab fix: swap to import-x/ to improve TS resolver (#231)
  • 2bcb75f chore(deps): lock file maintenance (#178)
  • 5828bac fix: pin @stylistic/eslint-plugin to 2.11.0 (#230)
  • 11380cb feat(deps): update dependency eslint-plugin-react to ^7.37.2 (#179)
  • dcf46c8 feat!: re-enabled import rules are breaking change
  • 33184e8 feat(deps): update dependency eslint-plugin-promise to ^7.2.1 (#223)
  • a2d3577 feat(deps): update dependency typescript-eslint to ^8.17.0 (#224)
  • 629e936 feat: reenabled import checking rules (eslint-plugin-import) (#197)
  • cb93f15 fix(deps): update dependency globals to ^15.13.0 (#225)
  • 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 <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 all group with 1 update: [neostandard](https://github.com/neostandard/neostandard).


Updates `neostandard` from 0.11.9 to 0.12.0
- [Release notes](https://github.com/neostandard/neostandard/releases)
- [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md)
- [Commits](neostandard/neostandard@v0.11.9...v0.12.0)

---
updated-dependencies:
- dependency-name: neostandard
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.29%. Comparing base (398eec6) to head (6f482fe).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1626   +/-   ##
=======================================
  Coverage   66.29%   66.29%           
=======================================
  Files           3        3           
  Lines        2154     2154           
  Branches      708      708           
=======================================
  Hits         1428     1428           
  Misses        150      150           
  Partials      576      576           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@legendecas legendecas merged commit 7d2bd65 into main Dec 20, 2024
103 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-b0bc6bea84 branch December 20, 2024 01:17
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
Development

Successfully merging this pull request may close these issues.

2 participants