Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

fix: upgrade @sumup/foundry from 3.5.1 to 4.0.2 #133

Merged
merged 6 commits into from
Sep 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2021

Bumps @sumup/foundry from 3.5.1 to 4.0.2.

Release notes

Sourced from @​sumup/foundry's releases.

v4.0.1

4.0.1 (2021-06-01)

Bug Fixes

  • lint: arrange overrides in order of importance (fd6eca4)

v4.0.0

4.0.0 (2021-05-28)

✨ Highlights

Upgraded to TypeScript 4 and Eslint 7. There are no major breaking changes but a slew of useful new features. The TypeScript Eslint plugin now provides much improved rules for strict type checking.

Changed TypeScript linting rules to apply to .ts/.tsx files only. This dramatically speeds up linting for JavaScript files (we've seen improvements up to 80%), keeps the rules consistent when migrating from JavaScript to TypeScript, and no longer errors on .js and .json files that are not included in the tsconfig.json.

Tweaked a number of new and existing lint rules to hide unhelpful errors and warnings in test and story files.

Increased the minimum Node version to v12+. Several dependencies dropped support for Node v10, so we needed to do the same.


Raw changelog

Features

  • ci: optimize yarn caching (38c0462)
  • ci: report lint and test results to GitHub (b0004a2)
  • deps: upgrade all dependencies (97c995f)
  • deps: upgrade eslint-config-airbnb-typescript to v12 (b5092c8)
  • lint: apply TS rules automatically and to TS files only (#277) (72b8670)
  • lint: require Babel config file (2f74538)
  • lint: revert automatic TypeScript linting (901ae2e)
  • lint: switch to @​babel/eslint-parser (1d483e7)
  • lint: tweak ESLint rules (91504f3)
  • lint: tweak ESLint rules (#278) (10a8706)
  • lint: tweak ESLint rules for story files (c0e02ba)
  • lint: tweak ESLint rules for test files (f99aed3)
  • lint: tweak ESLint rules for test files (cff6bff)
  • increase minimum Node version to v14+ (#276) (8919fb4)
  • template: update JS spec file template (5d9bd90)
  • template: update spec file template (#163) (9d8ef05)
  • upgrade to TypeScript 4 and Eslint 7 (#121) (5c8acca)

BREAKING CHANGES

  • Foundry now requires Node v12+.
  • ESLint's TypeScript rules are now applied to .ts and .tsx files only.

... (truncated)

Commits
  • fd6eca4 fix(lint): arrange overrides in order of importance
  • 0735df3 chore(deps): bump @​babel/eslint-parser from 7.14.3 to 7.14.4 (#282)
  • 2b6c7d8 chore(deps): bump eslint-plugin-import from 2.23.3 to 2.23.4 (#283)
  • 9eda61f chore(deps-dev): bump ts-jest from 27.0.1 to 27.0.2 (#284)
  • aa1e7e7 chore(deps): bump eslint-plugin-react from 7.23.2 to 7.24.0 (#285)
  • 295d876 chore(deps-dev): bump jest from 27.0.1 to 27.0.3 (#286)
  • ddcb3d8 chore(deps-dev): bump ts-jest from 27.0.0 to 27.0.1 (#281)
  • e6041a5 chore: use correct Node version during dev
  • 3f67706 fix: add missing peer dependency
  • f99aed3 feat(lint): tweak ESLint rules for test files
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 7, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sumup/foundry-4.0.1 branch 3 times, most recently from 62f4c89 to abcf9cc Compare June 9, 2021 07:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sumup/foundry-4.0.1 branch from abcf9cc to a226ec3 Compare June 14, 2021 08:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sumup/foundry-4.0.1 branch 2 times, most recently from ef4a798 to b323bfa Compare July 5, 2021 07:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sumup/foundry-4.0.1 branch 2 times, most recently from a7df958 to df3d140 Compare September 6, 2021 07:17
Bumps [@sumup/foundry](https://github.com/sumup-oss/foundry) from 3.5.1 to 4.0.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@v3.5.1...v4.0.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 force-pushed the dependabot/npm_and_yarn/sumup/foundry-4.0.1 branch from df3d140 to 41a0ce4 Compare September 13, 2021 08:41
@connor-baer connor-baer changed the title chore(deps-dev): bump @sumup/foundry from 3.5.1 to 4.0.1 fix: upgrade @sumup/foundry from 3.5.1 to 4.0.2 Sep 17, 2021
@connor-baer connor-baer merged commit 3f36592 into main Sep 17, 2021
@connor-baer connor-baer deleted the dependabot/npm_and_yarn/sumup/foundry-4.0.1 branch September 17, 2021 09:14
@github-actions
Copy link

🎉 This PR is included in version 1.4.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Published to NPM label Sep 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file released Published to NPM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant