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

Bump @skyscanner/eslint-config-skyscanner from 17.0.0 to 17.1.0 #909

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps @skyscanner/eslint-config-skyscanner from 17.0.0 to 17.1.0.

Release notes

Sourced from @​skyscanner/eslint-config-skyscanner's releases.

17.1.0

What’s Changed

Added

  • [ARGG-857] Add rule forbidding the use of axios library (#656) @​soulcheck Axios errors, when logged, can lead to sensitive data leaks as they include headers and other pieces of sensitive data. This change adds a rule that will throw an error if axios is imported or required. We encourage users to find safer alternatives to axios. The rule can be configured to be a warning or switched off completely on a per-repository basis.

Dependency updates

Changelog

Sourced from @​skyscanner/eslint-config-skyscanner's changelog.

Change Log

This file remains for historical references, but all new releases are now documented in the package's Releases page.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

15.0.0

Breaking

  • Bump eslint-config-airbnb from 18 to 19
  • Bump eslint from 7 to 8

This update is intended to be as low friction as possible, with incoming rules that cause more toil than gain disabled.

However, it does bring in several new, very valuable, rules, so it is expected to need work to fix these lint errors when making this upgrade. If you do not agree with any of the incoming rules please reach out to talk about solving it in a centralised way before making local overrides.

All new rules will point to documentation about that rule, with examples of fixes, if they trigger in your codebase.

If you use @skyscanner/stylelint-config-skyscanner please update to version 9, to match this change, as it shares transitive dependencies: https://github.com/Skyscanner/stylelint-config-skyscanner/blob/main/docs/eslint-as-dependency.md

ESLint release notes:

AirBnB Config Release notes:

The following rules have been disabled or downgraded:

See inline comments for each as to why.

14.0.1

  • Bump lint-staged from 13.2.2 to 13.2.3
  • Bump @​typescript-eslint/parser from 5.59.11 to 5.62.0

14.0.0

Updated

... (truncated)

Commits
  • eef909d Bump @​babel/eslint-parser from 7.22.15 to 7.23.3 (#645)
  • 184a84c Bump eslint from 8.53.0 to 8.54.0 (#653)
  • 10b21ec Bump @​babel/core from 7.23.2 to 7.23.5 (#658)
  • da121fc Bump @​typescript-eslint/parser from 6.9.1 to 6.13.1 (#657)
  • 02091ae Bump @​babel/preset-react from 7.22.15 to 7.23.3 (#648)
  • faceae1 Bump prettier from 3.0.3 to 3.1.0 (#649)
  • 2177ac4 Bump lint-staged from 15.0.2 to 15.1.0 (#647)
  • 20ab4cf Bump @​typescript-eslint/eslint-plugin from 6.10.0 to 6.12.0 (#655)
  • 828dfee [ARGG-857] Add rule forbidding the use of axios library (#656)
  • 387cee4 Bump @​typescript-eslint/eslint-plugin from 6.7.2 to 6.10.0 (#643)
  • 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 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 Dec 11, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/skyscanner/eslint-config-skyscanner-17.1.0 branch from f05aae5 to a1b1e01 Compare December 11, 2023 08:56
@sogame
Copy link
Owner

sogame commented Dec 11, 2023

@dependabot rebase

Bumps [@skyscanner/eslint-config-skyscanner](https://github.com/Skyscanner/eslint-config-skyscanner) from 17.0.0 to 17.1.0.
- [Release notes](https://github.com/Skyscanner/eslint-config-skyscanner/releases)
- [Changelog](https://github.com/Skyscanner/eslint-config-skyscanner/blob/main/CHANGELOG.md)
- [Commits](Skyscanner/eslint-config-skyscanner@17.0.0...17.1.0)

---
updated-dependencies:
- dependency-name: "@skyscanner/eslint-config-skyscanner"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/skyscanner/eslint-config-skyscanner-17.1.0 branch from a1b1e01 to a0f56ed Compare December 11, 2023 09:16
@sogame sogame merged commit 15d2cff into master Dec 11, 2023
1 check passed
@sogame sogame deleted the dependabot/npm_and_yarn/skyscanner/eslint-config-skyscanner-17.1.0 branch December 11, 2023 09:18
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.

1 participant