Commit Graph

314 Commits

Author SHA1 Message Date
MDLeom 79f4f24f8e
release: 8.0.0 2022-11-13 00:05:34 +00:00
Ming Di Leom b0575e6fdc
Merge pull request #135 from curbengh/dependabot/npm_and_yarn/svgo-3.0.0
chore(deps): bump svgo from 2.8.0 to 3.0.0
2022-11-06 15:55:40 +10:30
MDLeom a6f434ff8d
fix(svg): ignore empty input 2022-11-06 04:50:36 +00:00
MDLeom a6e2ea0879
fix(svg): svgo@3 now throws error
- cleanupIDs -> cleanupIds
- https://github.com/svg/svgo/releases/tag/v3.0.0
2022-11-06 02:58:07 +00:00
dependabot[bot] 9c8a228e09
chore(deps): bump svgo from 2.8.0 to 3.0.0
Bumps [svgo](https://github.com/svg/svgo) from 2.8.0 to 3.0.0.
- [Release notes](https://github.com/svg/svgo/releases)
- [Changelog](https://github.com/svg/svgo/blob/main/CHANGELOG-old.md)
- [Commits](https://github.com/svg/svgo/compare/v2.8.0...v3.0.0)

---
updated-dependencies:
- dependency-name: svgo
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-06 02:58:07 +00:00
Ming Di Leom 4b4d3cb342
Merge pull request #137 from curbengh/node-19
ci(tester): add node 19
2022-11-06 13:26:09 +10:30
MDLeom 8258359f6b
ci(tester): add node 19 2022-11-05 02:02:16 +00:00
Ming Di Leom c6c7d3743a
Merge pull request #134 from curbengh/deps
chore(ga-deps): use latest minor version
2022-10-09 19:53:39 +10:30
MDLeom 777ffabd2b
ci: run snyk & semgrep weekly 2022-10-09 08:00:56 +00:00
MDLeom 5453fc9ee0
chore(deps-dev): bump jest from 28.1.3 to 29.1.2 2022-10-09 07:59:47 +00:00
MDLeom c3b899556a
chore(ga-deps): use latest minor version 2022-10-09 07:58:57 +00:00
Ming Di Leom 866ba28c3c
Merge pull request #133 from curbengh/semgrep-init
ci: semgrep init
2022-10-09 18:09:46 +10:30
MDLeom b54324c154
ci: semgrep init 2022-10-09 07:32:00 +00:00
MDLeom 077055ed0b
release: 7.0.0 2022-05-17 00:59:09 +00:00
MDLeom d54ed360be
chore(node): use Node 16 on codeql 2022-05-17 00:40:28 +00:00
MDLeom 1ae4d77071
chore(dev-deps): bump setup-node from 3.1.1 to 3.2.0 2022-05-17 00:37:59 +00:00
MDLeom 0f73e6ed98
chore(dev-deps): bump codeql-action from 1 to 2 2022-05-17 00:36:57 +00:00
MDLeom 79f15acb79
ci(snyk): run snyk on codeql bump 2022-05-17 00:35:52 +00:00
MDLeom 2ae5520a60
ci(snyk): separate test & monitor 2022-05-13 01:27:05 +00:00
MDLeom ef46c3c6d9
ci(synk): run test & upload to codeql 2022-05-13 01:00:45 +00:00
MDLeom 4648fa32f1
chore(snyk): remove old policy 2022-05-13 00:50:47 +00:00
MDLeom 197836b82b
docs: cleanup previous config changes
- update brotli support status
2022-05-06 06:21:15 +00:00
Ming Di Leom d757c1b5c7
Merge pull request #110 from curbengh/update-deps
chore(node): drop Node 12 & 17, add 18
2022-05-05 14:24:05 +09:30
MDLeom 0623de5252
chore(node): drop Node 12 & 17, add 18
BREAKING CHANGE
2022-05-04 03:17:49 +00:00
MDLeom fbb2c71e87
chore(actions): bump codecov-action from 2.1.0 to 3.1.0 2022-05-04 02:38:28 +00:00
MDLeom b3d09fec7a
chore(actions): bump setup-node from 2.4.1 to 3.1.1 2022-05-04 02:36:40 +00:00
MDLeom 3edbe68008
chore(actions): bump cache from 2.1.6 to 3.0.2 2022-05-04 02:35:32 +00:00
MDLeom 1833ffa76e
chore(actions): bump checkout from 2.3.4 to 3.0.2 2022-05-04 02:35:02 +00:00
MDLeom 63eee78e01
chore(dev-deps): bump standard from 16 to 17 2022-05-04 02:29:34 +00:00
MDLeom 7e81770894
chore(dev-deps): bump jest from 27 to 28 2022-05-04 02:28:59 +00:00
MDLeom 288a4e3232
chore(dev-deps): bump hexo from 5.1.1 to 6.1.0 2022-05-04 02:28:14 +00:00
MDLeom d8e6969352
release: 6.0.0 2021-10-20 09:02:30 +00:00
Ming Di Leom a6018cb7f5
Merge pull request #84 from curbengh/node-17
chore(ci): Node 17
2021-10-20 19:31:01 +10:30
MDLeom 4a271929d5
chore(ci): Node 17 2021-10-20 08:56:46 +00:00
MDLeom 282a905305
chore(ci): drop Node 15
- EOL 2021-06-01
2021-10-16 09:54:49 +00:00
MDLeom 5f9c3d32d9 chore(deps): bump svgo from 2.3.0 to 2.4.0
- tested compatibility
2021-10-16 09:38:02 +00:00
Ming Di Leom 6d633f0593
Merge pull request #82 from curbengh/dependabot/npm_and_yarn/jest-27.2.5
chore(deps-dev): bump jest from 26.6.3 to 27.2.5
2021-10-16 20:06:54 +10:30
Ming Di Leom 0e66fc81cf
Merge pull request #78 from curbengh/dependabot/github_actions/actions/setup-node-2.4.1
chore(deps): bump actions/setup-node from 2.1.5 to 2.4.1
2021-10-16 20:04:45 +10:30
Ming Di Leom 7178b50186
Merge pull request #75 from curbengh/dependabot/github_actions/codecov/codecov-action-2.1.0
chore(deps): bump codecov/codecov-action from 1 to 2.1.0
2021-10-16 20:03:55 +10:30
Ming Di Leom cc53b9054b
Merge pull request #71 from curbengh/dependabot/npm_and_yarn/minify-xml-3.2.0
chore(deps): bump minify-xml from 2.5.0 to 3.2.0
2021-10-16 20:01:41 +10:30
dependabot[bot] 3ce4b69991
chore(deps): bump actions/setup-node from 2.1.5 to 2.4.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v2.4.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-16 09:29:53 +00:00
Ming Di Leom 1f775df118
Merge pull request #58 from curbengh/dependabot/github_actions/actions/cache-2.1.6
chore(deps): bump actions/cache from 2.1.4 to 2.1.6
2021-10-16 19:59:45 +10:30
Ming Di Leom 45ed8c2bac
Merge pull request #54 from curbengh/dependabot/github_actions/actions/checkout-2.3.4
chore(deps): bump actions/checkout from 2 to 2.3.4
2021-10-16 19:59:02 +10:30
MDLeom c0041b0f23
fix(svg): compatibility with svgo 2.4+
- overriding default plugins
- https://github.com/svg/svgo/releases/tag/v2.4.0
2021-10-10 09:19:50 +00:00
dependabot[bot] 88deed06bb
chore(deps-dev): bump jest from 26.6.3 to 27.2.5
Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.2.5.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.6.3...v27.2.5)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-08 15:05:13 +00:00
dependabot[bot] ed5d09c803
chore(deps): bump codecov/codecov-action from 1 to 2.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v2.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 15:02:16 +00:00
dependabot[bot] e4b349202c
chore(deps): bump minify-xml from 2.5.0 to 3.2.0
Bumps [minify-xml](https://github.com/kristian/minify-xml) from 2.5.0 to 3.2.0.
- [Release notes](https://github.com/kristian/minify-xml/releases)
- [Commits](https://github.com/kristian/minify-xml/compare/2.5.0...3.2.0)

---
updated-dependencies:
- dependency-name: minify-xml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 15:04:15 +00:00
dependabot[bot] 460bb9c035
chore(deps): bump actions/cache from 2.1.4 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 05:22:05 +00:00
dependabot[bot] eca9b2b7c9
chore(deps): bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 05:09:55 +00:00
Ming Di Leom be96f15ceb
Merge pull request #52 from curbengh/node-16
release: 5.0.0
2021-05-02 15:45:10 +09:30