Releases: ttsukagoshi/gas-template
Releases · ttsukagoshi/gas-template
v2.1.0
What's Changed
Some minor updates & improvements for building a dev environment for Google Apps Script.
Dev Dependency Updates
- npm(deps-dev): bump typescript from 5.3.2 to 5.3.3 by @dependabot in #51
- npm(deps-dev): bump eslint from 8.55.0 to 8.56.0 by @dependabot in #52
- npm(deps-dev): bump prettier from 3.1.0 to 3.2.4 by @dependabot in #58
- github-actions(deps): bump github/codeql-action from 2 to 3 by @dependabot in #55
- npm(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.3 by @dependabot in #57
- npm(deps-dev): bump the typescript-eslint group with 2 updates by @dependabot in #59
- npm(deps-dev): bump @types/jest from 29.5.10 to 29.5.11 by @dependabot in #54
- Clean install dev dependencies by @ttsukagoshi in #61
Misc
- Update ESLint and Super-Linter settings by @ttsukagoshi in #62
- Fix typo:
modules
->module
by @ttsukagoshi in #63 - Update codeql.yml to latest default format by @ttsukagoshi in #64
Full Changelog: v2.0.2...v2.1.0
v2.0.2
What's Changed
Dependency updates including a security fix related to a dependency in Jest.
Documentation
- Add badges to README by @ttsukagoshi in #47
Dependency Updates
- github-actions(deps): bump actions/checkout from 3 to 4 by @dependabot in #24
- Group typescript-eslint/* packages for dependabot updates by @ttsukagoshi in #28
- npm(deps-dev): bump eslint from 8.47.0 to 8.50.0 by @dependabot in #31
- github-actions(deps): bump github/accessibility-alt-text-bot from 1.3.0 to 1.4.0 by @dependabot in #34
- npm(deps-dev): bump jest and @types/jest by @dependabot in #26
- npm(deps-dev): bump eslint from 8.50.0 to 8.54.0 by @dependabot in #39
- npm(deps-dev): bump the typescript-eslint group with 2 updates by @dependabot in #40
- npm(deps-dev): bump @types/google-apps-script from 1.0.67 to 1.0.78 by @dependabot in #41
- npm(deps-dev): bump prettier from 3.0.2 to 3.1.0 by @dependabot in #42
- npm(deps-dev): bump typescript from 5.1.6 to 5.3.2 by @dependabot in #43
- npm(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 by @dependabot in #44
- npm(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 by @dependabot in #36
- npm(deps-dev): bump @types/jest from 29.5.5 to 29.5.10 by @dependabot in #45
- npm(deps-dev): bump eslint from 8.54.0 to 8.55.0 by @dependabot in #46
- Clean install dependencies by @ttsukagoshi in #48
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
What's Changed
Some minor updates to config files following major version updates to Prettier
and typescript-eslint
. The minimal Node.js version has also been clarified on package.json
as engines.node = ">=16.0.0"
.
Key updates
- Update
.prettierrc
following updates to Prettier v2 -> v3 by @ttsukagoshi in #13 - Update
.eslintrc.yml
following typescript-eslint update v5 -> v6 by @ttsukagoshi in #17
Dev Dependency Updates ⚙️
- github-actions(deps): bump github/accessibility-alt-text-bot from 1.2.0 to 1.3.0 by @dependabot in #3
- npm(deps-dev): bump @types/google-apps-script from 1.0.65 to 1.0.66 by @dependabot in #5
- npm(deps-dev): bump prettier from 2.8.8 to 3.0.2 by @dependabot in #7
- npm(deps-dev): bump @types/google-apps-script from 1.0.66 to 1.0.67 by @dependabot in #11
- npm(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0 by @dependabot in #9
- npm(deps-dev): bump jest and @types/jest by @dependabot in #10
- npm(deps-dev): bump eslint from 8.46.0 to 8.47.0 by @dependabot in #14
- npm(deps-dev): bump eslint-plugin-prettier from 4.2.1 to 5.0.0 by @dependabot in #15
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.4.1 by @dependabot in #8
- npm(deps-dev): bump @typescript-eslint/parser from 5.62.0 to 6.4.1 by @dependabot in #16
New Contributors
- @dependabot made their first contribution in #3
Full Changelog: v1.0.0...v2.0.0
v1.0.0
What's Changed
- Setup template by @ttsukagoshi in #1
New Contributors
- @ttsukagoshi made their first contribution in #1
Full Changelog: https://github.com/ttsukagoshi/gas-template/commits/v1.0.0