Conversation
… 8 updates Bumps the minor-and-patch group with 8 updates in the /docs directory: | Package | From | To | | --- | --- | --- | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.2.5` | `5.7.2` | | [marked](https://github.com/markedjs/marked) | `15.0.7` | `15.0.8` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.1` | `22.14.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.24.0` | `8.30.1` | | [eslint](https://github.com/eslint/eslint) | `9.19.0` | `9.24.0` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.43.6` | `5.50.4` | | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.3` | Updates `astro` from 5.2.5 to 5.7.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.7.2/packages/astro) Updates `marked` from 15.0.7 to 15.0.8 - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](markedjs/marked@v15.0.7...v15.0.8) Updates `@types/node` from 22.13.1 to 22.14.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/parser` from 8.24.0 to 8.30.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.30.1/packages/parser) Updates `eslint` from 9.19.0 to 9.24.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.19.0...v9.24.0) Updates `knip` from 5.43.6 to 5.50.4 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json) - [Commits](https://github.com/webpro-nl/knip/commits/5.50.4/packages/knip) Updates `prettier` from 3.4.2 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.3) Updates `typescript` from 5.7.3 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.7.3...v5.8.3) --- updated-dependencies: - dependency-name: astro dependency-version: 5.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: marked dependency-version: 15.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 22.14.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/parser" dependency-version: 8.30.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint dependency-version: 9.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: knip dependency-version: 5.50.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch group with 8 updates in the /docs directory:
5.2.55.7.215.0.715.0.822.13.122.14.18.24.08.30.19.19.09.24.05.43.65.50.43.4.23.5.35.7.35.8.3Updates
astrofrom 5.2.5 to 5.7.2Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
3d1409d[ci] release (#13631)d475afcFix relative redirects regression. Closes #13607 (#13616)516de7dfix(routing): rewrite regression (#13634)cb05cfbfeat(fonts): fallback improvements (#13632)99af0d1[ci] format3e7db4ffix(fonts): tech(undefined) for local provider (#13630)28176d2[ci] release (#13623)7f1a624fix(fonts): client access (#13627)dc4a015feat(fonts): unifont improvements (#13594)f1311d2fix(fonts): component ordering (#13625)Updates
markedfrom 15.0.7 to 15.0.8Release notes
Sourced from marked's releases.
Commits
fc85f92chore(release): 15.0.8 [skip ci]721dc58fix: fix emstrong inside escaped backticks (#3652)1ac6bc1chore(deps-dev): Bump rollup from 4.37.0 to 4.38.0 (#3650)d120e01chore(docs): Add marked-typograf extension to the docs (#3649)b5bcd7cchore(deps-dev): Bump rollup from 4.36.0 to 4.37.0 (#3647)11b82b9chore(deps-dev): Bump eslint from 9.22.0 to 9.23.0 (#3646)0efaf92chore(deps-dev): Bump rollup from 4.35.0 to 4.36.0 (#3642)7fee000chore(deps-dev): Bump@markedjs/eslint-configfrom 1.0.11 to 1.0.12 (#3639)a530fb4chore(deps-dev): Bump rollup from 4.34.9 to 4.35.0 (#3638)7c30e00chore(deps-dev): Bump eslint from 9.21.0 to 9.22.0 (#3637)Updates
@types/nodefrom 22.13.1 to 22.14.1Commits
Updates
@typescript-eslint/parserfrom 8.24.0 to 8.30.1Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.... (truncated)
Commits
9531492chore(release): publish 8.30.1b3688bechore(release): publish 8.30.0f1ceadechore: remove unused downlevel-dts (#11034)6e03f7cchore: corrected vitest.config.base compiler inclusion (#11067)c438c50chore(parser): migrate fromjesttovitest(#10775)ef7e6dechore(release): publish 8.29.13dd1835chore(release): publish 8.29.0807f5cachore(release): publish 8.28.03efd99echore(release): publish 8.27.09aa0b6bchore(release): publish 8.26.1Updates
eslintfrom 9.19.0 to 9.24.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
d49f5b79.24.09b6ed8aBuild: changelog update for 9.24.0ef67420chore: upgrade@eslint/js@9.24.0 (#19602)4946847chore: package.json update for@eslint/jsreleasef857820docs: update documentation for--experimental-strip-types(#19594)803e4afdocs: simplify gitignore path handling in includeIgnoreFile section (#19596)6d979ccdocs: Update READMEb23d1c5fix: deduplicate variable names in no-loop-func error messages (#19595)556c25bfeat: support loading TS config files using--experimental-strip-types(#19...82177e4docs: Update READMEUpdates
knipfrom 5.43.6 to 5.50.4Release notes
Sourced from knip's releases.
... (truncated)
Commits
06ad58fRelease 5.50.478f8cf4Mark simple-git-hooks as used dependency when config exists (#1027)b39ac44Don't exclude (dist) files with js ext from being source mappedd425b5fRelease 5.50.33db59f7Revert and improve fix for #1024e8fcd87Update comment330e918Use pnpm workspaces over package.json workspacesd958e90Include empty named import declarationb30ccd2Release 5.50.21966c23Fix recursion in config file handling (resolves #1024)Updates
prettierfrom 3.4.2 to 3.5.3Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
4ff5dc5Release 3.5.3a2e560eFix missing parentheses inConditionalTypeAnnotation(#17196)fa95c97AddmergeBlogPoststep to release script (#17199)b47cd50Add title to patch release changelog (#17197)de30788Minor fix in release scriptecee6a0Clean changelog_unreleasedfd06512Bump Prettier dependency to 3.5.21f74dd5Update dependents count399f427Description has been truncated