agrc / api.mapserv.utah.gov

An asp.net web api system for geocoding addresses and performing spatial queries
https://api.mapserv.utah.gov/
MIT License
5 stars 5 forks source link

deps: bump the safe-dependencies group in /src/explorer with 6 updates #325

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the safe-dependencies group in /src/explorer with 6 updates:

Package From To
@astrojs/starlight 0.23.1 0.23.2
@types/react 18.3.2 18.3.3
astro 4.9.1 4.9.2
starlight-links-validator 0.8.0 0.9.0
prettier-plugin-astro 0.13.0 0.14.0
prettier-plugin-tailwindcss 0.5.14 0.6.1

Updates @astrojs/starlight from 0.23.1 to 0.23.2

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.23.2

Patch Changes

Changelog

Sourced from @​astrojs/starlight's changelog.

0.23.2

Patch Changes

Commits


Updates @types/react from 18.3.2 to 18.3.3

Commits


Updates astro from 4.9.1 to 4.9.2

Release notes

Sourced from astro's releases.

astro@4.9.2

Patch Changes

  • #11138 98e0372 Thanks @​ematipico! - You can now pass props when rendering a component using the Container APIs:

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

    const container = await AstroContainer.create(); const result = await container.renderToString(Card, { props: { someState: true, }, });

Changelog

Sourced from astro's changelog.

4.9.2

Patch Changes

  • #11138 98e0372 Thanks @​ematipico! - You can now pass props when rendering a component using the Container APIs:

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

    const container = await AstroContainer.create(); const result = await container.renderToString(Card, { props: { someState: true, }, });

Commits


Updates starlight-links-validator from 0.8.0 to 0.9.0

Release notes

Sourced from starlight-links-validator's releases.

v0.9.0

   🚀 Features

    View changes on GitHub
Commits
  • 90194c7 chore: release v0.9.0
  • 55fcf7d Merge pull request #42 from HiDeoo/hd-feat-exclude-glob
  • caa4115 feat: adds support for glob patterns with the exclude option
  • e5626b5 Merge pull request #40 from HiDeoo/hd-docs-exclude-custom-pages
  • 672a028 docs: update exclude option documentation
  • See full diff in compare view


Updates prettier-plugin-astro from 0.13.0 to 0.14.0

Release notes

Sourced from prettier-plugin-astro's releases.

v0.14.0

Minor Changes

  • bb756df: Adds a new option called astroSkipFrontmatter to disable formatting the frontmatter. This can be useful when using other tools to format the frontmatter, such as Biome or dprint.
Changelog

Sourced from prettier-plugin-astro's changelog.

0.14.0

Minor Changes

  • bb756df: Adds a new option called astroSkipFrontmatter to disable formatting the frontmatter. This can be useful when using other tools to format the frontmatter, such as Biome or dprint.
Commits


Updates prettier-plugin-tailwindcss from 0.5.14 to 0.6.1

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.6.1

Added

  • Add new tailwindPreserveDuplicates option to disable removal of duplicate classes (#276)

Fixed

  • Improve handling of whitespace removal when concatenating strings (#276)
  • Fix a bug where Angular expressions may produce invalid code after sorting (#276)
  • Disabled whitespace and duplicate class removal for Liquid and Svelte (#276)

v0.6.0

Changed

  • Remove duplicate classes (#272)
  • Remove extra whitespace around classes (#272)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.6.1] - 2024-05-31

Added

  • Add new tailwindPreserveDuplicates option to disable removal of duplicate classes (#276)

Fixed

  • Improve handling of whitespace removal when concatenating strings (#276)
  • Fix a bug where Angular expressions may produce invalid code after sorting (#276)
  • Disabled whitespace and duplicate class removal for Liquid and Svelte (#276)

[0.6.0] - 2024-05-30

Changed

  • Remove duplicate classes (#272)
  • Remove extra whitespace around classes (#272)
Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions