87 Commits

Author SHA1 Message Date
Tony Brix
820f1db68e chore: update workflow to use trusted publishing (#3880) 2026-01-27 00:15:30 -07:00
dependabot[bot]
4c6595129b chore(deps): Bump actions/checkout from 5 to 6 (#3847)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [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/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 08:38:06 -07:00
dependabot[bot]
6d4318f2c0 chore(deps): Bump actions/setup-node from 5 to 6 (#3813)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 22:02:16 -06:00
dependabot[bot]
e3497a50b2 chore(deps): Bump actions/setup-node from 4 to 5 (#3760)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 10:03:52 -06:00
dependabot[bot]
193f41e707 chore(deps): Bump actions/checkout from 4 to 5 (#3742)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-11 15:38:25 -06:00
Tony Brix
0a35d8f28b fix: remove cjs build & update min node to 20 (#3687)
BREAKING CHANGE:
- minify ./lib/marked.esm.js and ./lib/marked.umd.js
- remove ./marked.min.js use ./lib/marked.umd.js instead
- remove ./lib/marked.cjs
- update minimum supported node version to 20 to support require('marked.esm.js'). see nodejs.org/docs/latest-v20.x/api/modules.html#loading-ecmascript-modules-using-require
2025-06-26 22:44:11 -06:00
Tony Brix
7a6b2d7191 fix: use esbuild for accurate sourcemaps (#3670) 2025-05-19 22:57:27 -06:00
dim-0
f9f3be8ff7 chore(ci): Publish with Provenance (#3305)
Added configurations to package.json and the CI workflow, so that the GitHub Actions Workflow and semantic-release generate provenance information for this package (see https://github.com/semantic-release/npm#npm-provenance).
2024-05-29 11:29:20 -06:00
Tony Brix
daa511d79d chore: fix tests in node v21 (#3209)
* chore: fix tests in node v21

* chore: use latest for node version
2024-03-04 08:05:38 -07:00
Tony Brix
014d4e61f6 fix: run spec tests with testutils (#3017)
BREAKING CHANGE: drop support for node v16
2023-11-10 22:49:27 -07:00
dependabot[bot]
2cab953774 chore(deps): Bump actions/setup-node from 3 to 4 (#3063)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 10:04:25 -06:00
dependabot[bot]
dc9213177a chore(deps): Bump actions/checkout from 3 to 4 (#2969)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-04 09:22:02 -06:00
Tony Brix
65934c13ca fix: remove unknown from walkTokens return types (#2955)
* fix: remove unknown from walkTokens return types

* build before testing types
2023-08-26 09:57:05 -06:00
Tony Brix
610bc45d96 fix: use rollup to output js files (#2916) 2023-08-07 16:50:43 -06:00
Ben McCann
e465ce48c9 fix: Add support for Node 16 (#2886) 2023-07-24 23:07:51 -06:00
Tony Brix
26b42ecf32 test: make sure we are testing on latest versions (#2826) 2023-05-30 17:19:52 -05:00
Tony Brix
c6852f5289 fix: update min node to v18 (#2767)
BREAKING CHANGE: minimum supported node version v18
2023-05-01 23:27:33 -05:00
Tony Brix
4704e1964d chore: add build version to build commit 2023-01-14 00:36:07 -06:00
Tony Brix
d2ab4745c2 fix: readd build script in ci 2023-01-14 00:33:13 -06:00
Tony Brix
60c3b7f8cc fix: build in postversion for build file version 2023-01-13 23:53:19 -06:00
Tony Brix
4267343901 chore: actually release 2023-01-13 21:46:23 -06:00
Tony Brix
bf1d90982b chore: export version 2023-01-13 21:40:54 -06:00
Tony Brix
ea57b34380 chore: add env variables 2023-01-13 20:50:22 -06:00
Tony Brix
79b8c0b838 fix: add version to build files 2023-01-13 20:42:59 -06:00
Tristan F
886de34853 chore(ci): add version, unify output (#2701)
Co-authored-by: Tony Brix <tony@brix.ninja>
fixes undefined
2023-01-13 20:27:58 -06:00
Tony Brix
d28cc87da7 chore(ci): cleanup ci (#2705)
chore(ci): add build test to ci
2023-01-10 19:05:35 -06:00
Alex
d1523c8541 GitHub Workflows security hardening (#2570)
Update tests.yml

Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>

Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
2022-09-05 18:08:57 -05:00
dependabot[bot]
6efa77e0da chore(deps): Bump github/codeql-action from 1 to 2 (#2454)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 22:01:20 -05:00
neilnaveen
801be0e93c chore: Set permissions for GitHub actions (#2442)
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs

[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)

 Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.

Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
2022-04-14 05:45:02 -07:00
dependabot[bot]
73042bf404 chore(deps): Bump actions/checkout from 2 to 3 (#2402)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-07 09:31:09 -06:00
dependabot[bot]
254b93bcb9 chore(deps-dev): Bump semantic-release from 17.4.7 to 18.0.0 (#2208)
* chore(deps-dev): Bump semantic-release from 17.4.7 to 18.0.0

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.7 to 18.0.0.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v17.4.7...v18.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore(ci): use node lts for release

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tony Brix <tony@brix.ninja>
2021-09-20 14:39:53 -05:00
Tony Brix
433b16fa3a fix: drop node 10 support (#2157)
BREAKING CHANGE: drop node 10 support
2021-08-02 19:29:43 -05:00
Steven
8659353bcb fix: add Node.js 10 to CI and loosen engines field (#2119) 2021-06-22 12:25:54 -05:00
Tony Brix
af14068b99 fix: fix node v12 (#2109) 2021-06-16 08:48:39 -05:00
Tony Brix
69586dd528 chore(deps): dependabot version increase 2020-10-21 08:35:15 -05:00
Tony Brix
3c31a3008c chore: use semantic release (#1767) 2020-10-21 08:21:12 -05:00
Tony Brix
1aba5689a9 chore: update templates (#1775) 2020-10-08 08:06:06 -05:00
Tony Brix
2bf6adf1fa fix build 2020-04-01 16:28:35 -05:00
Tony Brix
bcc1049a20 make pretty 2020-04-01 10:42:45 -05:00
Tony Brix
ae5315891a fix build 2020-04-01 10:29:21 -05:00
Tony Brix
e4bde9b9ed fix test:specs 2020-04-01 10:23:14 -05:00
Tony Brix
fd18ca5c5f use setup-node-nvm 2020-04-01 10:20:50 -05:00
Tony Brix
a8389b2d08 add github action 2020-04-01 00:49:41 -05:00
Steven
4e910c384d Add a "why" to feature request 2018-05-11 09:34:11 -04:00
Steven
0a247fe5d0 Create Proposal.md 2018-05-10 16:48:34 -04:00
Steven
63d1a4526f Change desc of feature request 2018-05-10 14:39:33 -04:00
Steven
cdd596f2c2 Update bug description 2018-05-10 14:38:05 -04:00
Steven
0c8ff4b6d8 Remove unnecessary sections 2018-05-10 14:36:33 -04:00
Steven
367604e566 Add links to demo 2018-05-08 11:05:06 -04:00
Steven
c59e4a1131 Update issue templates 2018-05-08 11:05:06 -04:00