1151 Commits

Author SHA1 Message Date
semantic-release-bot
7e4e3435ea chore(release): 15.0.3 [skip ci]
## [15.0.3](https://github.com/markedjs/marked/compare/v15.0.2...v15.0.3) (2024-11-29)

### Bug Fixes

* update punctuation regex syntax to fix babel mistaken transpile ([#3547](https://github.com/markedjs/marked/issues/3547)) ([9b988c4](9b988c47bd))
2024-11-29 05:25:01 +00:00
dependabot[bot]
152175615c
chore(deps-dev): Bump rollup from 4.27.2 to 4.27.4 (#3545)
Bumps [rollup](https://github.com/rollup/rollup) from 4.27.2 to 4.27.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.27.2...v4.27.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-25 11:30:46 -05:00
dependabot[bot]
b4ecc0c74b
chore(deps-dev): Bump typescript from 5.6.3 to 5.7.2 (#3544)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-25 11:30:24 -05:00
semantic-release-bot
224d729bd8 chore(release): 15.0.2 [skip ci]
## [15.0.2](https://github.com/markedjs/marked/compare/v15.0.1...v15.0.2) (2024-11-20)

### Bug Fixes

* update punctuation regex syntax for compatibility ([#3540](https://github.com/markedjs/marked/issues/3540)) ([fd015f1](fd015f147d))
2024-11-20 23:18:06 +00:00
dependabot[bot]
44081dd3b1
chore(deps-dev): Bump rollup from 4.25.0 to 4.27.2 (#3537)
Bumps [rollup](https://github.com/rollup/rollup) from 4.25.0 to 4.27.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.25.0...v4.27.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18 09:21:31 -07:00
dependabot[bot]
1cd60a0327
chore(deps-dev): Bump @markedjs/eslint-config from 1.0.7 to 1.0.8 (#3539)
Bumps @markedjs/eslint-config from 1.0.7 to 1.0.8.

---
updated-dependencies:
- dependency-name: "@markedjs/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18 09:21:18 -07:00
semantic-release-bot
5459c62833 chore(release): 15.0.1 [skip ci]
## [15.0.1](https://github.com/markedjs/marked/compare/v15.0.0...v15.0.1) (2024-11-18)

### Bug Fixes

* Remove unused plus typescript tightening ([#3527](https://github.com/markedjs/marked/issues/3527)) ([1f579f7](1f579f7628))
2024-11-18 04:59:26 +00:00
Spencer Whitehead
1f579f7628
fix: Remove unused plus typescript tightening (#3527)
* chore: remove unused build file

* chore: remove unused package

* chore: remove unused function

* chore: remove unnecessary | undefineds

* core: replace unnecessary &&s with optional chaining

* chore: use .at(-x) instead of .length - x property access

gives stricter TS typing, is more concise

* chore: tighten TS types

* chore: sort tokens alphabetically

* fix: typeof plus !== null check

* chore: type test for .parse, .use

* fix: if check
2024-11-17 21:53:28 -07:00
dependabot[bot]
a46c0d8b7d
chore(deps-dev): Bump marked-highlight from 2.2.0 to 2.2.1 (#3533)
Bumps [marked-highlight](https://github.com/markedjs/marked-highlight) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/markedjs/marked-highlight/releases)
- [Changelog](https://github.com/markedjs/marked-highlight/blob/main/release.config.cjs)
- [Commits](https://github.com/markedjs/marked-highlight/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: marked-highlight
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11 09:54:53 -07:00
dependabot[bot]
9e811a6949
chore(deps-dev): Bump @semantic-release/github from 11.0.0 to 11.0.1 (#3532)
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](https://github.com/semantic-release/github/compare/v11.0.0...v11.0.1)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11 09:53:52 -07:00
dependabot[bot]
cb3d89584d
chore(deps-dev): Bump rollup from 4.24.4 to 4.25.0 (#3531)
Bumps [rollup](https://github.com/rollup/rollup) from 4.24.4 to 4.25.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.24.4...v4.25.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11 09:52:25 -07:00
dependabot[bot]
7f791668e0
chore(deps-dev): Bump @arethetypeswrong/cli from 0.16.4 to 0.17.0 (#3530)
Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.16.4 to 0.17.0.
- [Release notes](https://github.com/arethetypeswrong/arethetypeswrong.github.io/releases)
- [Changelog](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/arethetypeswrong/arethetypeswrong.github.io/commits/HEAD/packages/cli)

---
updated-dependencies:
- dependency-name: "@arethetypeswrong/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11 09:51:35 -07:00
Spencer Whitehead
bd22323c09
chore: fix update-specs script, use builtin fetch (#3528) 2024-11-09 11:40:25 -07:00
semantic-release-bot
f66914efbd chore(release): 15.0.0 [skip ci]
# [15.0.0](https://github.com/markedjs/marked/compare/v14.1.4...v15.0.0) (2024-11-09)

### Bug Fixes

* escape html in renderer ([#3495](https://github.com/markedjs/marked/issues/3495)) ([58d66e5](58d66e59d1))
* Move all regexps to rules ([#3519](https://github.com/markedjs/marked/issues/3519)) ([1f88deb](1f88deb58a))

### BREAKING CHANGES

* escape html in renderers for all tokens.
2024-11-09 03:02:02 +00:00
semantic-release-bot
10a53d9547 chore(release): 14.1.4 [skip ci]
## [14.1.4](https://github.com/markedjs/marked/compare/v14.1.3...v14.1.4) (2024-11-07)

### Bug Fixes

* fix del with escaped tilde ([#3517](https://github.com/markedjs/marked/issues/3517)) ([0afe87d](0afe87d7fb))
* fix html comment after list ([#3518](https://github.com/markedjs/marked/issues/3518)) ([a612576](a612576ff6))
2024-11-07 17:29:45 +00:00
dependabot[bot]
035af38ab1
chore(deps-dev): Bump eslint from 9.13.0 to 9.14.0 (#3522)
Bumps [eslint](https://github.com/eslint/eslint) from 9.13.0 to 9.14.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.13.0...v9.14.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 08:34:46 -07:00
dependabot[bot]
ff2419eb78
chore(deps-dev): Bump rollup from 4.24.2 to 4.24.4 (#3521)
Bumps [rollup](https://github.com/rollup/rollup) from 4.24.2 to 4.24.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.24.2...v4.24.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 08:34:26 -07:00
dependabot[bot]
cc078928e0
chore(deps-dev): Bump tslib from 2.8.0 to 2.8.1 (#3520)
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 08:34:12 -07:00
dependabot[bot]
ab54c6ca26
chore(deps-dev): Bump rollup from 4.24.0 to 4.24.2 (#3510)
Bumps [rollup](https://github.com/rollup/rollup) from 4.24.0 to 4.24.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.24.0...v4.24.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 23:52:26 -06:00
dependabot[bot]
0aeb275ad9
chore(deps-dev): Bump @markedjs/eslint-config from 1.0.6 to 1.0.7 (#3507)
Bumps @markedjs/eslint-config from 1.0.6 to 1.0.7.

---
updated-dependencies:
- dependency-name: "@markedjs/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 20:36:47 -06:00
dependabot[bot]
31a3d453b0
chore(deps-dev): Bump semantic-release from 24.1.3 to 24.2.0 (#3509)
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.1.3 to 24.2.0.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v24.1.3...v24.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 20:36:30 -06:00
dependabot[bot]
d410aa705c
chore(deps-dev): Bump marked-highlight from 2.1.4 to 2.2.0 (#3508)
Bumps [marked-highlight](https://github.com/markedjs/marked-highlight) from 2.1.4 to 2.2.0.
- [Release notes](https://github.com/markedjs/marked-highlight/releases)
- [Changelog](https://github.com/markedjs/marked-highlight/blob/main/release.config.cjs)
- [Commits](https://github.com/markedjs/marked-highlight/compare/v2.1.4...v2.2.0)

---
updated-dependencies:
- dependency-name: marked-highlight
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 20:36:19 -06:00
dependabot[bot]
59d5350fdf
chore(deps-dev): Bump tslib from 2.7.0 to 2.8.0 (#3497)
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.7.0...v2.8.0)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 09:00:49 -07:00
dependabot[bot]
0b459a9a5a
chore(deps-dev): Bump semantic-release from 24.1.2 to 24.1.3 (#3498)
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.1.2 to 24.1.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v24.1.2...v24.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 09:00:40 -07:00
dependabot[bot]
89e21241e5
chore(deps-dev): Bump @rollup/plugin-typescript from 12.1.0 to 12.1.1 (#3499)
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 12.1.0 to 12.1.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.1/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 09:00:29 -07:00
dependabot[bot]
413e0e4dd6
chore(deps-dev): Bump @markedjs/eslint-config from 1.0.5 to 1.0.6 (#3500)
Bumps @markedjs/eslint-config from 1.0.5 to 1.0.6.

---
updated-dependencies:
- dependency-name: "@markedjs/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 09:00:15 -07:00
dependabot[bot]
89262d95e9
chore(deps-dev): Bump eslint from 9.12.0 to 9.13.0 (#3496)
Bumps [eslint](https://github.com/eslint/eslint) from 9.12.0 to 9.13.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.12.0...v9.13.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 09:00:03 -07:00
semantic-release-bot
4359a622fb chore(release): 14.1.3 [skip ci]
## [14.1.3](https://github.com/markedjs/marked/compare/v14.1.2...v14.1.3) (2024-10-15)

### Bug Fixes

* include single nested parens in emStrong link mask ([#3475](https://github.com/markedjs/marked/issues/3475)) ([2b7efa8](2b7efa8dda))
* kill SIGINT signal at man for marked --help ([#3483](https://github.com/markedjs/marked/issues/3483)) ([b1fd3ea](b1fd3eafd8))
2024-10-15 04:30:21 +00:00
dependabot[bot]
9c8c82cd65
chore(deps-dev): Bump @markedjs/eslint-config from 1.0.4 to 1.0.5 (#3490)
Bumps @markedjs/eslint-config from 1.0.4 to 1.0.5.

---
updated-dependencies:
- dependency-name: "@markedjs/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 14:24:36 -06:00
dependabot[bot]
0e7cdf7339
chore(deps-dev): Bump typescript from 5.6.2 to 5.6.3 (#3489)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 13:16:34 -06:00
dependabot[bot]
d96a4efed4
chore(deps-dev): Bump rollup from 4.22.4 to 4.24.0 (#3479)
Bumps [rollup](https://github.com/rollup/rollup) from 4.22.4 to 4.24.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.22.4...v4.24.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 10:38:47 -06:00
dependabot[bot]
c4137b6959
chore(deps-dev): Bump eslint from 9.11.1 to 9.12.0 (#3478)
Bumps [eslint](https://github.com/eslint/eslint) from 9.11.1 to 9.12.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.11.1...v9.12.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 10:38:37 -06:00
dependabot[bot]
45096269e7
chore(deps-dev): Bump @semantic-release/github from 10.3.4 to 11.0.0 (#3473)
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 10.3.4 to 11.0.0.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](https://github.com/semantic-release/github/compare/v10.3.4...v11.0.0)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  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>
2024-09-30 14:42:51 -06:00
dependabot[bot]
dfcbc604e6
chore(deps-dev): Bump commonmark from 0.31.1 to 0.31.2 (#3472)
Bumps [commonmark](https://github.com/commonmark/commonmark.js) from 0.31.1 to 0.31.2.
- [Release notes](https://github.com/commonmark/commonmark.js/releases)
- [Changelog](https://github.com/commonmark/commonmark.js/blob/master/changelog.txt)
- [Commits](https://github.com/commonmark/commonmark.js/compare/0.31.1...0.31.2)

---
updated-dependencies:
- dependency-name: commonmark
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 14:34:01 -06:00
dependabot[bot]
f6c92646f4
chore(deps-dev): Bump eslint from 9.11.0 to 9.11.1 (#3471)
Bumps [eslint](https://github.com/eslint/eslint) from 9.11.0 to 9.11.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.11.0...v9.11.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 14:33:54 -06:00
dependabot[bot]
3cf2e1167e
chore(deps-dev): Bump @arethetypeswrong/cli from 0.16.2 to 0.16.4 (#3470)
Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.16.2 to 0.16.4.
- [Release notes](https://github.com/arethetypeswrong/arethetypeswrong.github.io/releases)
- [Changelog](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/arethetypeswrong/arethetypeswrong.github.io/commits/HEAD/packages/cli)

---
updated-dependencies:
- dependency-name: "@arethetypeswrong/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 14:33:43 -06:00
dependabot[bot]
47e6f25f79
chore(deps-dev): Bump semantic-release from 24.1.1 to 24.1.2 (#3469)
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.1.1 to 24.1.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v24.1.1...v24.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 14:33:32 -06:00
dependabot[bot]
48238a7ade
chore(deps-dev): Bump typescript from 5.5.4 to 5.6.2 (#3463)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 09:54:59 -06:00
dependabot[bot]
fe711a9e0d
chore(deps-dev): Bump rollup from 4.21.3 to 4.22.4 (#3460)
Bumps [rollup](https://github.com/rollup/rollup) from 4.21.3 to 4.22.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.21.3...v4.22.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 09:54:38 -06:00
dependabot[bot]
df71f1481f
chore(deps-dev): Bump eslint from 9.10.0 to 9.11.0 (#3461)
Bumps [eslint](https://github.com/eslint/eslint) from 9.10.0 to 9.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.10.0...v9.11.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 09:54:30 -06:00
dependabot[bot]
61618934aa
chore(deps-dev): Bump @markedjs/eslint-config from 1.0.3 to 1.0.4 (#3462)
Bumps @markedjs/eslint-config from 1.0.3 to 1.0.4.

---
updated-dependencies:
- dependency-name: "@markedjs/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 09:54:19 -06:00
dependabot[bot]
2ac0de9d9b
chore(deps-dev): Bump @rollup/plugin-typescript from 11.1.6 to 12.1.0 (#3464)
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.6 to 12.1.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.0/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  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>
2024-09-23 09:54:03 -06:00
dependabot[bot]
092030adc9
chore(deps-dev): Bump semantic-release from 24.1.0 to 24.1.1 (#3453)
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.1.0 to 24.1.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v24.1.0...v24.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 11:54:38 -06:00
dependabot[bot]
3406f61706
chore(deps-dev): Bump @arethetypeswrong/cli from 0.16.1 to 0.16.2 (#3456)
Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.16.1 to 0.16.2.
- [Release notes](https://github.com/arethetypeswrong/arethetypeswrong.github.io/releases)
- [Changelog](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/arethetypeswrong/arethetypeswrong.github.io/commits/HEAD/packages/cli)

---
updated-dependencies:
- dependency-name: "@arethetypeswrong/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 11:54:13 -06:00
dependabot[bot]
a8ef41d958
chore(deps-dev): Bump @markedjs/eslint-config from 1.0.2 to 1.0.3 (#3454)
Bumps @markedjs/eslint-config from 1.0.2 to 1.0.3.

---
updated-dependencies:
- dependency-name: "@markedjs/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 11:52:54 -06:00
dependabot[bot]
8b821c0a4a
chore(deps-dev): Bump rollup from 4.21.2 to 4.21.3 (#3455)
Bumps [rollup](https://github.com/rollup/rollup) from 4.21.2 to 4.21.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.21.2...v4.21.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 11:52:43 -06:00
dependabot[bot]
20b5783815
chore(deps-dev): Bump @semantic-release/github from 10.3.3 to 10.3.4 (#3457)
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 10.3.3 to 10.3.4.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](https://github.com/semantic-release/github/compare/v10.3.3...v10.3.4)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 11:52:32 -06:00
dependabot[bot]
b47358cb17
chore(deps-dev): Bump @arethetypeswrong/cli from 0.15.4 to 0.16.1 (#3447)
Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.15.4 to 0.16.1.
- [Release notes](https://github.com/arethetypeswrong/arethetypeswrong.github.io/releases)
- [Changelog](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/arethetypeswrong/arethetypeswrong.github.io/commits/HEAD/packages/cli)

---
updated-dependencies:
- dependency-name: "@arethetypeswrong/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 13:21:26 -06:00
dependabot[bot]
81ce46735a
chore(deps-dev): Bump @semantic-release/github from 10.1.7 to 10.3.3 (#3446)
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 10.1.7 to 10.3.3.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](https://github.com/semantic-release/github/compare/v10.1.7...v10.3.3)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 13:18:51 -06:00
dependabot[bot]
3f6231ed5d
chore(deps-dev): Bump eslint from 9.9.1 to 9.10.0 (#3448)
Bumps [eslint](https://github.com/eslint/eslint) from 9.9.1 to 9.10.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.9.1...v9.10.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 13:18:32 -06:00