3494 Commits

Author SHA1 Message Date
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
Steven
3da6e4712d
chore(docs): add passing test results to documentation (#3541)
* chore(docs): add test results to documentation

* chore: apply suggestion

Co-authored-by: Tony Brix <tony@brix.ninja>

* fix: lint

---------

Co-authored-by: Tony Brix <tony@brix.ninja>
2024-11-24 15:31:41 -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))
v15.0.2
2024-11-20 23:18:06 +00:00
WizardMeow
fd015f147d
fix: update punctuation regex syntax for compatibility (#3540)
change the string to a regular expression. Then babel can transpile it correctly.
2024-11-20 16:12:10 -07: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))
v15.0.1
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
Tony Brix
cf4e518348
chore: clean up files (#3529)
* chore: show percentage slower in bench

* chore: remove jasmine.json
2024-11-09 22:04:55 -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.
v15.0.0
2024-11-09 03:02:02 +00:00
Tony Brix
1f88deb58a
fix: Move all regexps to rules (#3519) 2024-11-08 19:56:12 -07:00
Tony Brix
58d66e59d1
fix: escape html in renderer (#3495)
BREAKING CHANGE: escape html in renderers for all tokens.
2024-11-08 19:38:08 -07:00
Tony Brix
dc4ae3be8d
docs: fix indexOf typo (#3526) 2024-11-08 19:17:46 -07: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))
v14.1.4
2024-11-07 17:29:45 +00:00
Tony Brix
0afe87d7fb
fix: fix del with escaped tilde (#3517)
* fix: fix del with escaped tilde

* use rules to check for unescaped tilde

* add tests with spaces
2024-11-07 10:23:40 -07:00
Tony Brix
a612576ff6
fix: fix html comment after list (#3518) 2024-11-07 10:22:52 -07:00
Tony Brix
a73f85ed25
docs: Marked extension template docs (#3523)
* docs: add information about marked extension template

* add note
2024-11-07 10:14:26 -07: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
CNOCTAVE
69e78453df
docs: Add a List of Tools Using Marked (#3511)
Update INDEX.md
2024-10-29 06:09:05 -06:00
Roman Gusev
c056b1d964
docs: Remove gzip size badge (#3512)
It seems badgen/badgen.net#663 that size badge is no longer supported
so it has to be removed
2024-10-29 06:03:19 -06: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
Linux编程科普
17ca80ca27
docs: add note about marked.use in loops (#3492)
* Update USING_PRO.md

* Update USING_PRO.md

* Update USING_ADVANCED.md

* Update USING_ADVANCED.md
2024-10-19 23:19:38 -06: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))
v14.1.3
2024-10-15 04:30:21 +00:00
Tony Brix
2b7efa8dda
fix: include single nested parens in emStrong link mask (#3475) 2024-10-14 22:24:34 -06:00
Lucas Terracino
b1fd3eafd8
fix: kill SIGINT signal at man for marked --help (#3483) 2024-10-14 22:24:19 -06: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
Arnold Daniels
2898bf01b5
docs: Add marked-more-lists to known extensions in documentation (#3480)
Add `marked-more-lists` to known extensions

The More Lists extension adds support to Marked for alphabetic and roman numeral ordered lists, and non-sequential lists (skipping numbers).
2024-10-09 14:04:49 -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