Skip to content

Commit a646624

Browse files
committedJul 3, 2023
feat: Bumping the version up, because of a broken release with semantic-releases
BREAKING-CHANGE: Because of broken release version this needs a version bump Signed-off-by: prisis <d.bannert@anolilab.de>
1 parent 1f75f7b commit a646624

File tree

11 files changed

+27
-139
lines changed

11 files changed

+27
-139
lines changed
 

‎packages/babel-preset/CHANGELOG.md

-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
## @anolilab/babel-preset [7.0.15](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/babel-preset@7.0.14...@anolilab/babel-preset@7.0.15) (2023-07-03)
2-
3-
4-
### Styles
5-
6-
* "Rearrange order of task definitions and disable ESLint on non-literal fs filename" ([d48a8c0](https://github.com/anolilab/javascript-style-guide/commit/d48a8c0a0f87582e8a7389a4f9e025cdcbb113da))
7-
* sorted some keys ([dcd5718](https://github.com/anolilab/javascript-style-guide/commit/dcd5718d38849314fce1816f0a2018e45b1a9076))
8-
9-
10-
### Miscellaneous Chores
11-
12-
* removed "semantic-release-npm-deprecate" not working like expected ([a988c89](https://github.com/anolilab/javascript-style-guide/commit/a988c898ebe4941cc6534ee3f8e1ec7e7a85d929))
13-
* Update deprecation versions in releaserc.json files ([b7b7ab7](https://github.com/anolilab/javascript-style-guide/commit/b7b7ab7c776ac5f2a0908259c5e677dc3f55de46))
14-
15-
16-
17-
### Dependencies
18-
19-
* **@anolilab/package-json-utils:** upgraded to 1.6.0
20-
* **@anolilab/semantic-release-preset:** upgraded to 4.1.0
21-
221
## @anolilab/babel-preset [7.0.13](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/babel-preset@7.0.12...@anolilab/babel-preset@7.0.13) (2023-06-28)
232

243

‎packages/babel-preset/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/babel-preset",
3-
"version": "7.0.15",
3+
"version": "7.0.13",
44
"description": "A babel preset for transforming your JavaScript for Anolilab.",
55
"keywords": [
66
"babel",
@@ -94,7 +94,7 @@
9494
"babel-plugin-polyfill-regenerator": "^0.5.0"
9595
},
9696
"devDependencies": {
97-
"@anolilab/semantic-release-preset": "4.1.0",
97+
"@anolilab/semantic-release-preset": "4.0.4",
9898
"@babel/cli": "^7.22.5",
9999
"@babel/core": "^7.22.5",
100100
"@babel/plugin-syntax-jsx": "7.22.5",

‎packages/commitlint-config/CHANGELOG.md

-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
## @anolilab/commitlint-config [1.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@1.0.4...@anolilab/commitlint-config@1.0.5) (2023-07-03)
2-
3-
4-
### Styles
5-
6-
* "Rearrange order of task definitions and disable ESLint on non-literal fs filename" ([d48a8c0](https://github.com/anolilab/javascript-style-guide/commit/d48a8c0a0f87582e8a7389a4f9e025cdcbb113da))
7-
8-
9-
### Miscellaneous Chores
10-
11-
* removed "semantic-release-npm-deprecate" not working like expected ([a988c89](https://github.com/anolilab/javascript-style-guide/commit/a988c898ebe4941cc6534ee3f8e1ec7e7a85d929))
12-
13-
14-
15-
### Dependencies
16-
17-
* **@anolilab/package-json-utils:** upgraded to 1.6.0
18-
* **@anolilab/semantic-release-preset:** upgraded to 4.1.0
19-
201
## @anolilab/commitlint-config [1.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@1.0.3...@anolilab/commitlint-config@1.0.4) (2023-06-29)
212

223

‎packages/commitlint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/commitlint-config",
3-
"version": "1.0.5",
3+
"version": "1.0.4",
44
"description": "Anolilab´s shareable coding standard config for commitlint.",
55
"keywords": [
66
"anolilab",
@@ -60,7 +60,7 @@
6060
"cz-conventional-changelog": "^3.3.0"
6161
},
6262
"devDependencies": {
63-
"@anolilab/semantic-release-preset": "4.1.0",
63+
"@anolilab/semantic-release-preset": "4.0.4",
6464
"@commitlint/cli": "^17.6.6",
6565
"rimraf": "^5.0.1",
6666
"tsup": "^7.1.0",

‎packages/eslint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/eslint-config",
3-
"version": "7.3.5",
3+
"version": "7.3.2",
44
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
55
"keywords": [
66
"anolilab",
@@ -153,7 +153,7 @@
153153
"yaml-eslint-parser": "^1.2.2"
154154
},
155155
"devDependencies": {
156-
"@anolilab/semantic-release-preset": "4.1.0",
156+
"@anolilab/semantic-release-preset": "4.0.4",
157157
"@testing-library/dom": "^9.3.1",
158158
"@total-typescript/ts-reset": "^0.4.2",
159159
"@types/confusing-browser-globals": "^1.0.0",

‎packages/semantic-release-preset/CHANGELOG.md

-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
## @anolilab/semantic-release-preset [4.1.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@4.0.4...@anolilab/semantic-release-preset@4.1.0) (2023-07-03)
2-
3-
4-
### Features
5-
6-
* Add eslint-plugin-security rules and enhance ESLint configuration, fixed bug with prettier overwrite rules ([f26cc20](https://github.com/anolilab/javascript-style-guide/commit/f26cc20789aa1305ff3ed9331bda90252713c622))
7-
8-
9-
10-
### Dependencies
11-
12-
* **@anolilab/package-json-utils:** upgraded to 1.6.0
13-
141
## @anolilab/semantic-release-preset [4.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@4.0.3...@anolilab/semantic-release-preset@4.0.4) (2023-06-29)
152

163

‎packages/semantic-release-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/semantic-release-preset",
3-
"version": "4.1.0",
3+
"version": "4.0.4",
44
"description": "Anolilab Coding Standard for semantic-release.",
55
"keywords": [
66
"anolilab",

‎packages/semantic-release-preset/src/postinstall.ts

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { hasDep, hasDevelopmentDep, pkg, projectPath } from "@anolilab/package-json-utils";
1+
import { hasDependencies, hasDevDependencies, pkg, projectPath } from "@anolilab/package-json-utils";
22
import { existsSync, writeFile } from "node:fs";
33
import { join } from "node:path";
4+
import { env, exit } from "node:process";
45
import { promisify } from "node:util";
56

6-
if (process.env["CI"]) {
7-
// eslint-disable-next-line unicorn/no-process-exit
8-
process.exit(0);
7+
if (env["CI"]) {
8+
exit(0);
99
}
1010

1111
const writeFileAsync = promisify(writeFile);
@@ -18,7 +18,8 @@ console.log("Configuring @anolilab/semantic-release-preset", projectPath, "\n");
1818
const writeReleaseRc = () => {
1919
if (
2020
pkg &&
21-
(hasDevelopmentDep(["multi-semantic-release", "@qiwi/multi-semantic-release"]) || hasDep(["multi-semantic-release", "@qiwi/multi-semantic-release"]))
21+
(hasDevDependencies(["multi-semantic-release", "@qiwi/multi-semantic-release"]) ||
22+
hasDependencies(["multi-semantic-release", "@qiwi/multi-semantic-release"]))
2223
) {
2324
console.warn("⚠️ found use of multi-semantic-release;");
2425

@@ -50,13 +51,11 @@ const writeReleaseRc = () => {
5051

5152
console.log("😎 Everything went well, have fun!");
5253

53-
// eslint-disable-next-line unicorn/no-process-exit
54-
process.exit(0);
54+
exit(0);
5555
} catch (error) {
5656
console.log("😬 something went wrong:");
5757
console.error(error);
5858

59-
// eslint-disable-next-line unicorn/no-process-exit
60-
process.exit(1);
59+
exit(1);
6160
}
6261
})();

‎packages/textlint-config/CHANGELOG.md

-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
## @anolilab/textlint-config [6.0.9](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@6.0.8...@anolilab/textlint-config@6.0.9) (2023-07-03)
2-
3-
4-
### Styles
5-
6-
* "Rearrange order of task definitions and disable ESLint on non-literal fs filename" ([d48a8c0](https://github.com/anolilab/javascript-style-guide/commit/d48a8c0a0f87582e8a7389a4f9e025cdcbb113da))
7-
8-
9-
### Miscellaneous Chores
10-
11-
* removed "semantic-release-npm-deprecate" not working like expected ([a988c89](https://github.com/anolilab/javascript-style-guide/commit/a988c898ebe4941cc6534ee3f8e1ec7e7a85d929))
12-
* Update deprecation versions in releaserc.json files ([b7b7ab7](https://github.com/anolilab/javascript-style-guide/commit/b7b7ab7c776ac5f2a0908259c5e677dc3f55de46))
13-
14-
15-
16-
### Dependencies
17-
18-
* **@anolilab/package-json-utils:** upgraded to 1.6.0
19-
* **@anolilab/semantic-release-preset:** upgraded to 4.1.0
20-
211
## @anolilab/textlint-config [6.0.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@6.0.6...@anolilab/textlint-config@6.0.7) (2023-06-28)
222

233

‎packages/textlint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/textlint-config",
3-
"version": "6.0.9",
3+
"version": "6.0.7",
44
"description": "Anolilab Coding Standard for text linting.",
55
"keywords": [
66
"anolilab",
@@ -86,7 +86,7 @@
8686
"write-good": "^1.0.8"
8787
},
8888
"devDependencies": {
89-
"@anolilab/semantic-release-preset": "4.1.0",
89+
"@anolilab/semantic-release-preset": "4.0.4",
9090
"rimraf": "^5.0.1",
9191
"semantic-release": "^21.0.6",
9292
"textlint": "^13.3.3",

‎pnpm-lock.yaml

+10-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.