Skip to content

Commit faa75e9

Browse files
chore: version packages (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0a973da commit faa75e9

File tree

7 files changed

+39
-198
lines changed

7 files changed

+39
-198
lines changed

.changeset/USAGE.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

.changeset/add-changeset-support.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/version-bump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wild-loops-fly.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-plugin/CHANGELOG.md

Lines changed: 37 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1,199 +1,134 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file.
4-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
## 1.0.0
54

6-
# [0.4.0](https://github.com/taskade/eslint/compare/v0.3.1...v0.4.0) (2023-12-23)
5+
### Major Changes
76

7+
- [`0a973da`](https://github.com/taskade/eslint/commit/0a973da8f1f8bf0c91cd3e7bd485e3b13e2c2f7f) Thanks [@lxcid](https://github.com/lxcid)! - Manual version bump
88

9-
### Features
9+
### Minor Changes
1010

11-
* **deps:** Upgrade TypeScript to v5.3, Prettier to v3, Lerna to v8 and bump env to ES2020 ([#21](https://github.com/taskade/eslint/issues/21)) ([eda981a](https://github.com/taskade/eslint/commit/eda981a88b25383d87f561496e60cd72363a6dba))
11+
- [#39](https://github.com/taskade/eslint/pull/39) [`47499cb`](https://github.com/taskade/eslint/commit/47499cbd670bdfe18e87198f7f8b56d785937501) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add changeset support for automated version management and publishing. This introduces a new workflow that uses changesets to manage package versions, generate changelogs, and coordinate releases to both npmjs.com and GitHub Packages.
1212

13+
- [#40](https://github.com/taskade/eslint/pull/40) [`2cacd1f`](https://github.com/taskade/eslint/commit/2cacd1f443bd0a1033fd574489716a3e8709c9a7) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - fix: Add @typescript-eslint/no-floating-promises rule to recommended configuration (#17)
1314

15+
### Patch Changes
1416

17+
- [#39](https://github.com/taskade/eslint/pull/39) [`47499cb`](https://github.com/taskade/eslint/commit/47499cbd670bdfe18e87198f7f8b56d785937501) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix issue with rule configuration
1518

19+
```
1620
17-
## [0.3.1](https://github.com/taskade/eslint/compare/v0.3.0...v0.3.1) (2023-02-04)
21+
These files are consumed during release and then deleted automatically.
22+
```
1823

24+
All notable changes to this project will be documented in this file.
25+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1926

20-
### Bug Fixes
27+
# [0.4.0](https://github.com/taskade/eslint/compare/v0.3.1...v0.4.0) (2023-12-23)
2128

22-
* **deps:** Upgrade to TypeScript to v4.9 ([500bd2f](https://github.com/taskade/eslint/commit/500bd2f9375b014a8d0748380158c08127f82c2a))
29+
### Features
2330

31+
- **deps:** Upgrade TypeScript to v5.3, Prettier to v3, Lerna to v8 and bump env to ES2020 ([#21](https://github.com/taskade/eslint/issues/21)) ([eda981a](https://github.com/taskade/eslint/commit/eda981a88b25383d87f561496e60cd72363a6dba))
2432

33+
## [0.3.1](https://github.com/taskade/eslint/compare/v0.3.0...v0.3.1) (2023-02-04)
2534

35+
### Bug Fixes
2636

37+
- **deps:** Upgrade to TypeScript to v4.9 ([500bd2f](https://github.com/taskade/eslint/commit/500bd2f9375b014a8d0748380158c08127f82c2a))
2738

2839
# [0.3.0](https://github.com/taskade/eslint/compare/v0.2.2...v0.3.0) (2022-05-25)
2940

30-
3141
### Bug Fixes
3242

33-
* **deps:** Upgrade to TypeScript to v4.7 and ESLint v8 ([#10](https://github.com/taskade/eslint/issues/10)) ([052e4e2](https://github.com/taskade/eslint/commit/052e4e2a4e4ff77b2d0888a95496f7b2cf19ad83))
34-
35-
36-
37-
43+
- **deps:** Upgrade to TypeScript to v4.7 and ESLint v8 ([#10](https://github.com/taskade/eslint/issues/10)) ([052e4e2](https://github.com/taskade/eslint/commit/052e4e2a4e4ff77b2d0888a95496f7b2cf19ad83))
3844

3945
## [0.2.2](https://github.com/taskade/eslint/compare/v0.2.1...v0.2.2) (2021-08-27)
4046

41-
4247
### Bug Fixes
4348

44-
* **deps:** Upgrade dependencies ([be20826](https://github.com/taskade/eslint/commit/be20826bda1e3da498eb661f774bc79cd2eb8ce7))
45-
46-
47-
48-
49+
- **deps:** Upgrade dependencies ([be20826](https://github.com/taskade/eslint/commit/be20826bda1e3da498eb661f774bc79cd2eb8ce7))
4950

5051
## [0.2.1](https://github.com/taskade/eslint/compare/v0.2.0...v0.2.1) (2021-05-17)
5152

52-
5353
### Bug Fixes
5454

55-
* Conflict of no-shadow causing false positive report on enum (typescript-eslint/typescript-eslint[#2483](https://github.com/taskade/eslint/issues/2483)) ([7c6b10a](https://github.com/taskade/eslint/commit/7c6b10a396b5380bb99cde763dfe05e621eb5b97))
56-
57-
58-
59-
55+
- Conflict of no-shadow causing false positive report on enum (typescript-eslint/typescript-eslint[#2483](https://github.com/taskade/eslint/issues/2483)) ([7c6b10a](https://github.com/taskade/eslint/commit/7c6b10a396b5380bb99cde763dfe05e621eb5b97))
6056

6157
# [0.2.0](https://github.com/taskade/eslint/compare/v0.1.10...v0.2.0) (2021-04-09)
6258

63-
64-
* fix!: Upgrade to TypeScript 4.2 + Improve usage pattern (PR #8) ([e1c1c40](https://github.com/taskade/eslint/commit/e1c1c40e01e3f41e020a38bac239f3619a531e40)), closes [#8](https://github.com/taskade/eslint/issues/8)
65-
59+
- fix!: Upgrade to TypeScript 4.2 + Improve usage pattern (PR #8) ([e1c1c40](https://github.com/taskade/eslint/commit/e1c1c40e01e3f41e020a38bac239f3619a531e40)), closes [#8](https://github.com/taskade/eslint/issues/8)
6660

6761
### BREAKING CHANGES
6862

69-
* Change to configuration for ESLint and related packages are likely required.
70-
71-
72-
73-
63+
- Change to configuration for ESLint and related packages are likely required.
7464

7565
## [0.1.10](https://github.com/taskade/eslint/compare/v0.1.9...v0.1.10) (2020-05-13)
7666

77-
7867
### Bug Fixes
7968

80-
* Add curly and TS brace-style rule ([b03f1c7](https://github.com/taskade/eslint/commit/b03f1c7a85ff8e47cac8d391a91e4cb0a9e3331c))
81-
82-
83-
84-
69+
- Add curly and TS brace-style rule ([b03f1c7](https://github.com/taskade/eslint/commit/b03f1c7a85ff8e47cac8d391a91e4cb0a9e3331c))
8570

8671
## [0.1.9](https://github.com/taskade/eslint/compare/v0.1.8...v0.1.9) (2020-05-02)
8772

88-
8973
### Bug Fixes
9074

91-
* Turn `@typescript-eslint/member-ordering` off ([d94434d](https://github.com/taskade/eslint/commit/d94434debbb44b98f89ad6242ec71e39090c73bc))
92-
93-
94-
95-
75+
- Turn `@typescript-eslint/member-ordering` off ([d94434d](https://github.com/taskade/eslint/commit/d94434debbb44b98f89ad6242ec71e39090c73bc))
9676

9777
## [0.1.8](https://github.com/taskade/eslint/compare/v0.1.7...v0.1.8) (2020-04-29)
9878

99-
10079
### Bug Fixes
10180

102-
* Use TS ESLint version of no-dupe-class-members ([d073ac8](https://github.com/taskade/eslint/commit/d073ac8d4f946da1d85fa395e25f04f215079b1e))
103-
104-
105-
106-
81+
- Use TS ESLint version of no-dupe-class-members ([d073ac8](https://github.com/taskade/eslint/commit/d073ac8d4f946da1d85fa395e25f04f215079b1e))
10782

10883
## [0.1.7](https://github.com/taskade/eslint/compare/v0.1.6...v0.1.7) (2020-04-27)
10984

110-
11185
### Bug Fixes
11286

113-
* Recommend `@typescript-eslint/strict-boolean-expressions` ([ac84b4c](https://github.com/taskade/eslint/commit/ac84b4cbafc9e8c3b774920ae001bf2d12063044))
114-
* Turn `@typescript-eslint/member-ordering` on ([ec3782c](https://github.com/taskade/eslint/commit/ec3782cf78487ade4401b4c7ef9c33d73b738405))
115-
116-
117-
118-
87+
- Recommend `@typescript-eslint/strict-boolean-expressions` ([ac84b4c](https://github.com/taskade/eslint/commit/ac84b4cbafc9e8c3b774920ae001bf2d12063044))
88+
- Turn `@typescript-eslint/member-ordering` on ([ec3782c](https://github.com/taskade/eslint/commit/ec3782cf78487ade4401b4c7ef9c33d73b738405))
11989

12090
## [0.1.6](https://github.com/taskade/eslint/compare/v0.1.5...v0.1.6) (2020-04-27)
12191

122-
12392
### Bug Fixes
12493

125-
* Turn `no-implicit-coercion` on ([4482dec](https://github.com/taskade/eslint/commit/4482decf40923a2f315e2dd2628e83a0a8a8f18b))
126-
* Warn for `no-shadow` rule ([5f8f84c](https://github.com/taskade/eslint/commit/5f8f84cd3ddb72dbcb89b843d18a6addb9982830))
127-
128-
129-
130-
94+
- Turn `no-implicit-coercion` on ([4482dec](https://github.com/taskade/eslint/commit/4482decf40923a2f315e2dd2628e83a0a8a8f18b))
95+
- Warn for `no-shadow` rule ([5f8f84c](https://github.com/taskade/eslint/commit/5f8f84cd3ddb72dbcb89b843d18a6addb9982830))
13196

13297
## [0.1.5](https://github.com/taskade/eslint/compare/v0.1.4...v0.1.5) (2020-04-20)
13398

134-
13599
### Bug Fixes
136100

137-
* Turn `@typescript-eslint/explicit-function-return-type` off ([9c67cec](https://github.com/taskade/eslint/commit/9c67cecd1020c72baf77740a4aa9b52a62f4f7fd))
138-
139-
140-
141-
101+
- Turn `@typescript-eslint/explicit-function-return-type` off ([9c67cec](https://github.com/taskade/eslint/commit/9c67cecd1020c72baf77740a4aa9b52a62f4f7fd))
142102

143103
## [0.1.4](https://github.com/taskade/eslint/compare/v0.1.3...v0.1.4) (2020-04-19)
144104

145-
146105
### Bug Fixes
147106

148-
* Enable `parserOptions.useJSXTextNode` ([507945a](https://github.com/taskade/eslint/commit/507945a7275d8b809ff0a1959e0ebc52639b33b1))
149-
150-
151-
152-
107+
- Enable `parserOptions.useJSXTextNode` ([507945a](https://github.com/taskade/eslint/commit/507945a7275d8b809ff0a1959e0ebc52639b33b1))
153108

154109
## [0.1.3](https://github.com/taskade/eslint/compare/v0.1.2...v0.1.3) (2020-04-18)
155110

156-
157111
### Bug Fixes
158112

159-
* Turn `@typescript-eslint/no-empty-function` off ([ade554c](https://github.com/taskade/eslint/commit/ade554c9d3e11e3caa3c3d490f3a607101d52060))
160-
161-
162-
163-
113+
- Turn `@typescript-eslint/no-empty-function` off ([ade554c](https://github.com/taskade/eslint/commit/ade554c9d3e11e3caa3c3d490f3a607101d52060))
164114

165115
## [0.1.2](https://github.com/taskade/eslint/compare/v0.1.1...v0.1.2) (2020-04-18)
166116

167-
168117
### Bug Fixes
169118

170-
* Set `env.es6` to `true` ([a1f9916](https://github.com/taskade/eslint/commit/a1f99167ff4bc1336bfab4f2a89a5a72b7bb2022))
171-
172-
173-
174-
119+
- Set `env.es6` to `true` ([a1f9916](https://github.com/taskade/eslint/commit/a1f99167ff4bc1336bfab4f2a89a5a72b7bb2022))
175120

176121
## [0.1.1](https://github.com/taskade/eslint/compare/v0.1.0...v0.1.1) (2020-04-18)
177122

178-
179123
### Bug Fixes
180124

181-
* Turn off several TypeScript ESLint rules ([a1e98c2](https://github.com/taskade/eslint/commit/a1e98c2f4380c1ce7f5065440e0001523f34bd4c))
182-
183-
184-
185-
125+
- Turn off several TypeScript ESLint rules ([a1e98c2](https://github.com/taskade/eslint/commit/a1e98c2f4380c1ce7f5065440e0001523f34bd4c))
186126

187127
# [0.1.0](https://github.com/taskade/eslint/compare/v0.0.1...v0.1.0) (2020-04-18)
188128

189-
190129
### Features
191130

192-
* Support React ([f7c6274](https://github.com/taskade/eslint/commit/f7c6274c40ff9140d591608cfefc21bf405869e6))
193-
194-
195-
196-
131+
- Support React ([f7c6274](https://github.com/taskade/eslint/commit/f7c6274c40ff9140d591608cfefc21bf405869e6))
197132

198133
## 0.0.1 (2020-04-18)
199134

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taskade/eslint-plugin",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"type": "module",
55
"description": "ESLint plugin for Taskade",
66
"main": "dist/index.cjs",

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"devDependencies": {
77
"@eslint/js": "^9.0.0",
88
"@stylistic/eslint-plugin": "^5.0.0",
9-
"@taskade/eslint-plugin": "^0.4.0",
9+
"@taskade/eslint-plugin": "^1.0.0",
1010
"@types/react": "^16.14.54",
1111
"eslint": "^9.0.0",
1212
"eslint-plugin-prettier": "^5.2.0",

0 commit comments

Comments
 (0)