Skip to content

Releases: aws-actions/stale-issue-cleanup

v6 release

27 Jan 20:15
v6
7de3596
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump prettier from 2.2.1 to 2.6.2 by @dependabot in #141
  • build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #140
  • build(deps): bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #143
  • build(deps-dev): bump dotenv from 8.2.0 to 16.0.1 by @dependabot in #146
  • Added environment variable/argument use-created-date-for-ancient which if set to true uses issue created date instead of modified date for determining an ancient issue. by @ashishdhingra in #151
  • build(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #157
  • build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #160
  • build(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.26.0 by @dependabot in #145
  • build(deps): bump loglevel from 1.7.1 to 1.8.1 by @dependabot in #162
  • build(deps): bump actions/checkout from 2 to 2.3.4 by @dependabot in #86
  • build(deps): bump actions/checkout from 2.3.4 to 3.3.0 by @dependabot in #164
  • build(deps-dev): bump eslint-plugin-promise from 4.2.1 to 6.1.1 by @dependabot in #156
  • build(deps-dev): bump nock from 13.1.3 to 13.3.0 by @dependabot in #161
  • build(deps-dev): bump eslint-plugin-prettier from 3.4.0 to 4.2.1 by @dependabot in #163
  • build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5 by @dependabot in #165
  • build(deps-dev): bump eslint from 7.32.0 to 8.32.0 by @dependabot in #166
  • build(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.6.0 by @dependabot in #167
  • build(deps-dev): bump dotenv from 16.0.1 to 16.0.3 by @dependabot in #168
  • build(deps-dev): bump prettier from 2.6.2 to 2.8.3 by @dependabot in #170
  • build(deps-dev): bump jest from 27.3.0 to 29.4.0 by @dependabot in #169
  • Updated Dockerfile to use node:18-alpine3.16 image. by @ashishdhingra in #173

Full Changelog: v5...v6

v5 release

08 Apr 18:06
e1cf8a5
Compare
Choose a tag to compare

What's Changed


  • Update dependabot config, checks, and lints by @kellertk in #52
  • build(deps): bump dateformat from 3.0.3 to 4.4.1 by @dependabot in #53
  • Update deps by @kellertk in #59
  • build(deps): bump lodash from 4.17.20 to 4.17.21 by @dependabot in #84
  • build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #85
  • build(deps-dev): bump eslint-plugin-prettier from 3.3.0 to 3.4.0 by @dependabot in #80
  • build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.0 by @dependabot in #81
  • build(deps): bump ws from 7.4.1 to 7.4.6 by @dependabot in #89
  • build(deps): bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #93
  • build(deps-dev): bump eslint from 7.16.0 to 7.32.0 by @dependabot in #102
  • build(deps): bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #104
  • Finish implementation of ancient PR message by @Plabick in #95
  • build(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #112
  • build(deps): bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #116
  • build(deps-dev): bump jest from 26.6.3 to 27.3.0 by @dependabot in #119
  • build(deps-dev): bump nock from 13.0.5 to 13.1.3 by @dependabot in #106

New Contributors

Full Changelog: v4...v5