Skip to content

Commit c8c6bb4

Browse files
committed
chore(release): release 4.0.0 [skip ci]
1 parent d94b3fc commit c8c6bb4

File tree

6 files changed

+125
-3
lines changed

6 files changed

+125
-3
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 4.0.0 (2021-08-31)
7+
8+
### Bug Fixes
9+
10+
- change eslint peer range ([0272e6b](https://github.com/BBVAEngineering/javascript/commit/0272e6b56280a1e66e233ac59084e9a9ae7fb815))
11+
- **config:** add external plugins declaration ([976feb0](https://github.com/BBVAEngineering/javascript/commit/976feb0ed0a2e1d90925ec8f1abede70adc04fd6))
12+
- **no-throw-in-unchained-promise:** fix false positives ([bf45bbc](https://github.com/BBVAEngineering/javascript/commit/bf45bbcb56e245389a1c0fb4cd8b43d85dfc41c7))
13+
- **no-transition-abort-in-routes:** fix runtime error ([7e36449](https://github.com/BBVAEngineering/javascript/commit/7e3644992ee8c17ee04a0c55b228e56adeabd08f))
14+
- **package:** add external dependencies ([99f49da](https://github.com/BBVAEngineering/javascript/commit/99f49da02b91bf4b2a76e498ff5d9f27ca0792d5))
15+
- **plugin:** add eslint peer dependency ([4655338](https://github.com/BBVAEngineering/javascript/commit/4655338c73c0a3d58d9bfbf429db62c26e307a3c))
16+
- **rule:** enable "prefer-promise-reject-errors" as error ([9261346](https://github.com/BBVAEngineering/javascript/commit/92613466bd3aa43cb3d46618ac92cbe6b78b7d6b))
17+
18+
### Features
19+
20+
- 🎸 bump version ([40b8278](https://github.com/BBVAEngineering/javascript/commit/40b827849751d1ff224dc4bba1ab24735e892a79))
21+
- 🎸 comentario adri ([ea2e627](https://github.com/BBVAEngineering/javascript/commit/ea2e627e76b1c700ef366d18b158f35cbfb8763b))
22+
- 🎸 correccion eslint warnings ([bc4903e](https://github.com/BBVAEngineering/javascript/commit/bc4903efa79e29ba1fc76adab49d3691f8900a22))
23+
- 🎸 nuevas reglas ([da027b8](https://github.com/BBVAEngineering/javascript/commit/da027b89bab72c5e37b52bc0c757125acbe0c839))
24+
- 🎸 nuevas reglas de seguridad ([96c281d](https://github.com/BBVAEngineering/javascript/commit/96c281dce1870773c3a941221e0730dda2420345))
25+
- 🎸 package-lock ([265abdc](https://github.com/BBVAEngineering/javascript/commit/265abdcff5f4f508ee912701f275cca7e7d58c47))
26+
- 🎸 package-lock ([e1dbc18](https://github.com/BBVAEngineering/javascript/commit/e1dbc186308ac900757b1bb12e3409053046cee1))
27+
- 🎸 package-lock ([90be52f](https://github.com/BBVAEngineering/javascript/commit/90be52f9bdd070baf504fd83742cb5f76a7e25c8))
28+
- 🎸 se elimina eslint-plugin-security ([a01ebff](https://github.com/BBVAEngineering/javascript/commit/a01ebffd6f8f9a27d98a925168149d38d0acf5e5))
29+
- 🎸 subida de versiones ([74054d2](https://github.com/BBVAEngineering/javascript/commit/74054d2ce28517580f73c958ad6130cb143af51b))
30+
- 🎸 subida version eslint ([524cfe2](https://github.com/BBVAEngineering/javascript/commit/524cfe29e39539ab1dc7515d2e5e8e4eb6326a86))
31+
- add eslint-plugin-decorator-position to config ([440fef1](https://github.com/BBVAEngineering/javascript/commit/440fef1e770a41921df827d57a0e2df707e14894))
32+
- add rule exceptions for prettier ([d99e0a4](https://github.com/BBVAEngineering/javascript/commit/d99e0a47df497902059de0000d08ef670d8697ae))
33+
- bump versions ([5e39161](https://github.com/BBVAEngineering/javascript/commit/5e3916118bd22971df59b7ea7ec6fedc7695991b))
34+
- **empty-line-before-return:** add new case and tets ([bb79aec](https://github.com/BBVAEngineering/javascript/commit/bb79aec1c912943f84e7b022ba6246718b80587a))
35+
- **empty-line-before-return:** change flag type from string to bool ([8ad4a93](https://github.com/BBVAEngineering/javascript/commit/8ad4a9350a00b4981f68a98f598e97c494fe6546))
36+
- **empty-line-before-return:** create new rule ([552a447](https://github.com/BBVAEngineering/javascript/commit/552a4475a9ad7863088b8202d8658418c3d63112))
37+
- **empty-line-before-return:** remove custom rule, update config ([5f806a3](https://github.com/BBVAEngineering/javascript/commit/5f806a3bfbfb7fa60c9e1466481d6ea3cb0fa469))
38+
- **eslint-config-bbva:** fix incorrectly named rule ([20ed015](https://github.com/BBVAEngineering/javascript/commit/20ed01573d1a22c589471a1b38fb784ab64e7bc7))
39+
- **no-throw-in-unchained-promise:** doc and tests ([610ea8c](https://github.com/BBVAEngineering/javascript/commit/610ea8c04bc72a5f08e10782069430c0f5b629e5))
40+
- **no-throw-in-unchained-promise:** new rule ([5c75277](https://github.com/BBVAEngineering/javascript/commit/5c7527746ee3eb3c9bb4c1a3ec46b6e63e0332bb))
41+
- **no-transition-abort-in-routes:** better doc ([368b098](https://github.com/BBVAEngineering/javascript/commit/368b098636b0d7746bc9018ffcdb94434d7dbcf0))
42+
- **no-transition-abort-in-routes:** new rule ([b49759c](https://github.com/BBVAEngineering/javascript/commit/b49759c4451d32df0431efdef0e40e166748067b))
43+
- **no-transition-abort-in-routes:** pr comments ([e1b1675](https://github.com/BBVAEngineering/javascript/commit/e1b16755f38e4ea8a49484a3257d80ce9d0c8e10))
44+
- **no-transition-abort-in-routes:** tests and doc ([f822955](https://github.com/BBVAEngineering/javascript/commit/f822955c6e20531f370132cf83afd8916db5382c))
45+
- **prefer-rsvp-promise-reject-errors:** create new rule ([d6cfe6b](https://github.com/BBVAEngineering/javascript/commit/d6cfe6b7741f7d5c3c99c5c744656298dbddbee9))
46+
- **prefer-rsvp-promise-reject-errors:** fix tests ([ce681a9](https://github.com/BBVAEngineering/javascript/commit/ce681a93ac2550918e5712b4cf7872d5d939ba9d))
47+
- **prefer-rsvp-promise-reject-errors:** move code to util ([b8e9ef8](https://github.com/BBVAEngineering/javascript/commit/b8e9ef8826e18c5ee44352e8f5399dc3539e28d8))
48+
- **prefer-throw-in-promise:** doc ([283c94e](https://github.com/BBVAEngineering/javascript/commit/283c94e48bf22d37cf0620f309f8be4893505f49))
49+
- **prefer-throw-in-promise:** doc ([befa682](https://github.com/BBVAEngineering/javascript/commit/befa68261d607f3d821d6cf2d6d9c1ea8b78ac0f))
50+
- **prefer-throw-in-promise:** new rule ([19dd627](https://github.com/BBVAEngineering/javascript/commit/19dd627213d1ab860eb1c7997feacadba3cf3a97))
51+
- **prefer-throw-in-promise:** pr comments ([b1fde78](https://github.com/BBVAEngineering/javascript/commit/b1fde78162ae5c9bf614d54649475c953fa723bc))
52+
- **tests:** misc tests improvements & coverage ([1d48214](https://github.com/BBVAEngineering/javascript/commit/1d48214e36b126956a8b66b3cf177dac89015a94))
53+
54+
### BREAKING CHANGES
55+
56+
- removed a lot of style rules
57+
- dependencies
58+
- dependencies

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"npmClient": "yarn",
1111
"packages": ["packages/*"],
1212
"useWorkspaces": true,
13-
"version": "3.3.0"
13+
"version": "4.0.0"
1414
}

packages/eslint-config-bbva/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 4.0.0 (2021-08-31)
7+
8+
### Bug Fixes
9+
10+
- change eslint peer range ([0272e6b](https://github.com/BBVAEngineering/javascript/commit/0272e6b56280a1e66e233ac59084e9a9ae7fb815))
11+
- **config:** add external plugins declaration ([976feb0](https://github.com/BBVAEngineering/javascript/commit/976feb0ed0a2e1d90925ec8f1abede70adc04fd6))
12+
- **package:** add external dependencies ([99f49da](https://github.com/BBVAEngineering/javascript/commit/99f49da02b91bf4b2a76e498ff5d9f27ca0792d5))
13+
- **rule:** enable "prefer-promise-reject-errors" as error ([9261346](https://github.com/BBVAEngineering/javascript/commit/92613466bd3aa43cb3d46618ac92cbe6b78b7d6b))
14+
15+
### Features
16+
17+
- 🎸 correccion eslint warnings ([bc4903e](https://github.com/BBVAEngineering/javascript/commit/bc4903efa79e29ba1fc76adab49d3691f8900a22))
18+
- 🎸 nuevas reglas ([da027b8](https://github.com/BBVAEngineering/javascript/commit/da027b89bab72c5e37b52bc0c757125acbe0c839))
19+
- 🎸 nuevas reglas de seguridad ([96c281d](https://github.com/BBVAEngineering/javascript/commit/96c281dce1870773c3a941221e0730dda2420345))
20+
- add eslint-plugin-decorator-position to config ([440fef1](https://github.com/BBVAEngineering/javascript/commit/440fef1e770a41921df827d57a0e2df707e14894))
21+
- add rule exceptions for prettier ([d99e0a4](https://github.com/BBVAEngineering/javascript/commit/d99e0a47df497902059de0000d08ef670d8697ae))
22+
- bump versions ([5e39161](https://github.com/BBVAEngineering/javascript/commit/5e3916118bd22971df59b7ea7ec6fedc7695991b))
23+
- **empty-line-before-return:** remove custom rule, update config ([5f806a3](https://github.com/BBVAEngineering/javascript/commit/5f806a3bfbfb7fa60c9e1466481d6ea3cb0fa469))
24+
- **eslint-config-bbva:** fix incorrectly named rule ([20ed015](https://github.com/BBVAEngineering/javascript/commit/20ed01573d1a22c589471a1b38fb784ab64e7bc7))
25+
26+
### BREAKING CHANGES
27+
28+
- removed a lot of style rules
29+
- dependencies
30+
631
# [3.3.0](https://github.com/BBVAEngineering/javascript/compare/eslint-config-bbva@3.2.2...eslint-config-bbva@3.3.0) (2020-09-29)
732

833
### Bug Fixes

packages/eslint-config-bbva/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-bbva",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"description": "BBVA's ESLint config",
55
"main": "index.js",
66
"scripts": {

packages/eslint-plugin-bbva/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,45 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 4.0.0 (2021-08-31)
7+
8+
### Bug Fixes
9+
10+
- change eslint peer range ([0272e6b](https://github.com/BBVAEngineering/javascript/commit/0272e6b56280a1e66e233ac59084e9a9ae7fb815))
11+
- **no-throw-in-unchained-promise:** fix false positives ([bf45bbc](https://github.com/BBVAEngineering/javascript/commit/bf45bbcb56e245389a1c0fb4cd8b43d85dfc41c7))
12+
- **no-transition-abort-in-routes:** fix runtime error ([7e36449](https://github.com/BBVAEngineering/javascript/commit/7e3644992ee8c17ee04a0c55b228e56adeabd08f))
13+
- **plugin:** add eslint peer dependency ([4655338](https://github.com/BBVAEngineering/javascript/commit/4655338c73c0a3d58d9bfbf429db62c26e307a3c))
14+
15+
### Features
16+
17+
- 🎸 comentario adri ([ea2e627](https://github.com/BBVAEngineering/javascript/commit/ea2e627e76b1c700ef366d18b158f35cbfb8763b))
18+
- 🎸 correccion eslint warnings ([bc4903e](https://github.com/BBVAEngineering/javascript/commit/bc4903efa79e29ba1fc76adab49d3691f8900a22))
19+
- 🎸 nuevas reglas de seguridad ([96c281d](https://github.com/BBVAEngineering/javascript/commit/96c281dce1870773c3a941221e0730dda2420345))
20+
- 🎸 se elimina eslint-plugin-security ([a01ebff](https://github.com/BBVAEngineering/javascript/commit/a01ebffd6f8f9a27d98a925168149d38d0acf5e5))
21+
- add rule exceptions for prettier ([d99e0a4](https://github.com/BBVAEngineering/javascript/commit/d99e0a47df497902059de0000d08ef670d8697ae))
22+
- **empty-line-before-return:** add new case and tets ([bb79aec](https://github.com/BBVAEngineering/javascript/commit/bb79aec1c912943f84e7b022ba6246718b80587a))
23+
- **empty-line-before-return:** change flag type from string to bool ([8ad4a93](https://github.com/BBVAEngineering/javascript/commit/8ad4a9350a00b4981f68a98f598e97c494fe6546))
24+
- **empty-line-before-return:** create new rule ([552a447](https://github.com/BBVAEngineering/javascript/commit/552a4475a9ad7863088b8202d8658418c3d63112))
25+
- **empty-line-before-return:** remove custom rule, update config ([5f806a3](https://github.com/BBVAEngineering/javascript/commit/5f806a3bfbfb7fa60c9e1466481d6ea3cb0fa469))
26+
- **no-throw-in-unchained-promise:** doc and tests ([610ea8c](https://github.com/BBVAEngineering/javascript/commit/610ea8c04bc72a5f08e10782069430c0f5b629e5))
27+
- **no-throw-in-unchained-promise:** new rule ([5c75277](https://github.com/BBVAEngineering/javascript/commit/5c7527746ee3eb3c9bb4c1a3ec46b6e63e0332bb))
28+
- **no-transition-abort-in-routes:** better doc ([368b098](https://github.com/BBVAEngineering/javascript/commit/368b098636b0d7746bc9018ffcdb94434d7dbcf0))
29+
- **no-transition-abort-in-routes:** new rule ([b49759c](https://github.com/BBVAEngineering/javascript/commit/b49759c4451d32df0431efdef0e40e166748067b))
30+
- **no-transition-abort-in-routes:** pr comments ([e1b1675](https://github.com/BBVAEngineering/javascript/commit/e1b16755f38e4ea8a49484a3257d80ce9d0c8e10))
31+
- **no-transition-abort-in-routes:** tests and doc ([f822955](https://github.com/BBVAEngineering/javascript/commit/f822955c6e20531f370132cf83afd8916db5382c))
32+
- **prefer-rsvp-promise-reject-errors:** create new rule ([d6cfe6b](https://github.com/BBVAEngineering/javascript/commit/d6cfe6b7741f7d5c3c99c5c744656298dbddbee9))
33+
- **prefer-rsvp-promise-reject-errors:** fix tests ([ce681a9](https://github.com/BBVAEngineering/javascript/commit/ce681a93ac2550918e5712b4cf7872d5d939ba9d))
34+
- **prefer-rsvp-promise-reject-errors:** move code to util ([b8e9ef8](https://github.com/BBVAEngineering/javascript/commit/b8e9ef8826e18c5ee44352e8f5399dc3539e28d8))
35+
- **prefer-throw-in-promise:** doc ([283c94e](https://github.com/BBVAEngineering/javascript/commit/283c94e48bf22d37cf0620f309f8be4893505f49))
36+
- **prefer-throw-in-promise:** doc ([befa682](https://github.com/BBVAEngineering/javascript/commit/befa68261d607f3d821d6cf2d6d9c1ea8b78ac0f))
37+
- **prefer-throw-in-promise:** new rule ([19dd627](https://github.com/BBVAEngineering/javascript/commit/19dd627213d1ab860eb1c7997feacadba3cf3a97))
38+
- **prefer-throw-in-promise:** pr comments ([b1fde78](https://github.com/BBVAEngineering/javascript/commit/b1fde78162ae5c9bf614d54649475c953fa723bc))
39+
- **tests:** misc tests improvements & coverage ([1d48214](https://github.com/BBVAEngineering/javascript/commit/1d48214e36b126956a8b66b3cf177dac89015a94))
40+
41+
### BREAKING CHANGES
42+
43+
- removed a lot of style rules
44+
645
## [1.3.4](https://github.com/BBVAEngineering/javascript/compare/eslint-plugin-bbva@1.3.3...eslint-plugin-bbva@1.3.4) (2020-09-29)
746

847
### Bug Fixes

packages/eslint-plugin-bbva/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-bbva",
3-
"version": "1.3.4",
3+
"version": "4.0.0",
44
"license": "ISC",
55
"description": "BBVA eslint plugin",
66
"keywords": [

0 commit comments

Comments
 (0)