Skip to content

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Jan 1, 2021

Bumps eslint-plugin-compat from 2.7.0 to 3.9.0.

Release notes

Sourced from eslint-plugin-compat's releases.

v3.9.0

  • Migrate from caniuse-db to caniuse-lite (#431) 673f1f0
  • chore: add actions tests (#432) 3c5f1ef
  • Create codeql-analysis.yml c429fa2
  • chore(deps): replace mdn-browser-compat-data with @mdn/browser-compat-data (#427) 90dd999
  • ci: semantic release fix (#429) 4c0f71b
  • chore(deps): update octokit/request-action action to v2.0.17 b1bfb37
  • chore(deps): update dependency simple-git to ^2.24.0 acb92db
  • chore(deps): update dependency typescript to ^3.9.7 9caeb5e
  • chore(deps): update dependency prettier to ^2.2.1 88a4670
  • chore(deps): update dependency @types/eslint to ^7.2.5 dede711
  • chore(deps): update babel monorepo 4ea567d
  • ci: automated semantic-release workflow (#420) 59f5b37
  • ci: semantic-pr title check (#418) 37a6b0b
  • Update dependency eslint-plugin-import to ^2.22.1 9e35ab8
  • Update dependency @types/jest to ^26.0.15 c5c1621
  • Update dependency caniuse-db to ^1.0.30001154 8fd0609
  • Update dependency @types/eslint to ^7.2.4 f24ee7d
  • Update babel monorepo 6d6ae21
  • Update dependency @types/jest to ^26.0.14 8f2bf82
  • Update dependency @types/semver to ^7.3.4 aff0701
  • Update dependency @types/eslint to ^7.2.3 3e23f4b
  • Update babel monorepo to ^7.11.6 53db092
  • Update dependency caniuse-db to ^1.0.30001122 5fd5640
  • Update dependency @types/jest to ^26.0.12 be9d7fb
  • Update dependency @types/semver to ^7.3.3 a0b45c9
  • Update dependency @types/eslint to ^7.2.2 414c87a
  • Update babel monorepo to ^7.11.5 c4c4dc6
  • Update README.md (#389) 3008280
  • Update dependency caniuse-db to ^1.0.30001109 b069d4b
  • Update dependency @types/jest to ^26.0.8 d34b5cd
  • Update babel monorepo 2c63c76
  • Move fatal error check to e2e-repo spec (#379) b18bd6f
  • Add contributors to package.json (#378) ede76bc
  • Azure yml fix (#377) 3c8b866
  • update yml styling 5a303e3
  • comment out libkrb5-dev 8b02938
  • Simple git migration (#375) 7878bf3
  • fix(deps): update dependency caniuse-db to ^1.0.30001091 6fc1475
  • chore(deps): update typescript-eslint monorepo to ^3.5.0 503ee95
  • chore(deps): update babel monorepo to ^7.10.4 c9f3e38
  • Repoinfo tags to commit (#371) d910130
  • test: null propagation (#369) 3d7197c

amilajack/eslint-plugin-compat@v3.8.0...v3.9.0

v3.8.0

Added

  • Support for feature detection of APIs (#327)
Changelog

Sourced from eslint-plugin-compat's changelog.

v3.8.0

Added

  • Support for feature detection of APIs (#327)
  • Implement expected behavior when defining targets in eslintrc and browserslist (this might be deprecated in the future)

Internal

  • Migrated from Flow to Typescript
  • Created performance benchmarks of popular repositories
  • Create E2E linting tests
  • Internal refactors

v3.7.0

Updates

  • Allow ESLint peerDependency version 7.0.0

Fixed

  • Fixed many bugs reporting incorrect linter errors

v3.6.0

Fixed

  • Update dependencies
  • Remove fixable and add meta.type (305)

v3.5.1

Fixed

  • Support Safari TP as a target (#285)

v3.5.0

Fixed

  • Allow targets not caniuse db (#280
  • Added missing browser mapping and default fallback (#272)
  • Support Node >=8 (#281)

Added

  • Bump all deps to latest semver

v3.4.0

Added

  • Add schema to support browserlist as a second paramenter in eslintrc (#265)
  • Bumped all dependencies to latest semver

v3.3.0

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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 1, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-compat-3.9.0 branch from 49fa4a9 to 3c7b191 Compare April 16, 2021 06:34
@dependabot-preview
Copy link
Author

Superseded by #94.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-compat-3.9.0 branch August 1, 2021 05:33
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