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

build(deps-dev): bump eslint-plugin-functional from 5.0.8 to 6.0.0 #2409

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2023

Bumps eslint-plugin-functional from 5.0.8 to 6.0.0.

Release notes

Sourced from eslint-plugin-functional's releases.

v6.0.0

6.0.0 (2023-07-30)

Features

  • functional-parameters: add option to ignore getters and setters (9c89b9e)
  • immutable-data: add new option ignoreNonConstDeclarations (ecde24a), closes #691
  • no-expression-statements: add option to ignore self returning functions (894fb91), closes #611
  • prefer-immutable-types: use suggestions instead of a fixer by default (#598) (3fb9028)
  • remove assumeTypes option (6be5862)
  • add sanity checks to type immutablity override settings (d3ce5b0)
  • replace ignorePattern option with ignoreIdentifierPattern and ignoreCodePattern (48d8eba), closes #467

Build System

  • increase minimum supported TypeScript version to 4.3.5 (aefe6b2)

BREAKING CHANGES

  • replace ignorePattern option with ignoreIdentifierPattern and ignoreCodePattern
  • increase minimum supported TypeScript version to 4.3.5
  • remove assumeTypes option
  • prefer-immutable-types: The fixer config no longer inherits as many options as before; be sure to be explicit in your configs.

v6.0.0-next.7

6.0.0-next.7 (2023-07-24)

Bug Fixes

  • immutable-data: rework logic, it should work now (9644994), closes #692

v6.0.0-next.6

6.0.0-next.6 (2023-07-21)

Features

  • immutable-data: add new option ignoreNonConstDeclarations (ecde24a), closes #691

v6.0.0-next.5

6.0.0-next.5 (2023-07-21)

... (truncated)

Changelog

Sourced from eslint-plugin-functional's changelog.

6.0.0 (2023-07-30)

Features

  • functional-parameters: add option to ignore getters and setters (9c89b9e)
  • immutable-data: add new option ignoreNonConstDeclarations (ecde24a), closes #691
  • no-expression-statements: add option to ignore self returning functions (894fb91), closes #611
  • prefer-immutable-types: use suggestions instead of a fixer by default (#598) (3fb9028)
  • remove assumeTypes option (6be5862)
  • add sanity checks to type immutablity override settings (d3ce5b0)
  • replace ignorePattern option with ignoreIdentifierPattern and ignoreCodePattern (48d8eba), closes #467

Build System

  • increase minimum supported TypeScript version to 4.3.5 (aefe6b2)

BREAKING CHANGES

  • replace ignorePattern option with ignoreIdentifierPattern and ignoreCodePattern
  • increase minimum supported TypeScript version to 4.3.5
  • remove assumeTypes option
  • prefer-immutable-types: The fixer config no longer inherits as many options as before; be sure to be explicit in your configs.
Commits
  • 27db8bf chore(release): 6.0.0 [skip ci]
  • 103d3a4 Merge pull request #683 from eslint-functional/next
  • 57e24d1 build: switch to semantic-release-replace-plugin
  • e6bc22e chore: update pnpm
  • 7739c6b style: fix import/no-duplicates
  • 4c80b0a chore: deps update
  • 31899ea ci: disbale JS env tests for now
  • 3dedda2 chore: improve coverage mapping
  • bc4c5c0 build: compiled tests need typescript sourcemaps too
  • 891adff build: remove unneeded rollup plugins
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 2, 2023
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a756a76) 99.94% compared to head (2ba8918) 99.94%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2409   +/-   ##
=======================================
  Coverage   99.94%   99.94%           
=======================================
  Files         329      329           
  Lines       13320    13320           
  Branches     1311     1311           
=======================================
  Hits        13313    13313           
  Misses          7        7           

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

@dolanmiu
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-functional-6.0.0 branch from 90e33ee to c48539f Compare December 22, 2023 01:11
dependabot bot and others added 2 commits December 22, 2023 01:27
Bumps [eslint-plugin-functional](https://github.com/eslint-functional/eslint-plugin-functional) from 5.0.8 to 6.0.0.
- [Release notes](https://github.com/eslint-functional/eslint-plugin-functional/releases)
- [Changelog](https://github.com/eslint-functional/eslint-plugin-functional/blob/main/CHANGELOG.md)
- [Commits](eslint-functional/eslint-plugin-functional@v5.0.8...v6.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-functional
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dolanmiu dolanmiu force-pushed the dependabot/npm_and_yarn/eslint-plugin-functional-6.0.0 branch from afb074b to 2ba8918 Compare December 22, 2023 01:27
@dolanmiu dolanmiu merged commit f7b98bc into master Dec 22, 2023
9 checks passed
@dolanmiu dolanmiu deleted the dependabot/npm_and_yarn/eslint-plugin-functional-6.0.0 branch December 22, 2023 01:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant