Skip to content

17.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 12:20
· 58 commits to refs/heads/main since this release
ae2bdbe

What’s Changed

Breaking

  • Bump eslint-plugin-backpack from 5.0.0 to 6.0.0 (#635) @dependabot
    • eslint-plugin-backpack no longer supports Backpack React Native, so passing config will not cause any rules to be triggered for that platform so can be removed from your config
    • As spacing in JS is no longer supported in Backpack (the spacing tokens do not exist), if you have any eslint disables where you are setting spacing in JS these will throw a warning that rule has no effect.
    • As we now have semantic colours an error will be thrown if you are using a colour that doesn't exist in our semantic colours set and the error will direct you to the Backpack site to find the suitable replacement

Changes

  • Bump eslint-config-prettier from 8.5.0 to 9.0.0 (#584) @dependabot
    • No impacting breaking change from this major version bump that requires a fix
  • Bump eslint-plugin-import from 2.28.1 to 2.29.0 (#630) @dependabot
  • Bump eslint from 8.51.0 to 8.52.0 (#632) @dependabot
  • Bump eslint-plugin-jest from 27.4.3 to 27.6.0 (#638) @dependabot
  • Bump eslint-plugin-jest from 27.4.2 to 27.4.3 (#633) @dependabot