Commit Graph

276 Commits

Author SHA1 Message Date
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] 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
MDLeom fde28cdd9a
release: 5.0.0 2021-04-25 08:51:39 +00:00
MDLeom 7aa2f90e52
chore(ci): add Node 16
- released 2021-04-20
2021-04-25 08:48:55 +00:00
MDLeom b169489ce9
chore(ci): run most tests on Node 14
- active LTS
2021-04-25 08:47:04 +00:00
MDLeom 81fd44e514
chore: drop Node 10
- EOL 2021-04-30
2021-04-25 08:45:39 +00:00
MDLeom 1f95af32b7
docs(v5): syntax change in svg.plugins option 2021-04-25 08:41:23 +00:00
Ming Di Leom 6c21cc6a9b
Merge pull request #51 from curbengh/svgo-2
chore(deps): bump svgo from 1.3.2 to 2.3.0 (BREAKING CHANGE)
2021-04-25 18:04:24 +09:30
MDLeom 3819909c84
chore(deps): bump svgo from 1.3.2 to 2.3.0 (BREAKING CHANGE)
- BREAKING CHANGE: syntax of minify.svg.plugins option
  * https://github.com/svg/svgo/releases/tag/v2.0.0
- svgo optimize() changed from async to sync
2021-04-25 08:25:32 +00:00
Ming Di Leom 4f033711e2
Merge pull request #49 from curbengh/dependabot/npm_and_yarn/clean-css-5.1.2
chore(deps): bump clean-css from 4.2.3 to 5.1.2
2021-04-25 15:53:44 +09:30
Ming Di Leom e05f96f971
Merge pull request #42 from curbengh/dependabot/github_actions/actions/setup-node-v2.1.5
chore(deps): bump actions/setup-node from v2.1.2 to v2.1.5
2021-04-25 15:51:56 +09:30
Ming Di Leom 193cc355be
Merge pull request #37 from curbengh/dependabot/github_actions/actions/cache-v2.1.4
chore(deps): bump actions/cache from v2 to v2.1.4
2021-04-25 15:51:30 +09:30
dependabot[bot] 679858e4e8
chore(deps): bump clean-css from 4.2.3 to 5.1.2
Bumps [clean-css](https://github.com/jakubpawlowicz/clean-css) from 4.2.3 to 5.1.2.
- [Release notes](https://github.com/jakubpawlowicz/clean-css/releases)
- [Changelog](https://github.com/jakubpawlowicz/clean-css/blob/master/History.md)
- [Commits](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.3...v5.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-22 06:55:41 +00:00
dependabot[bot] 1c10c9ee5e
chore(deps): bump actions/setup-node from v2.1.2 to v2.1.5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.2...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-23 05:51:48 +00:00
dependabot[bot] e621a7937a
chore(deps): bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-08 06:31:24 +00:00
MDLeom ef57b75638
docs(precompressed): link to caddy guide 2020-11-13 23:04:16 +00:00
MDLeom 5cc13c1ad8 docs(br): GitLab Pages now support pre-compressed br
- https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/359
2020-11-12 02:05:51 +00:00
MDLeom 140a005dc7 docs(br): Caddy v2 doesn't server pre-compressed files automatically 2020-11-12 02:05:51 +00:00
MDLeom ea29aa0ad5
Merge pull request #33 from curbengh/node-15
chore(actions): add Node 15
2020-11-07 14:18:47 +10:30
MDLeom bbc464b29e
chore(actions): simpler Node version syntax 2020-11-07 03:43:57 +00:00
MDLeom cef2d0e377
chore(actions): add Node 15 2020-11-07 03:42:45 +00:00
MDLeom 91c4d936e0
Merge pull request #32 from curbengh/dependabot/npm_and_yarn/standard-16.0.1
chore(deps-dev): bump standard from 14.3.4 to 16.0.1
2020-11-07 11:45:40 +10:30
MDLeom 4a16fca23e
Merge pull request #27 from curbengh/dependabot/github_actions/actions/setup-node-v2.1.2
chore(dev-deps): bump actions/setup-node from v2.1.1 to v2.1.2
2020-11-07 11:43:57 +10:30
dependabot[bot] d8805d9a9a
chore(deps-dev): bump standard from 14.3.4 to 16.0.1
Bumps [standard](https://github.com/standard/standard) from 14.3.4 to 16.0.1.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v14.3.4...v16.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 07:11:23 +00:00
dependabot[bot] 19424d8ae8
chore(deps): bump actions/setup-node from v2.1.1 to v2.1.2
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.1 to v2.1.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.1...c6fd00ceb9747fb23ffdf72987450a2664414867)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-02 06:11:47 +00:00
MDLeom 18e1fd3a78
ci(snyk): requires deps to be installed beforehand 2020-09-09 05:23:11 +00:00
MDLeom bc742f75fb
Merge pull request #26 from curbengh/dependabot/github_actions/actions/setup-node-v2.1.1
chore(deps): bump actions/setup-node from v1 to v2.1.1
2020-09-06 10:07:56 +09:30
dependabot[bot] 11b07ab00f
chore(deps): bump actions/setup-node from v1 to v2.1.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...321b6ccb03083caa2ad22b27dc4b45335212e824)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-06 00:05:01 +00:00
MDLeom 0fd2ed31ee
release: 4.2.0 2020-09-06 00:04:28 +00:00
MDLeom ba66c4bc89
chore(dependabot): monitor actions' dep
- https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem
2020-09-06 00:02:26 +00:00
MDLeom 9ac8969a08
docs: Netlify supports brotli 2020-09-05 14:15:58 +00:00
MDLeom 353ca8ea37
docs: links to xml & json sections 2020-09-05 14:05:10 +00:00
MDLeom fd117bcd58
docs(badge): add codecov 2020-09-05 13:51:51 +00:00
MDLeom c8cc870b4c
docs(badge): add logo 2020-09-05 13:49:02 +00:00
MDLeom 327b36782b
ci(snyk): fix cron syntax
- docs: add actions badge
2020-09-05 12:47:23 +00:00
MDLeom 57db21d2ad
ci: replace travis with actions 2020-09-05 12:43:05 +00:00
MDLeom 51cc9b1d8d
feat: show path that caused the error 2020-09-05 11:58:20 +00:00
MDLeom c57e227efd
fix: set default config 2020-09-05 11:41:22 +00:00
MDLeom 37ba1d9a2b
refactor: destructure 2020-09-05 11:22:36 +00:00
MDLeom ce8c4a145b
refactor(test): set default config in individual test 2020-09-05 11:18:35 +00:00