Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-updates group across 1 directory with 6 updates #205

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the all-updates group with 6 updates in the /page directory:

Package From To
@astrojs/tailwind 5.1.1 5.1.2
astro 4.15.8 4.16.8
marked 14.1.2 14.1.3
tailwindcss 3.4.12 3.4.14
gh-pages 6.1.1 6.2.0
typedoc 0.26.7 0.26.11

Updates @astrojs/tailwind from 5.1.1 to 5.1.2

Release notes

Sourced from @​astrojs/tailwind's releases.

@​astrojs/tailwind@​5.1.2

Patch Changes

  • #12161 8e500f2 Thanks @​delucis! - Adds keywords to package.json to improve categorization in the Astro integrations catalog
Changelog

Sourced from @​astrojs/tailwind's changelog.

5.1.2

Patch Changes

  • #12161 8e500f2 Thanks @​delucis! - Adds keywords to package.json to improve categorization in the Astro integrations catalog
Commits

Updates astro from 4.15.8 to 4.16.8

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #11823 a3d30a6 Thanks @​DerTimonius! - fix: improve error message when inferSize is used in local images with the Image component

  • #12227 8b1a641 Thanks @​florian-lefebvre! - Fixes a case where environment variables would not be refreshed when using astro:env

  • #12239 2b6daa5 Thanks @​ematipico! - BREAKING CHANGE to the experimental Container API only

    Changes the default page rendering behavior of Astro components in containers, and adds a new option partial: false to render full Astro pages as before.

    Previously, the Container API was rendering all Astro components as if they were full Astro pages containing <!DOCTYPE html> by default. This was not intended, and now by default, all components will render as page partials: only the contents of the components without a page shell.

    To render the component as a full-fledged Astro page, pass a new option called partial: false to renderToString() and renderToResponse():

    import { experimental_AstroContainer as AstroContainer } from 'astro/container';
    import Card from '../src/components/Card.astro';

... (truncated)

Changelog

Sourced from astro's changelog.

4.16.8

Patch Changes

4.16.7

Patch Changes

4.16.6

Patch Changes

  • #11823 a3d30a6 Thanks @​DerTimonius! - fix: improve error message when inferSize is used in local images with the Image component

  • #12227 8b1a641 Thanks @​florian-lefebvre! - Fixes a case where environment variables would not be refreshed when using astro:env

  • #12239 2b6daa5 Thanks @​ematipico! - BREAKING CHANGE to the experimental Container API only

    Changes the default page rendering behavior of Astro components in containers, and adds a new option partial: false to render full Astro pages as before.

    Previously, the Container API was rendering all Astro components as if they were full Astro pages containing <!DOCTYPE html> by default. This was not intended, and now by default, all components will render as page partials: only the contents of the components without a page shell.

    To render the component as a full-fledged Astro page, pass a new option called partial: false to renderToString() and renderToResponse():

... (truncated)

Commits

Updates marked from 14.1.2 to 14.1.3

Release notes

Sourced from marked's releases.

v14.1.3

14.1.3 (2024-10-15)

Bug Fixes

  • include single nested parens in emStrong link mask (#3475) (2b7efa8)
  • kill SIGINT signal at man for marked --help (#3483) (b1fd3ea)
Commits
  • 4359a62 chore(release): 14.1.3 [skip ci]
  • 2b7efa8 fix: include single nested parens in emStrong link mask (#3475)
  • b1fd3ea fix: kill SIGINT signal at man for marked --help (#3483)
  • 9c8c82c chore(deps-dev): Bump @​markedjs/eslint-config from 1.0.4 to 1.0.5 (#3490)
  • 0e7cdf7 chore(deps-dev): Bump typescript from 5.6.2 to 5.6.3 (#3489)
  • 2898bf0 docs: Add marked-more-lists to known extensions in documentation (#3480)
  • d96a4ef chore(deps-dev): Bump rollup from 4.22.4 to 4.24.0 (#3479)
  • c4137b6 chore(deps-dev): Bump eslint from 9.11.1 to 9.12.0 (#3478)
  • 4509626 chore(deps-dev): Bump @​semantic-release/github from 10.3.4 to 11.0.0 (#3473)
  • dfcbc60 chore(deps-dev): Bump commonmark from 0.31.1 to 0.31.2 (#3472)
  • Additional commits viewable in compare view

Updates tailwindcss from 3.4.12 to 3.4.14

Release notes

Sourced from tailwindcss's releases.

v3.4.14

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)

v3.4.13

Fixed

  • Improve source glob verification performance (#14481)
Changelog

Sourced from tailwindcss's changelog.

[3.4.14] - 2024-10-15

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)

[3.4.13] - 2024-09-23

Fixed

  • Improve source glob verification performance (#14481)
Commits

Updates gh-pages from 6.1.1 to 6.2.0

Release notes

Sourced from gh-pages's releases.

v6.2.0

What's Changed

New Contributors

Full Changelog: tschaub/gh-pages@v6.1.1...v6.2.0

Changelog

Sourced from gh-pages's changelog.

v6.2.0

Assorted dependency updates and a documentation change.

Commits
  • 4b29930 6.2.0
  • a3df19c Log changes
  • 0b721f3 Merge pull request #581 from tschaub/updates
  • 13b6efc Update globby
  • 5a8c819 Merge pull request #578 from tschaub/dependabot/npm_and_yarn/sinon-19.0.2
  • bf7ed42 Merge pull request #579 from tschaub/dependabot/npm_and_yarn/eslint-8.57.1
  • e55b0dd Bump eslint from 8.57.0 to 8.57.1
  • b525485 Bump sinon from 18.0.0 to 19.0.2
  • fc668f2 Merge pull request #576 from tschaub/dependabot/npm_and_yarn/async-3.2.6
  • d55ea9f Bump async from 3.2.5 to 3.2.6
  • Additional commits viewable in compare view

Updates typedoc from 0.26.7 to 0.26.11

Release notes

Sourced from typedoc's releases.

v0.26.11

Features

  • If hostedBaseUrl is set to the root page on a website, TypeDoc will now include WebSite structured data, #2760.

Bug Fixes

  • Fix support for ESM config files with Node 23, #2752.
  • Fix type errors when using "module": "ESNext" and importing TypeDoc, #2747.
  • Inherited comments on overloaded methods now consider the overload position when inheriting a comment, #2755.

v0.26.10

Bug Fixes

  • Fixed missing space on page headers, #2748.

v0.26.9

Features

  • Added headings option to control optional headings, #2729.
  • Updated Chinese translations, #2739.
  • Added a folder icon to page navigation elements which are not links, #2741.

Bug Fixes

  • externalSymbolLinkMappings now uses the TypeScript reported link target if available, #2725.
  • TypeDoc will no longer omit the modules page if a project contains only modules/documents, #2730.
  • Fixed missing breadcrumbs on project page, #2728.
  • TypeDoc will no longer render an empty readme page if no readme was found.

Thanks!

v0.26.8

Features

  • Updated Chinese translations, #2706.
  • Exported constants no longer render the type and default value if they are the same, #2717.
  • The HTML output now wraps tag blocks with <div> tags and includes the tag name in a class name, #2723.

Bug Fixes

  • Correctly handle external link resolver link text when referencing an external symbol, #2700.

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.26.11 (2024-11-01)

Features

  • If hostedBaseUrl is set to the root page on a website, TypeDoc will now include WebSite structured data, #2760.

Bug Fixes

  • Fix support for ESM config files with Node 23, #2752.
  • Fix type errors when using "module": "ESNext" and importing TypeDoc, #2747.
  • Inherited comments on overloaded methods now consider the overload position when inheriting a comment, #2755.

v0.26.10 (2024-10-16)

Bug Fixes

  • Fixed missing space on page headers, #2748.

v0.26.9 (2024-10-11)

Features

  • Added headings option to control optional headings, #2729.
  • Updated Chinese translations, #2739.
  • Added a folder icon to page navigation elements which are not links, #2741.

Bug Fixes

  • externalSymbolLinkMappings now uses the TypeScript reported link target if available, #2725.
  • TypeDoc will no longer omit the modules page if a project contains only modules/documents, #2730.
  • Fixed missing breadcrumbs on project page, #2728.
  • TypeDoc will no longer render an empty readme page if no readme was found.

Thanks!

v0.26.8 (2024-10-04)

Features

  • Updated Chinese translations, #2706.
  • Exported constants no longer render the type and default value if they are the same, #2717.
  • The HTML output now wraps tag blocks with <div> tags and includes the tag name in a class name, #2723.

Bug Fixes

  • Correctly handle external link resolver link text when referencing an external symbol, #2700.

... (truncated)

Commits
  • c4b6545 Update changelog for release
  • f3fde9f Bump version to 0.26.11
  • 713d036 Add structured WebSite data to index page if possible
  • 18c4661 Consider overload position when discovering comments
  • ab8f4eb Smarter path handling
  • f06401f Also use import when loading plugins
  • 23f29f3 Fix ESM config files on Node 23
  • 0e1afae Remove implements Map from stable key map
  • 2c73a28 Update changelog for release
  • 94759c3 Bump version to 0.26.10
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-updates group with 6 updates in the /page directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.1` | `5.1.2` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.15.8` | `4.16.8` |
| [marked](https://github.com/markedjs/marked) | `14.1.2` | `14.1.3` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.12` | `3.4.14` |
| [gh-pages](https://github.com/tschaub/gh-pages) | `6.1.1` | `6.2.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.26.7` | `0.26.11` |



Updates `@astrojs/tailwind` from 5.1.1 to 5.1.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/tailwind)

Updates `astro` from 4.15.8 to 4.16.8
- [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/[email protected]/packages/astro)

Updates `marked` from 14.1.2 to 14.1.3
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v14.1.2...v14.1.3)

Updates `tailwindcss` from 3.4.12 to 3.4.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.12...v3.4.14)

Updates `gh-pages` from 6.1.1 to 6.2.0
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](tschaub/gh-pages@v6.1.1...v6.2.0)

Updates `typedoc` from 0.26.7 to 0.26.11
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.26.7...v0.26.11)

---
updated-dependencies:
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: gh-pages
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants