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

Release v25 #905

Merged
merged 24 commits into from
Oct 10, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
bcd8d11
fix: stop testing on Node 10 and 15 (#891)
SimenB Sep 13, 2021
13c041a
chore(release): 25.0.0-next.1 [skip ci]
semantic-release-bot Sep 13, 2021
47a0138
fix: stop testing ESLint 5 (#893)
SimenB Sep 13, 2021
ef08fa6
chore(release): 25.0.0-next.2 [skip ci]
semantic-release-bot Sep 13, 2021
efe56c1
chore: update dev dependencies (#894)
SimenB Sep 13, 2021
b0888c7
Merge branch 'main' into next
SimenB Sep 13, 2021
e8f16ec
feat: remove deprecated rules (#661)
G-Rath Sep 17, 2021
9d87cfa
chore(release): 25.0.0-next.3 [skip ci]
semantic-release-bot Sep 17, 2021
6aa7eea
chore: update yarn to v3 (#900)
SimenB Sep 17, 2021
74cd2ae
Merge branch 'main' into next
SimenB Sep 20, 2021
0723224
chore(release): 25.0.0-next.4 [skip ci]
semantic-release-bot Sep 20, 2021
2a0b43b
Merge branch 'main' into next
SimenB Sep 21, 2021
30e13fe
Merge branch 'main' into next
SimenB Sep 21, 2021
5c0504c
Merge branch 'main' into next
SimenB Sep 22, 2021
0fd748f
Merge branch 'main' into next
SimenB Sep 29, 2021
24b6c5d
chore(release): 25.0.0-next.5 [skip ci]
semantic-release-bot Sep 29, 2021
6708bb8
Merge branch 'main' into next
SimenB Oct 10, 2021
c5ccdca
chore(release): 25.0.0-next.6 [skip ci]
semantic-release-bot Oct 10, 2021
2a3376f
feat: add `prefer-to-be` to style ruleset
G-Rath Oct 3, 2021
809bcda
feat(prefer-to-be-null): remove rule
G-Rath Oct 9, 2021
3434d9b
feat(prefer-to-be-undefined): remove rule
G-Rath Oct 9, 2021
b860084
feat(lowercase-name): rename to `prefer-lowercase-title`
G-Rath Oct 9, 2021
f3e9e9a
feat(valid-describe): rename to `valid-describe-callback`
G-Rath Oct 9, 2021
1ef8586
chore(release): 25.0.0-next.7 [skip ci]
semantic-release-bot Oct 10, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into next
  • Loading branch information
SimenB committed Sep 22, 2021
commit 5c0504c86281c794f0f8a86bc61361a4c043c3ef
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"husky": "^7.0.2",
"is-ci": "^3.0.0",
"jest": "^27.0.0",
"jest-runner-eslint": "^0.10.0",
"jest-runner-eslint": "^0.11.0",
"lint-staged": "^11.1.2",
"pinst": "^2.0.0",
"prettier": "^2.0.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2124,8 +2124,8 @@ __metadata:
fs-extra: ^9.0.0
lodash: ^4.17.4
peerDependencies:
semantic-release: ">=15.8.0 <18.0.0"
checksum: 71212ce237261d4bf58556367af0d0c1302055d2c99bb4f1fea1b1c304ba6b077a7232dd7d4a978b8361154ce33d2cb0165830a9336826ce4022ef0753166da4
semantic-release: ">=18.0.0"
checksum: b3a942132dd6109e98ec537e8253728570fe02227573a3ba6d50263ea9b41127dc7e28271e744c03dfec2f0c7f4a79eebb606dadc5f16bb1f6ef62ffb8e07bcf
languageName: node
linkType: hard

Expand Down Expand Up @@ -4378,7 +4378,7 @@ __metadata:
husky: ^7.0.2
is-ci: ^3.0.0
jest: ^27.0.0
jest-runner-eslint: ^0.10.0
jest-runner-eslint: ^0.11.0
lint-staged: ^11.1.2
pinst: ^2.0.0
prettier: ^2.0.5
Expand Down Expand Up @@ -6210,7 +6210,7 @@ __metadata:
peerDependencies:
eslint: ^6 || ^7
jest: ^25.1 || ^26 || ^27
checksum: 78eb16875677b7d202c50c0191892b352e80a670ca8bddc0caae70ec1750aee824f23b3dad0475792695cb8141a1e2654509484a62c71d48b14a5af3ccadb43c
checksum: d71af6beb9ae30b7528ebbc85ba896edc933e461efb4cfdb6d28aa1900e5686f592f4b47910c3abce40bbf2f55d97b3fe216a399fcc717707928c66a3fe1120a
languageName: node
linkType: hard

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.