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 @sumup/foundry from 6.2.1 to 7.1.1 #373

Merged
merged 2 commits into from
Apr 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps @sumup/foundry from 6.2.1 to 7.1.1.

Release notes

Sourced from @​sumup/foundry's releases.

v7.1.1

Patch Changes

v7.1.0

Minor Changes

v7.0.1

Patch Changes

  • #952 2cc9640 Thanks @​connor-baer! - Reduced the scope of the integration test file globs to prevent false positive lint issues in unit test files. Integration tests must be located in the e2e/ or tests/ folders in the repo or workspace root directories.

v7.0.0

7.0.0 (2024-03-04)

Foundry v7 provides better compatibility with monorepos and supports a wider range of plugin versions. The minimum Node version has been raised to ^18.12 || >=20 (i.e. Node 19 is not supported). Here's how to upgrade:

Explicit plugin dependencies ✨

Foundry no longer bundles every supported ESLint plugin. This reduces its install size and enables support for multiple major versions of a plugin. You need to explicitly install the relevant plugins for the frameworks you use. Foundry's new debug command can help by analyzing your dependencies to suggest missing ESLint plugins and warn if an installed plugin version is untested or unsupported. Here's an example:

Running npx foundry debug in a project that uses Next.js, Emotion.js, and Jest yields the following output:

⚠️ "next" is installed but not the corresponding ESLint plugin. Please install "eslint-config-next".
⚠️ "@emotion/react" is installed but not the corresponding ESLint plugin. Please install "@emotion/eslint-plugin".
⚠️ "jest" is installed but not the corresponding ESLint plugin. Please install "eslint-plugin-jest".
ℹ️ Detected configuration:
┌──────────────┬─────────────────┐
│   (index)    │     Values      │
├──────────────┼─────────────────┤
│   language   │  'TypeScript'   │
│ environments │ 'Node, Browser' │
│  frameworks  │    'Next.js'    │
│   plugins    │                 │
│  openSource  │      false      │
└──────────────┴─────────────────┘

Installing the suggested plugins is strongly recommended but not required for Foundry to work.

Better monorepo support 🪨

Foundry's previous approach (still used in the new debug command) to detecting the installed frameworks only considered the package.json file in the root directory. This meant that in monorepos, Foundry would not automatically enable all relevant ESLint plugins.

... (truncated)

Changelog

Sourced from @​sumup/foundry's changelog.

7.1.1

Patch Changes

7.1.0

Minor Changes

7.0.1

Patch Changes

  • #952 2cc9640 Thanks @​connor-baer! - Reduced the scope of the integration test file globs to prevent false positive lint issues in unit test files. Integration tests must be located in the e2e/ or tests/ folders in the repo or workspace root directories.

7.0.0

Major Changes

Minor Changes

Commits

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 [@sumup/foundry](https://github.com/sumup-oss/foundry) from 6.2.1 to 7.1.1.
- [Release notes](https://github.com/sumup-oss/foundry/releases)
- [Changelog](https://github.com/sumup-oss/foundry/blob/main/CHANGELOG.md)
- [Commits](sumup-oss/foundry@v6.2.1...v7.1.1)

---
updated-dependencies:
- dependency-name: "@sumup/foundry"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 19.29%. Comparing base (97f7559) to head (e9825d4).
Report is 2 commits behind head on main.

❗ Current head e9825d4 differs from pull request most recent head de16381. Consider uploading reports for the commit de16381 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #373   +/-   ##
=======================================
  Coverage   19.29%   19.29%           
=======================================
  Files           7        7           
  Lines          57       57           
  Branches       16       16           
=======================================
  Hits           11       11           
  Misses         44       44           
  Partials        2        2           

@connor-baer connor-baer added the ready to merge Automatically merge the PR once all requirements are met label Apr 2, 2024
@kodiakhq kodiakhq bot merged commit b601d2f into main Apr 2, 2024
2 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/npm_and_yarn/sumup/foundry-7.1.1 branch April 2, 2024 11:59
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 ready to merge Automatically merge the PR once all requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant