Releases: threeal/nodejs-starter
Releases · threeal/nodejs-starter
Version 1.3.1
What's Changed
- Bump prettier from 3.1.0 to 3.1.1 by @dependabot in #248
- Bump @types/node from 20.10.3 to 20.10.5 by @dependabot in #249 and #254
- Bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.15.0 by @dependabot in #251 and #256
- Bump @typescript-eslint/parser from 6.13.2 to 6.15.0 by @dependabot in #250 and #257
- Bump actions/upload-artifact from 3.1.3 to 4.0.0 by @dependabot in #252
- Bump actions/setup-node from 4.0.0 to 4.0.1 by @dependabot in #253
- Bump actions/deploy-pages from 3.0.1 to 4.0.0 by @dependabot in #258
- Bump actions/upload-pages-artifact from 2.0.0 to 3.0.0 by @dependabot in #259
- Bump eslint from 8.55.0 to 8.56.0 by @dependabot in #255
Full Changelog: v1.3.0...v1.3.1
Version 1.3.0
What's Changed
- Call Yarn Command From Corepack Command in Workflow by @threeal in #237
- Use Yarn Install Action in Workflows by @threeal in #240
- Remove Test Match Option in Jest Configuration by @threeal in #243
- Format Git Diff Check Steps in Test Workflow by @threeal in #244
- Use LTS Version of Node.js in Workflows by @threeal in #246
- Dependencies Updates:
- Bump @types/node from 20.10.1 to 20.10.3 by @dependabot in #231
- Bump eslint from 8.54.0 to 8.55.0 by @dependabot in #230
- Bump eslint-config-prettier from 9.0.0 to 9.1.0 by @dependabot in #229
- Bump @typescript-eslint/parser from 6.13.1 to 6.13.2 by @dependabot in #235
- Bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.13.2 by @dependabot in #234
- Bump actions/configure-pages from 3.0.6 to 4.0.0 by @dependabot in #232
- Bump actions/deploy-pages from 2.0.5 to 3.0.1 by @dependabot in #241
- Bump typescript from 5.3.2 to 5.3.3 by @dependabot in #238
Full Changelog: v1.2.0...v1.3.0
Version 1.2.0
What's Changed
- Separate Build and Test Workflows by @threeal in #193
- Add Git Attributes for Yarn Lock File by @threeal in #197
- Update Git Attributes Style by @threeal in #198
- Adjust Prettier Command by @threeal in #200
- Use eslint-plugin-json-files by @threeal in #201
- Use
.gitignore
in ESLint by @threeal in #204 - Separate
check
/fix
Command by @threeal in #207 and #211 - Add Check Package Job in Test Workflow by @threeal in #213
- Run Only on Latest Ubuntu in Workflow by @threeal in #215
- Adjust Yarn Steps in Workflow by @threeal in #217
- Disable Source Map Generation by @threeal in #220
- Write Test in JavaScript by @threeal in #221
- Merge Documentation Generation and Deployment Jobs by @threeal in #222
- Re-enable Jest Globals Injection by @threeal in #223
- Audit TypeScript Configuration by @threeal in #226
- Dependencies updates:
- Bump eslint from 8.53.0 to 8.54.0 by @dependabot in #186
- Bump @types/yargs from 17.0.31 to 17.0.32 by @dependabot in #188
- Bump typescript from 5.2.2 to 5.3.2 by @dependabot in #187
- Bump typedoc from 0.25.3 to 0.25.4 by @dependabot in #206
- Bump @typescript-eslint/parser from 6.11.0 to 6.13.1 by @dependabot in #195 and #209
- Bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.13.1 by @dependabot in #189 and #210
- Bump @types/node from 20.9.2 to 20.10.1 by @dependabot in #196 and #224
- Bump actions/deploy-pages from 2.0.4 to 2.0.5 by @dependabot in #227
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
What's Changed
- Remove Distribution Files by @threeal in #173
- Remove Clean Command by @threeal in #176
- Separate Build and Deploy Workflows by @threeal in #177
- Simplify Commands Calls by @threeal in #179
- Remove Nx by @threeal in #181
- Dependencies updates:
- Bump prettier from 3.0.3 to 3.1.0 by @dependabot in #152
- Bump @typescript-eslint/parser from 6.10.0 to 6.11.0 by @dependabot in #155
- Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.11.0 by @dependabot in #156
- Bump @types/node from 20.9.0 to 20.9.2 by @dependabot in #184
Full Changelog: v1.0.0...v1.1.0
Version 1.0.0
What's Changed
- Initialize Node-TypeScript Project by @threeal in #2
- Move Compilation Output to
dist
Directory by @threeal in #8 - Use Nx by @threeal in #11
- Use sort-package-json by @threeal in #13
- Use Yarn by @threeal in #15
- Add Dependabot Config by @threeal in #17
- Use Prettier and ESLint by @threeal in #19
- Add Jest Suppot by @threeal in #21
- GitHub Workflow OS Matrix by @threeal in #24
- Add Clean Task by @threeal in #28
- Adopt ECMAScript Modules by @threeal in #30
- Modify Nx Targets and Adjust Workflow by @threeal in #31
- Use JSON for ESLint Config by @threeal in #35
- Audit Nx Tasks by @threeal in #38
- Generate and Deploy Documentation by @threeal in #41
- Remove Yarn Zero Install by @threeal in #45
- Remove Yarn From Nx Inputs by @threeal in #52
- Configure Dependabot Labels by @threeal in #73
- Rename Dependabot Config File by @threeal in #76
- Modify Setup Yarn Step in Workflows by @threeal in #78
- Combine Workflows by @threeal in #91
- Eliminate Prettier Ignore File by @threeal in #103
- Configure Dependabot Versioning Strategy by @threeal in #104
- Rename to Node.js Starter by @threeal in #105
- Limit GitHub Pages Deployment to the
main
Branch by @threeal in #140 - Update Module Resolution to
NodeNext
by @threeal in #154 - Simplify Sample Function by @threeal in #160
- Modify ESLint to Only Enables Recommended Rules by @threeal in #163
- Upload Documentations Artifact Only on Ubuntu Workflow Run by @threeal in #164
- Disable Jest Globals Injections by @threeal in #166
- Add a Sample Binary Executable by @threeal in #167
- Adjust Package Metadata by @threeal in #168
- Enhance README by @threeal in #170
- Dependencies updates:
- Bump actions/deploy-pages from 2.0.3 to 2.0.4 by @dependabot in #51
- Bump typescript from 5.1.6 to 5.2.2 by @dependabot in #77
- Bump prettier from 3.0.2 to 3.0.3 by @dependabot in #80
- Bump actions/cache from 3.3.1 to 3.3.2 by @dependabot in #89
- Bump rimraf from 5.0.1 to 5.0.5 by @dependabot in #113
- Bump sort-package-json from 2.5.1 to 2.6.0 by @dependabot in #115
- Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #128
- Bump actions/setup-node from 3.8.1 to 4.0.0 by @dependabot in #136
- Bump typedoc from 0.25.2 to 0.25.3 by @dependabot in #141
- Bump eslint from 8.52.0 to 8.53.0 by @dependabot in #146
- Bump nx from 17.0.2 to 17.0.3 by @dependabot in #145
- Bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0 by @dependabot in #148
- Bump @typescript-eslint/parser from 6.9.1 to 6.10.0 by @dependabot in #147
- Bump @types/jest from 29.5.7 to 29.5.8 by @dependabot in #150
- Bump Yarn to Version 4.0.2 by @threeal in #158
New Contributors
- @threeal made their first contribution in #2
- @dependabot made their first contribution in #20
Full Changelog: https://github.com/threeal/nodejs-starter/commits/v1.0.0