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

fix: remove Jasmine globals #596

Merged
merged 3 commits into from May 26, 2020
Merged

fix: remove Jasmine globals #596

merged 3 commits into from May 26, 2020

Conversation

SimenB
Copy link
Member

@SimenB SimenB commented May 26, 2020

@SimenB SimenB requested a review from G-Rath May 26, 2020 16:02
@G-Rath G-Rath merged commit a8b1b0c into next May 26, 2020
@G-Rath G-Rath deleted the SimenB-patch-1 branch May 26, 2020 21:10
G-Rath added a commit that referenced this pull request Jun 20, 2020
* fix: remove Jasmine globals

BREAKING CHANGE: Jasmine globals are no marked as such

* chore: remove `require` as well

* chore: remove `fail` as well

Co-authored-by: Gareth Jones <jones258@gmail.com>
G-Rath added a commit that referenced this pull request Jun 20, 2020
* fix: remove Jasmine globals

BREAKING CHANGE: Jasmine globals are no marked as such

* chore: remove `require` as well

* chore: remove `fail` as well

Co-authored-by: Gareth Jones <jones258@gmail.com>
G-Rath added a commit that referenced this pull request Jun 20, 2020
* fix: remove Jasmine globals

BREAKING CHANGE: Jasmine globals are no marked as such

* chore: remove `require` as well

* chore: remove `fail` as well

Co-authored-by: Gareth Jones <jones258@gmail.com>
G-Rath added a commit that referenced this pull request Jun 21, 2020
* fix: remove Jasmine globals

BREAKING CHANGE: Jasmine globals are no marked as such

* chore: remove `require` as well

* chore: remove `fail` as well

Co-authored-by: Gareth Jones <jones258@gmail.com>
G-Rath added a commit that referenced this pull request Jun 21, 2020
* fix: remove Jasmine globals

BREAKING CHANGE: Jasmine globals are no marked as such

* chore: remove `require` as well

* chore: remove `fail` as well

Co-authored-by: Gareth Jones <jones258@gmail.com>
G-Rath added a commit that referenced this pull request Jun 25, 2020
* fix: remove Jasmine globals

BREAKING CHANGE: Jasmine globals are no marked as such

* chore: remove `require` as well

* chore: remove `fail` as well

Co-authored-by: Gareth Jones <jones258@gmail.com>
G-Rath added a commit that referenced this pull request Jul 26, 2020
* fix: remove Jasmine globals

BREAKING CHANGE: Jasmine globals are no marked as such

* chore: remove `require` as well

* chore: remove `fail` as well

Co-authored-by: Gareth Jones <jones258@gmail.com>
G-Rath added a commit that referenced this pull request Jul 28, 2020
* fix: remove Jasmine globals

BREAKING CHANGE: Jasmine globals are no marked as such

* chore: remove `require` as well

* chore: remove `fail` as well

Co-authored-by: Gareth Jones <jones258@gmail.com>
SimenB added a commit that referenced this pull request Jul 30, 2020
* fix: remove Jasmine globals

BREAKING CHANGE: Jasmine globals are no marked as such

* chore: remove `require` as well

* chore: remove `fail` as well

Co-authored-by: Gareth Jones <jones258@gmail.com>
SimenB added a commit that referenced this pull request Jul 30, 2020
* fix: remove Jasmine globals

BREAKING CHANGE: Jasmine globals are no marked as such

* chore: remove `require` as well

* chore: remove `fail` as well

Co-authored-by: Gareth Jones <jones258@gmail.com>
SimenB added a commit that referenced this pull request Jul 30, 2020
BREAKING CHANGE: Jasmine globals are no marked as such

Co-authored-by: Gareth Jones <jones258@gmail.com>
SimenB added a commit that referenced this pull request Jul 30, 2020
BREAKING CHANGE: Jasmine globals are no marked as such

Co-authored-by: Gareth Jones <jones258@gmail.com>
SimenB added a commit that referenced this pull request Jul 30, 2020
BREAKING CHANGE: Jasmine globals are no marked as such

Co-authored-by: Gareth Jones <jones258@gmail.com>
SimenB added a commit that referenced this pull request Jul 30, 2020
BREAKING CHANGE: Jasmine globals are no marked as such

Co-authored-by: Gareth Jones <jones258@gmail.com>
SimenB added a commit that referenced this pull request Jul 30, 2020
BREAKING CHANGE: Jasmine globals are no marked as such

Co-authored-by: Gareth Jones <jones258@gmail.com>
G-Rath added a commit that referenced this pull request Jul 31, 2020
BREAKING CHANGE: Jasmine globals are no marked as such

Co-authored-by: Gareth Jones <jones258@gmail.com>
SimenB added a commit that referenced this pull request Aug 22, 2020
BREAKING CHANGE: Jasmine globals are no marked as such

Co-authored-by: Gareth Jones <jones258@gmail.com>
SimenB added a commit that referenced this pull request Aug 22, 2020
BREAKING CHANGE: Jasmine globals are no marked as such

Co-authored-by: Gareth Jones <jones258@gmail.com>
SimenB added a commit that referenced this pull request Aug 24, 2020
BREAKING CHANGE: Jasmine globals are no marked as such

Co-authored-by: Gareth Jones <jones258@gmail.com>
SimenB added a commit that referenced this pull request Aug 24, 2020
BREAKING CHANGE: Jasmine globals are no marked as such

Co-authored-by: Gareth Jones <jones258@gmail.com>
SimenB added a commit that referenced this pull request Aug 31, 2020
BREAKING CHANGE: Jasmine globals are no marked as such

Co-authored-by: Gareth Jones <jones258@gmail.com>
SimenB added a commit that referenced this pull request Sep 4, 2020
BREAKING CHANGE: Jasmine globals are no marked as such
SimenB added a commit that referenced this pull request Sep 4, 2020
BREAKING CHANGE: Jasmine globals are no marked as such
github-actions bot pushed a commit that referenced this pull request Sep 4, 2020
# [24.0.0](v23.20.0...v24.0.0) (2020-09-04)

### Bug Fixes

* **no-large-snapshots:** run on all files regardless of type ([#637](#637)) ([22113db](22113db)), closes [#370](#370)
* remove Jasmine globals ([#596](#596)) ([a0e2bc5](a0e2bc5))
* update to typescript-eslint@4 ([1755965](1755965)), closes [#590](#590)

### Code Refactoring

* **no-test-callback:** rename rule to `no-done-callback` ([#653](#653)) ([e15a8d1](e15a8d1))

### Features

* **no-done-callback:** support hooks ([#656](#656)) ([3e6cb44](3e6cb44)), closes [#649](#649) [#651](#651)
* add `no-conditional-expect` to the recommended ruleset ([40cd89d](40cd89d))
* add `no-deprecated-functions` to the recommended ruleset ([5b2af00](5b2af00))
* add `no-interpolation-in-snapshots` to the recommended ruleset ([3705dff](3705dff))
* add `valid-title` to recommended ruleset ([41f7873](41f7873))
* drop support for node 8 ([#570](#570)) ([6788e72](6788e72))
* set `no-jasmine-globals` to `error` in recommended ruleset ([7080952](7080952))
* **no-large-snapshots:** remove `whitelistedSnapshots` option ([8c1c0c9](8c1c0c9))

### BREAKING CHANGES

* **no-done-callback:** `no-done-callback` will now report hooks using callbacks as well, not just tests
* **no-test-callback:** rename `no-test-callback` to `no-done-callback`
* recommend `no-conditional-expect` rule
* recommend `no-interpolation-in-snapshots` rule
* recommend `no-deprecated-functions` rule
* recommend `valid-title` rule
* recommend erroring for `no-jasmine-globals` rule
* **no-large-snapshots:** `no-large-snapshots` runs on all files regardless of type
* Jasmine globals are no marked as such
* Node 10+ required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants