cloudnativedaysjp / website

Website for CloudNative Days a.k.a Dreamkast-Archives
1 stars 0 forks source link

Update dependency astro-icon to v1 #206

Open renovate[bot] opened 9 months ago

renovate[bot] commented 9 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astro-icon (source) ^0.8.0 -> ^1.0.0 age adoption passing confidence

Release Notes

natemoo-re/astro-icon (astro-icon) ### [`v1.1.1`](https://togithub.com/natemoo-re/astro-icon/blob/HEAD/packages/core/CHANGELOG.md#111) [Compare Source](https://togithub.com/natemoo-re/astro-icon/compare/astro-icon@1.1.0...astro-icon@1.1.1) ##### Patch Changes - [#​219](https://togithub.com/natemoo-re/astro-icon/pull/219) [`f18661fc47da152e7555d24b23143f0b481c852b`](https://togithub.com/natemoo-re/astro-icon/commit/f18661fc47da152e7555d24b23143f0b481c852b) Thanks [@​Harry-Ross](https://togithub.com/Harry-Ross)! - Added better typings for height, width and size to accept non-number values (i.e. 2 rem) - [#​203](https://togithub.com/natemoo-re/astro-icon/pull/203) [`a4ff8736965214e16ce0b72364f43b3a4973f281`](https://togithub.com/natemoo-re/astro-icon/commit/a4ff8736965214e16ce0b72364f43b3a4973f281) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Fixes an issue where collections would not be updated when the dev server was automatically restarted - [#​230](https://togithub.com/natemoo-re/astro-icon/pull/230) [`7b11f6b0fb8977bfa35305f48ce70e9bc04ea07a`](https://togithub.com/natemoo-re/astro-icon/commit/7b11f6b0fb8977bfa35305f48ce70e9bc04ea07a) Thanks [@​frankievalentine](https://togithub.com/frankievalentine)! - Fixes a type definition issue caused by outdated dependency ### [`v1.1.0`](https://togithub.com/natemoo-re/astro-icon/blob/HEAD/packages/core/CHANGELOG.md#110) [Compare Source](https://togithub.com/natemoo-re/astro-icon/compare/astro-icon@1.0.4...astro-icon@1.1.0) ##### Minor Changes - [#​200](https://togithub.com/natemoo-re/astro-icon/pull/200) [`d7528f61484d5b60108cbe00bc5fb856766688d0`](https://togithub.com/natemoo-re/astro-icon/commit/d7528f61484d5b60108cbe00bc5fb856766688d0) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Adds support for the `is:inline` directive, which bypasses automatic sprite optimization and directly embeds the plain SVG. ### [`v1.0.4`](https://togithub.com/natemoo-re/astro-icon/blob/HEAD/packages/core/CHANGELOG.md#104) [Compare Source](https://togithub.com/natemoo-re/astro-icon/compare/astro-icon@1.0.3...astro-icon@1.0.4) ##### Patch Changes - [#​198](https://togithub.com/natemoo-re/astro-icon/pull/198) [`aac1ca330f6fdb56a6f3c32c4a91444ee746b557`](https://togithub.com/natemoo-re/astro-icon/commit/aac1ca330f6fdb56a6f3c32c4a91444ee746b557) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Fixes a regression in `1.0.3` that changed how icons were sized ### [`v1.0.3`](https://togithub.com/natemoo-re/astro-icon/blob/HEAD/packages/core/CHANGELOG.md#103) [Compare Source](https://togithub.com/natemoo-re/astro-icon/compare/astro-icon@1.0.2...astro-icon@1.0.3) ##### Patch Changes - [`2aad9d7ab21cdeff91ce43a21babf70e81b1d116`](https://togithub.com/natemoo-re/astro-icon/commit/2aad9d7ab21cdeff91ce43a21babf70e81b1d116) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Fixes an internal TypeScript issue that may have been visible when running `astro check` ### [`v1.0.2`](https://togithub.com/natemoo-re/astro-icon/blob/HEAD/packages/core/CHANGELOG.md#102) [Compare Source](https://togithub.com/natemoo-re/astro-icon/compare/astro-icon@1.0.1...astro-icon@1.0.2) ##### Patch Changes - [#​184](https://togithub.com/natemoo-re/astro-icon/pull/184) [`beefcb732c266bc3eedfa12740c0842fef7deccf`](https://togithub.com/natemoo-re/astro-icon/commit/beefcb732c266bc3eedfa12740c0842fef7deccf) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Improves handling of invalid local icons, which previously caused all local icons to silently fail. - [#​179](https://togithub.com/natemoo-re/astro-icon/pull/179) [`b55cd5f92da8988467e86cb2a45d3dfa82ef3ffa`](https://togithub.com/natemoo-re/astro-icon/commit/b55cd5f92da8988467e86cb2a45d3dfa82ef3ffa) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - **BREAKING**: Requires subdirectory prefixes for local icons. This fixes a regression introduced in v1 and matches the previous v0 `name` behavior. As an example, the `src/icons/logos/astro.svg` file could previously be referenced by the name `astro`. It should correctly be referenced as `logos/astro`. **Before** ```jsx ``` **After** ```jsx ``` - [#​180](https://togithub.com/natemoo-re/astro-icon/pull/180) [`580b5cd93d373ba72418365a97dac4cddf82afd7`](https://togithub.com/natemoo-re/astro-icon/commit/580b5cd93d373ba72418365a97dac4cddf82afd7) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Removes an unecessary warning when only using local icons ### [`v1.0.1`](https://togithub.com/natemoo-re/astro-icon/blob/HEAD/packages/core/CHANGELOG.md#101) [Compare Source](https://togithub.com/natemoo-re/astro-icon/compare/astro-icon@1.0.0...astro-icon@1.0.1) ##### Patch Changes - [#​172](https://togithub.com/natemoo-re/astro-icon/pull/172) [`3819bd149236e7496beff275adc0239b098fe8ea`](https://togithub.com/natemoo-re/astro-icon/commit/3819bd149236e7496beff275adc0239b098fe8ea) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Fix broken link in README - [#​175](https://togithub.com/natemoo-re/astro-icon/pull/175) [`c8c3df3c7fbeb85ad6bf5af67c53048ea26abefc`](https://togithub.com/natemoo-re/astro-icon/commit/c8c3df3c7fbeb85ad6bf5af67c53048ea26abefc) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Fixes an issue that caused installed `@iconify-json/*` packages to not be detected in production environments ### [`v1.0.0`](https://togithub.com/natemoo-re/astro-icon/blob/HEAD/packages/core/CHANGELOG.md#100) [Compare Source](https://togithub.com/natemoo-re/astro-icon/compare/astro-icon@0.8.2...astro-icon@1.0.0) ##### Major Changes - [#​111](https://togithub.com/natemoo-re/astro-icon/pull/111) [`a40531cddfe8e688d35bd25ae15ebc64a0a14ec1`](https://togithub.com/natemoo-re/astro-icon/commit/a40531cddfe8e688d35bd25ae15ebc64a0a14ec1) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Finally, `astro-icon@1.0.0` has arrived! This release provides a more flexible and reliable method of icon management, removes a number of redundant APIs, and now relies on Astro's official integration API. Please see the [Upgade to `astro-icon` v1](https://astroicon.dev/guides/upgrade/v1/) guide for specific migration steps and [the brand new docs site](https://astroicon.dev) for more information. ##### Patch Changes - [#​111](https://togithub.com/natemoo-re/astro-icon/pull/111) [`a40531cddfe8e688d35bd25ae15ebc64a0a14ec1`](https://togithub.com/natemoo-re/astro-icon/commit/a40531cddfe8e688d35bd25ae15ebc64a0a14ec1) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Updates the `exports` field to point to the correct `astro-icon/components` source file - [#​111](https://togithub.com/natemoo-re/astro-icon/pull/111) [`a40531cddfe8e688d35bd25ae15ebc64a0a14ec1`](https://togithub.com/natemoo-re/astro-icon/commit/a40531cddfe8e688d35bd25ae15ebc64a0a14ec1) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Moves warning about local directory to the moment they are used - [#​111](https://togithub.com/natemoo-re/astro-icon/pull/111) [`a40531cddfe8e688d35bd25ae15ebc64a0a14ec1`](https://togithub.com/natemoo-re/astro-icon/commit/a40531cddfe8e688d35bd25ae15ebc64a0a14ec1) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Makes the `astro-icon` integration's `include` settings optional. By default, all icons for any detected `@iconify-json/*` dependencies will be included. This makes migration much easier for existing static site users, while offering the same amount of control for server rendered users. - [#​111](https://togithub.com/natemoo-re/astro-icon/pull/111) [`a40531cddfe8e688d35bd25ae15ebc64a0a14ec1`](https://togithub.com/natemoo-re/astro-icon/commit/a40531cddfe8e688d35bd25ae15ebc64a0a14ec1) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Updates the SVGO options so that they are correctly passed through the build process ### [`v0.8.2`](https://togithub.com/natemoo-re/astro-icon/blob/HEAD/packages/core/CHANGELOG.md#082) [Compare Source](https://togithub.com/natemoo-re/astro-icon/compare/astro-icon@0.8.1...astro-icon@0.8.2) ##### Patch Changes - [#​153](https://togithub.com/natemoo-re/astro-icon/pull/153) [`3664cac3633330c3d19c8e1eb6ffa5c6b8848091`](https://togithub.com/natemoo-re/astro-icon/commit/3664cac3633330c3d19c8e1eb6ffa5c6b8848091) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Fixes incompatability with Vite 5 by removing a deprecated method - [#​148](https://togithub.com/natemoo-re/astro-icon/pull/148) [`d176a7da3b7332d459ec97c0af1667b6be9057fa`](https://togithub.com/natemoo-re/astro-icon/commit/d176a7da3b7332d459ec97c0af1667b6be9057fa) Thanks [@​kripod](https://togithub.com/kripod)! - Fixes an edge case with `createIconPack` when a module cannot be resolved - [#​141](https://togithub.com/natemoo-re/astro-icon/pull/141) [`832ac0523905f658cebd537d65c67b391d7c9b52`](https://togithub.com/natemoo-re/astro-icon/commit/832ac0523905f658cebd537d65c67b391d7c9b52) Thanks [@​liruifengv](https://togithub.com/liruifengv)! - fix type import - [#​149](https://togithub.com/natemoo-re/astro-icon/pull/149) [`f5640282120e4eaa947c695e02587604f3f8b1a6`](https://togithub.com/natemoo-re/astro-icon/commit/f5640282120e4eaa947c695e02587604f3f8b1a6) Thanks [@​kripod](https://togithub.com/kripod)! - Improves the performance for `createIconPack`'s local icon resolution

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.