Commit Graph

91 Commits

Author SHA1 Message Date
Nico Jansen
574c643b1a
fix(deps): update dependencies (#335)
* fix(deps): update dependencies

* Update workflow

* test: update snapshot PDFs

* fix(fonts): wait for fonts to be fully loaded

* Revert "fix(fonts): wait for fonts to be fully loaded"

This reverts commit 3281d79d8c.

* update deps even more

* test: update snapshot PDFs

---------

Co-authored-by: Decktape bot <decktape-bot@users.noreply.github.com>
2024-07-03 09:09:32 +02:00
Antonin Stefanutti
6735cec96d
3.12.0 2024-03-02 16:37:08 +01:00
Antonin Stefanutti
9d2a4ae20e Upgrade Puppeteer to version 22.3.0 and Chromium to version 122.0.6261.94 2024-02-29 18:59:21 +01:00
Antonin Stefanutti
65153a22f5
3.11.0 2023-12-23 16:13:47 +01:00
Antonin Stefanutti
aecdd8d9d7 Upgrade Puppeteer to version 21.6.1 and Chromium to version 120.0.6099.129 2023-12-23 16:02:19 +01:00
Antonin Stefanutti
f8a90c53ac Upgrade Puppeteer to version 21.4.1 and Chromium to version 118.0.5993.117 2023-11-04 13:05:42 +01:00
Antonin Stefanutti
418086f19b
3.10.0 2023-08-04 17:32:08 +02:00
Antonin Stefanutti
9ec0b4f33b Upgrade Puppeteer to version 20.9.0 and Chromium to version 115.0.5790.110 2023-07-28 17:48:10 +02:00
Antonin Stefanutti
93b258ba35
3.9.0 2023-06-23 13:02:18 +02:00
Antonin Stefanutti
5dc6bd8fcd Upgrade Puppeteer to version 20.7.3 and Chromium to version 114.0.5735.133 2023-06-23 09:45:51 +02:00
Antonin Stefanutti
3fc6796838 Upgrade fonteditor-core to version 2.1.11 2023-06-23 09:04:22 +02:00
Antonin Stefanutti
4980bf6c78 Revert "Migrate to opentype.js"
This reverts commit ebbaa74e9f.
2023-06-23 09:04:22 +02:00
Antonin Stefanutti
faa847da01
3.8.0 2023-05-23 11:48:10 +02:00
Antonin Stefanutti
ac4c3c41be Upgrade Puppeteer to version 20.3.0 and Chromium to version 113.0.5672.126 2023-05-23 11:21:15 +02:00
Antonin Stefanutti
ebbaa74e9f Migrate to opentype.js 2023-05-05 16:53:16 +02:00
Antonin Stefanutti
e21e7a012b Upgrade Puppeteer to version 20.1.0 2023-05-05 12:39:38 +02:00
Antonin Stefanutti
5f1ee8822b
3.7.0 2023-03-08 17:48:29 +01:00
Antonin Stefanutti
4e67328861 Upgrade Puppeteer to version 19.7.3 2023-03-08 17:39:37 +01:00
Antonin Stefanutti
dcff6ec109 Upgrade Puppeteer to version 19.7.0 2023-03-08 17:00:24 +01:00
Antonin Stefanutti
296c082a90
3.6.0 2023-02-07 15:27:28 +01:00
Nico Jansen
c7f3c97a1c test(e2e): add initial testing harness 2023-01-20 16:40:12 +01:00
Antonin Stefanutti
7ba704f82b
chore: Remove chalk-template dependency 2022-12-09 18:03:21 +01:00
Nico Jansen
056002fcdc feat(esm): migrate this package to a pure ESM
BREAKING CHANGE: Please run node 12.20 or higher
BREAKING CHANGE: This package is now a pure esm, please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)
2022-12-09 17:00:21 +01:00
Antonin Stefanutti
866daced5e
3.5.0 2022-12-02 15:32:13 +01:00
Antonin Stefanutti
b119a1ff7a
Downgrade Puppeteer to version 18.2.1 2022-12-02 14:52:44 +01:00
Nico Jansen
65c09736f1 fix(deps): update dependencies 2022-12-02 14:24:04 +01:00
dependabot[bot]
d02e9f2c6f Bump urijs from 1.19.10 to 1.19.11
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.10 to 1.19.11.
- [Release notes](https://github.com/medialize/URI.js/releases)
- [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/medialize/URI.js/compare/v1.19.10...v1.19.11)

---
updated-dependencies:
- dependency-name: urijs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 09:24:57 +02:00
Antonin Stefanutti
bfce172187
3.4.1 2022-03-09 19:58:03 +01:00
Antonin Stefanutti
b8f68d60f6
Upgrade URI.js to version 1.19.10 2022-03-09 19:24:42 +01:00
Antonin Stefanutti
e55506f488
Upgrade Puppeteer to version 13.2.0 and Chromium to version 99.0.4844.51 2022-03-07 19:52:12 +01:00
Antonin Stefanutti
aa37482f68
3.4.0 2021-11-28 18:36:06 +01:00
Antonin Stefanutti
877244eb5e
Upgrade chalk to version 4.1.2 2021-11-28 18:12:44 +01:00
Antonin Stefanutti
aacbb4a805
Upgrade pdf-lib to version 1.17.1 2021-11-28 12:40:30 +01:00
Hugo Wood
1fdb3c2dde Upgrade shrinkwrap
This upgrades npm-shrinkwrap.json to lockfile version 2, which is the format introduced by npm v7. This fixes chrome not being downloaded when installing decktape as a dependency in a project using npm v7+. See https://github.com/puppeteer/puppeteer/issues/6586#issuecomment-958379915. The new format is backward compatible so users of npm v6 and lower should not be impacted.
2021-11-19 15:35:43 +01:00
Antonin Stefanutti
6b0897bdb8
3.3.0 2021-10-18 09:39:28 +02:00
Antonin Stefanutti
15da6e8839
Upgrade Puppeteer to version 10.4.0 and Chromium to version 93.0.4577.82 2021-10-18 09:36:27 +02:00
Antonin Stefanutti
f4a0fc55b3
Upgrade pdf-lib to version 1.17.0 2021-10-18 09:36:27 +02:00
Antonin Stefanutti
e52928abd5
3.2.0 2021-09-09 18:55:59 +02:00
Antonin Stefanutti
6dc726985d
Upgrade URI.js to version 1.19.7 2021-09-09 18:38:21 +02:00
Antonin Stefanutti
afa05dc142
Upgrade fonteditor-core to version 2.1.8 2021-09-09 17:42:15 +02:00
Antonin Stefanutti
84dcb2a8dc
Upgrade Puppeteer to version 10.1.0 and Chromium to version 92.0.4515.159 2021-09-09 12:32:32 +02:00
Antonin Stefanutti
bb3c3a2b93
Upgrade Puppeteer to version 8.0.0 and Chromium to version 90.0.4430.93 2021-05-16 18:26:23 +02:00
Antonin Stefanutti
e20abb94ad
Upgrade Puppeteer to version 6.0.0 and Chromium to version 89.0.4389.72 2021-03-19 19:00:51 +01:00
Antonin Stefanutti
fa0b59ce96
Upgrade pdf-lib to version 1.16.0 2021-02-22 20:04:22 +01:00
Antonin Stefanutti
4f2d7e61c9
Upgrade Puppeteer to version 5.5.0 and Chromium to version 88.0.4324.182 2021-02-22 19:58:48 +01:00
Antonin Stefanutti
f6a222339f
Upgrade Puppeteer to version 5.3.0 and Chromium to version 86.0.4240.111 2021-01-07 12:01:59 +01:00
Antonin Stefanutti
9874f9e708
Upgrade fonteditor-core to version 2.1.2 2020-09-17 08:52:13 +02:00
Antonin Stefanutti
35610912e5
Upgrade Puppeteer to version 5.2.1 and Chromium to version 85.0.4183.83 2020-09-02 08:51:43 +02:00
Antonin Stefanutti
87a592c4f4
3.1.0 2020-08-18 17:02:06 +02:00
Antonin Stefanutti
1512b1e162
Upgrade Puppeteer to version 5.1.0 and Chromium to version 84.0.4147.105 2020-08-15 11:38:14 +02:00