Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Upgrade(dev): Bump eslint-plugin-import from 2.23.2 to 2.23.3 #16

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2021

Bumps eslint-plugin-import from 2.23.2 to 2.23.3.

Changelog

Sourced from eslint-plugin-import's changelog.

[2.23.3] - 2021-05-21

Fixed

  • [no-restricted-paths]: fix false positive matches (#2090, thanks [@​malykhinvi])
  • [no-cycle]: ignore imports where imported file only imports types of importing file (#2083, thanks [@​cherryblossom000])
  • [no-cycle]: fix false negative when file imports a type after importing a value in Flow (#2083, thanks [@​cherryblossom000])
  • [order]: restore default behavior unless type is in groups (#2087, thanks [@​grit96])

Changed

  • [Docs] Add no-relative-packages to list of to the list of rules (#2075, thanks [@​arvigeus])
Commits
  • 20c373c Bump to v2.23.3
  • 0a08b6a [Tests] order add passing test to close #2081
  • b39770d [Fix] order: restore default behavior unless type is in groups
  • 72b9c3d [Fix] no-cycle: fix false negative when file imports a type after importing...
  • 30bba6a [Fix] no-cycle: ignore imports where imported file only imports types of im...
  • 3cf913d [meta] sort and uniquify usernames in changelog
  • ddb2132 [Fix] no-restricted-paths: fix false positive matches
  • bc99b86 [Docs] Add no-relative-packages to list of to the list of rules
  • See full diff 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 May 24, 2021
@dependabot dependabot bot requested a review from evelynhathaway May 24, 2021 08:08
@evelynhathaway evelynhathaway changed the title Upgrade(npm): Bump eslint-plugin-import from 2.23.2 to 2.23.3 Upgrade(dev): Bump eslint-plugin-import from 2.23.2 to 2.23.3 May 25, 2021
@evelynhathaway evelynhathaway merged commit ec7e79c into main May 25, 2021
@evelynhathaway evelynhathaway deleted the dependabot/npm_and_yarn/eslint-plugin-import-2.23.3 branch May 25, 2021 00:59
github-actions bot pushed a commit that referenced this pull request May 26, 2021
## v1.0.8

**[`v1.0.7...v1.0.8`](v1.0.7...v1.0.8)** - **2021-05-26**

### 🧹 Internal

- Change dependabot config [`8380021`](8380021)

### Other

- **dev:** Bump eslint from 7.26.0 to 7.27.0 ([#13](#13)) [`7a85a45`](7a85a45)
- **dev:** Bump eslint-plugin-evelyn from 6.1.0 to 6.2.0 ([#17](#17)) [`c7c8adf`](c7c8adf)
- **dev:** Bump eslint-plugin-import from 2.23.2 to 2.23.3 ([#16](#16)) [`ec7e79c`](ec7e79c)
- **dev:** Bump eslint-plugin-testing-library from 4.5.0 to 4.6.0 ([#14](#14)) [`cb369fe`](cb369fe)
- **dev:** npm update [`b1f9faf`](b1f9faf)
- **dev:** npm update linting plugins [`121e955`](121e955)
- **dev:** npm update, linting [`3dbec04`](3dbec04)
- **prod:** Bump jest deps to v27 [`42ce4c2`](42ce4c2)
@evelynhathaway
Copy link
Owner

🎉 This PR is included in version 1.0.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

@evelynhathaway evelynhathaway added the released This issue or pull request is associated with a release label May 26, 2021
github-actions bot pushed a commit to OxfordAbstracts/vitest-location-mock that referenced this pull request Mar 7, 2024
## v1.0.0

**2024-03-07**

### 💥 Breaking

- Drop support node 17 and < 16.10.0 [`4512b25`](4512b25)

### ✨ Feature

- Add toBeAt matcher, refactor [`6d9a43d`](6d9a43d)
- convert to Vitest plugin [`04729e9`](04729e9)
- Initial location hooks proof of concept [`82c2120`](82c2120)

### 📄 Documentation

- Meta update, readme, types, license [`efc9fc5`](efc9fc5)
- **readme:** Update badges [`e0e4c56`](e0e4c56)

### 🐛 Fix

- Handle undefined window by returning silently [`daa0c6e`](daa0c6e)
- Properly build and extend expect with types [`b201eae`](b201eae)
- Properly install location mock [`f8a8a08`](f8a8a08)
- Update package.json engines [`c3e380c`](c3e380c)

### 📦 Package

- **dev:** Bump @semantic-release/git from 9.0.0 to 9.0.1 [`8c55a37`](8c55a37)
- **dev:** Bump @types/jest from 26.0.23 to 26.0.24 [`f95bfcc`](f95bfcc)
- **dev:** Bump @types/jest from 26.0.24 to 27.0.0 [`c0d5a35`](c0d5a35)
- **dev:** Bump @types/jest from 27.0.0 to 27.0.1 [`91b6038`](91b6038)
- **dev:** Bump @typescript-eslint/eslint-plugin [`f327db2`](f327db2)
- **dev:** Bump @typescript-eslint/eslint-plugin [`452d5be`](452d5be)
- **dev:** Bump @typescript-eslint/eslint-plugin [`ad95aa2`](ad95aa2)
- **dev:** Bump @typescript-eslint/eslint-plugin [`f79d00c`](f79d00c)
- **dev:** Bump @typescript-eslint/eslint-plugin [`45f62d8`](45f62d8)
- **dev:** Bump @typescript-eslint/eslint-plugin [`d409d19`](d409d19)
- **dev:** Bump @typescript-eslint/eslint-plugin [`14a1d04`](14a1d04)
- **dev:** Bump @typescript-eslint/eslint-plugin [`8a5feb4`](8a5feb4)
- **dev:** Bump @typescript-eslint/eslint-plugin [`e11a658`](e11a658)
- **dev:** Bump @typescript-eslint/eslint-plugin [`43e9626`](43e9626)
- **dev:** Bump @typescript-eslint/parser from 4.25.0 to 4.26.0 [`b6c207a`](b6c207a)
- **dev:** Bump @typescript-eslint/parser from 4.26.0 to 4.26.1 [`bd0b78d`](bd0b78d)
- **dev:** Bump @typescript-eslint/parser from 4.26.1 to 4.28.4 [`6f5376e`](6f5376e)
- **dev:** Bump @typescript-eslint/parser from 4.28.4 to 4.29.0 [`10c7591`](10c7591)
- **dev:** Bump @typescript-eslint/parser from 4.29.0 to 4.29.1 [`38c5f48`](38c5f48)
- **dev:** Bump @typescript-eslint/parser from 4.29.1 to 4.29.2 [`4291b6b`](4291b6b)
- **dev:** Bump @typescript-eslint/parser from 4.29.2 to 4.29.3 [`459837f`](459837f)
- **dev:** Bump @typescript-eslint/parser from 4.29.3 to 4.31.0 [`59644b6`](59644b6)
- **dev:** Bump @typescript-eslint/parser from 4.31.0 to 4.31.1 [`3b6caa3`](3b6caa3)
- **dev:** Bump commitlint from 12.1.4 to 13.1.0 [`cd99683`](cd99683)
- **dev:** Bump eslint from 7.26.0 to 7.27.0 ([evelynhathaway#13](https://github.com/OxfordAbstracts/vitest-location-mock/issues/13)) [`7a85a45`](7a85a45)
- **dev:** Bump eslint from 7.27.0 to 7.28.0 [`fc4b555`](fc4b555)
- **dev:** Bump eslint from 7.28.0 to 7.31.0 [`96c5796`](96c5796)
- **dev:** Bump eslint from 7.31.0 to 7.32.0 [`f06bd57`](f06bd57)
- **dev:** Bump eslint-plugin-evelyn from 6.1.0 to 6.2.0 ([evelynhathaway#17](https://github.com/OxfordAbstracts/vitest-location-mock/issues/17)) [`c7c8adf`](c7c8adf)
- **dev:** Bump eslint-plugin-evelyn from 6.2.0 to 6.2.1 [`289f772`](289f772)
- **dev:** Bump eslint-plugin-import from 2.23.2 to 2.23.3 ([evelynhathaway#16](https://github.com/OxfordAbstracts/vitest-location-mock/issues/16)) [`ec7e79c`](ec7e79c)
- **dev:** Bump eslint-plugin-import from 2.23.3 to 2.23.4 [`6cc5c74`](6cc5c74)
- **dev:** Bump eslint-plugin-import from 2.23.4 to 2.24.0 [`8bd1ced`](8bd1ced)
- **dev:** Bump eslint-plugin-import from 2.24.0 to 2.24.1 [`2a4a678`](2a4a678)
- **dev:** Bump eslint-plugin-import from 2.24.1 to 2.24.2 [`d76d0c1`](d76d0c1)
- **dev:** Bump eslint-plugin-regexp from 0.10.0 to 0.11.0 [`33140e6`](33140e6)
- **dev:** Bump eslint-plugin-regexp from 0.11.0 to 0.13.2 [`80e0f54`](80e0f54)
- **dev:** Bump eslint-plugin-testing-library from 4.10.1 to 4.11.0 [`c41cdf1`](c41cdf1)
- **dev:** Bump eslint-plugin-testing-library from 4.11.0 to 4.12.0 [`128a43a`](128a43a)
- **dev:** Bump eslint-plugin-testing-library from 4.12.0 to 4.12.1 [`1a9de20`](1a9de20)
- **dev:** Bump eslint-plugin-testing-library from 4.12.1 to 4.12.2 [`0bde84a`](0bde84a)
- **dev:** Bump eslint-plugin-testing-library from 4.5.0 to 4.6.0 ([evelynhathaway#14](https://github.com/OxfordAbstracts/vitest-location-mock/issues/14)) [`cb369fe`](cb369fe)
- **dev:** Bump eslint-plugin-testing-library from 4.6.0 to 4.10.1 [`681cff7`](681cff7)
- **dev:** Bump jest from 27.0.1 to 27.0.3 [`4c9456b`](4c9456b)
- **dev:** Bump jest from 27.0.3 to 27.0.4 [`7a3f257`](7a3f257)
- **dev:** Bump jest from 27.0.4 to 27.0.6 [`672a59b`](672a59b)
- **dev:** Bump jest from 27.0.6 to 27.1.1 [`16bf2d3`](16bf2d3)
- **dev:** Bump jest from 27.1.1 to 27.2.0 [`a264534`](a264534)
- **dev:** Bump lint-staged from 11.0.0 to 11.1.1 [`24f483c`](24f483c)
- **dev:** Bump lint-staged from 11.1.1 to 11.1.2 [`618385e`](618385e)
- **dev:** Bump semantic-release from 17.4.3 to 17.4.4 [`ca4eb0b`](ca4eb0b)
- **dev:** Bump semantic-release from 17.4.4 to 17.4.5 [`c76c2e4`](c76c2e4)
- **dev:** Bump semantic-release from 17.4.5 to 17.4.6 [`4aebfa5`](4aebfa5)
- **dev:** Bump semantic-release from 17.4.6 to 17.4.7 [`062056f`](062056f)
- **dev:** Bump sort-package-json from 1.50.0 to 1.51.0 [`93ac06e`](93ac06e)
- **dev:** Bump ts-jest from 27.0.0 to 27.0.1 [`bb9fac7`](bb9fac7)
- **dev:** Bump ts-jest from 27.0.1 to 27.0.2 [`7f5b322`](7f5b322)
- **dev:** Bump ts-jest from 27.0.2 to 27.0.3 [`7591991`](7591991)
- **dev:** Bump ts-jest from 27.0.3 to 27.0.4 [`f69b805`](f69b805)
- **dev:** Bump ts-jest from 27.0.4 to 27.0.5 [`a10df76`](a10df76)
- **dev:** Bump typescript from 4.3.2 to 4.3.5 [`f11512b`](f11512b)
- **dev:** Bump typescript from 4.3.5 to 4.4.2 [`af4a8ec`](af4a8ec)
- **dev:** Bump typescript from 4.4.2 to 4.4.3 [`6446303`](6446303)
- **dev:** npm update [`b1f9faf`](b1f9faf)
- **dev:** npm update and npm audit fix [`ab8036d`](ab8036d)
- **dev:** npm update linting plugins [`121e955`](121e955)
- **dev:** npm update, linting [`3dbec04`](3dbec04)
- **dev:** Update conventional changelog config [`e0cd208`](e0cd208)
- npm update [`5a9b188`](5a9b188)
- npm update [`dd8eff0`](dd8eff0)
- **npm:** Bump @typescript-eslint/eslint-plugin [`3bc0303`](3bc0303)
- **npm:** Bump @typescript-eslint/parser from 4.23.0 to 4.24.0 [`88a6287`](88a6287)
- **npm:** Bump conventional-changelog-evelyn from 1.2.2 to 1.2.3 [`96b4eab`](96b4eab)
- **npm:** Bump eslint-plugin-testing-library from 3.10.2 to 4.4.0 [`eb01e94`](eb01e94)
- **npm:** Bump jest-diff from 27.2.0 to 29.6.4 [`830895f`](830895f)
- **npm:** Bump jest-diff from 29.6.4 to 29.7.0 [`d592844`](d592844)
- **npm:** Bump node-notifier from 8.0.0 to 8.0.2 [`e783967`](e783967)
- **npm:** Update release config [`68be1d3`](68be1d3)
- **prod:** Bump jest deps to v27 [`42ce4c2`](42ce4c2)
- **prod:** Bump jest-diff from 27.0.1 to 27.0.2 [`b0a1668`](b0a1668)

### 🧹 Internal

- Add CI, release, and build [`f94f240`](f94f240)
- Add test for Node.js environment, fix lint and meta [`95e04c6`](95e04c6)
- Change dependabot config [`8380021`](8380021)
- Fix unsorted changelog release [`86167c7`](86167c7)
- **release:** 1.0.0 [skip ci] [`84f0d6f`](84f0d6f)
- **release:** 1.0.1 [skip ci] [`5c55e5d`](5c55e5d)
- **release:** 1.0.2 [skip ci] [`3e5dafa`](3e5dafa)
- **release:** 1.0.3 [skip ci] [`b4252ee`](b4252ee)
- **release:** 1.0.4 [skip ci] [`0c72531`](0c72531)
- **release:** 1.0.5 [skip ci] [`4ca95ab`](4ca95ab)
- **release:** 1.0.6 [skip ci] [`6e89331`](6e89331)
- **release:** 1.0.7 [skip ci] [`ce010c8`](ce010c8)
- **test:** Add wallaby config file [`e1c60fe`](e1c60fe)
- Update GitHub Action workflow [`9852b4c`](9852b4c)
- Update GitHub Actions workflow [`36735d0`](36735d0)

### Other

- Initial noop commit [`6937d8c`](6937d8c)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file released This issue or pull request is associated with a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant