v1.0.4
What's Changed
Housekeeping updates to dev dependencies and subsequent refactoring/re-formatting of the script.
No functional changes have been made.
Dev Dependency Updates
- npm dedupe by @ttsukagoshi in #94
- npm(deps-dev): bump typescript from 5.1.3 to 5.1.6 by @dependabot in #97
- npm(deps-dev): bump eslint from 8.41.0 to 8.43.0 by @dependabot in #99
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.60.1 by @dependabot in #98
- npm(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.60.1 by @dependabot in #100
- npm(deps-dev): bump eslint from 8.43.0 to 8.44.0 by @dependabot in #101
- npm(deps-dev): bump ts-jest from 29.1.0 to 29.1.1 by @dependabot in #102
- github-actions(deps): bump github/accessibility-alt-text-bot from 1.2.0 to 1.3.0 by @dependabot in #108
- npm(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 by @dependabot in #103
- npm(deps-dev): bump eslint from 8.44.0 to 8.47.0 by @dependabot in #109
- npm(deps-dev): bump prettier from 2.8.8 to 3.0.3 by @dependabot in #112
- github-actions(deps): bump actions/cache from 3.3.1 to 3.3.2 by @dependabot in #118
- github-actions(deps): bump actions/checkout from 3 to 4 by @dependabot in #119
- npm(deps-dev): bump jest and @types/jest by @dependabot in #128
- npm(deps-dev): bump @types/google-apps-script from 1.0.64 to 1.0.79 by @dependabot in #129
- github-actions(deps): bump github/accessibility-alt-text-bot from 1.3.0 to 1.4.0 by @dependabot in #124
- github-actions(deps): bump github/codeql-action from 2 to 3 by @dependabot in #131
- npm(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.1.0 by @dependabot in #132
- npm(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 by @dependabot in #133
- npm(deps-dev): bump eslint-plugin-prettier from 4.2.1 to 5.1.3 by @dependabot in #134
- Clean install dev dependenies by @ttsukagoshi in #139
- github-actions(deps): bump actions/setup-node from 3 to 4 by @dependabot in #123
- github-actions(deps): bump actions/cache from 3.3.2 to 4.0.0 by @dependabot in #130
- npm(deps-dev): bump the typescript-eslint group with 2 updates by @dependabot in #142
- Clean install dev dependencies by @ttsukagoshi in #145
Jest Testing Updates
- Update jest tests by @ttsukagoshi in #149
- Update jest tests by @ttsukagoshi in #150
- Add test for
translateRange()
by @ttsukagoshi in #151
Misc
- Add accessibility-alt-text-bot workflow by @ttsukagoshi in #95
- Add a11y-alt-text-bot badge to README by @ttsukagoshi in #96
- Group
@typescript-eslint
updates in dependabot.yml by @ttsukagoshi in #140 - Update
with.node-version
v16->20 by @ttsukagoshi in #143 - Update Prettier settings to v3 default by @ttsukagoshi in #144
- Update codeql.yml to latest format by @ttsukagoshi in #146
- Update ESLint & Super-Linter settings by @ttsukagoshi in #147
Full Changelog: v1.0.3...v1.0.4