Closed dependabot[bot] closed 3 months ago
Bumps the prod-dependencies group with 28 updates:
4.0.5
4.0.7
3.1.1
3.1.6
2.6.0
2.6.2
6.0.0
6.1.0
4.0.12
4.1.0
0.6.0
0.15.0
10.0.0
10.0.1
1.0.0
1.0.1
0.10.13
0.10.14
5.1.6
5.3.4
1.1.42
1.1.43
0.58.6
0.61.5
0.0.78
0.0.81
0.3.2
0.3.3
5.4.2
5.5.3
5.0.17
5.0.19
0.5.10
0.5.13
2.3.1
2.3.3
0.8.3
0.8.4
3.4.1
3.4.6
1.72.0
1.77.8
8.0.1
9.3.0
0.2.11
0.21.1
0.25.1
4.5.6
4.12.2
0.33.2
0.33.4
Updates @astrojs/rss from 4.0.5 to 4.0.7
@astrojs/rss
Sourced from @astrojs/rss's releases.
@astrojs/rss
@astrojs/rss@4.0.7 Patch Changes #11299 8ce66f2 Thanks @ematipico! - Fixes an issue where the pagesGlobToRssItems returned an incorrect type for items @astrojs/rss@4.0.6 Patch Changes #11050 841df1f Thanks @mingjunlu! - Fixes an issue where trailing slash is not removed even if the trailingSlash option is set to false.
@4
8ce66f2
@ematipico
pagesGlobToRssItems
items
841df1f
@mingjunlu
trailingSlash
false
Sourced from @astrojs/rss's changelog.
4.0.7 Patch Changes #11299 8ce66f2 Thanks @ematipico! - Fixes an issue where the pagesGlobToRssItems returned an incorrect type for items 4.0.6 Patch Changes #11050 841df1f Thanks @mingjunlu! - Fixes an issue where trailing slash is not removed even if the trailingSlash option is set to false.
ce310f8
RSSFeedItem
464b0a1
5a48d53
b743ddd
8d5f3e8
40e8450
0626234
5ff288f
strictEqual
equal
Updates @astrojs/sitemap from 3.1.1 to 3.1.6
@astrojs/sitemap
Sourced from @astrojs/sitemap's releases.
@astrojs/sitemap
@astrojs/sitemap@3.1.6 Patch Changes #11263 7d59750 Thanks @wackbyte! - Refactor to use Astro's integration logger for logging @astrojs/sitemap@3.1.5 Patch Changes #10779 cefeadf Thanks @adrianlyjak! - Fixes false positives for status code routes like 404 and 500 when generating sitemaps.
@3
7d59750
@wackbyte
cefeadf
@adrianlyjak
404
500
Sourced from @astrojs/sitemap's changelog.
3.1.6 Patch Changes #11263 7d59750 Thanks @wackbyte! - Refactor to use Astro's integration logger for logging 3.1.5 Patch Changes #10779 cefeadf Thanks @adrianlyjak! - Fixes false positives for status code routes like 404 and 500 when generating sitemaps. 3.1.4 Patch Changes #10772 0e22462d1534afc8f7bb6782f86db680c7a5f245 Thanks @gislerro! - Fixes an issue where the root url does not follow the trailingSlash config option 3.1.3 Patch Changes #10795 1ce22881c657becf0397b83ac393fb5d2399104c Thanks @bluwy! - Improves performance when generating the sitemap data 3.1.2 Patch Changes #10557 5f7e9c47e01116f6ec74b33770f480404680956a Thanks @mingjunlu! - Fixes an issue where the base path is missing in sitemap-index.xml.
0e22462d1534afc8f7bb6782f86db680c7a5f245
@gislerro
1ce22881c657becf0397b83ac393fb5d2399104c
@bluwy
5f7e9c47e01116f6ec74b33770f480404680956a
sitemap-index.xml
83c565b
9ddd638
f9b6f4f
05d58ef
7fda037
5750ad1
Updates @resvg/resvg-js from 2.6.0 to 2.6.2
@resvg/resvg-js
Sourced from @resvg/resvg-js's releases.
@resvg/resvg-js
v2.6.2 No release notes provided. v2.6.1 What's Changed This version solves the problem of missing DLLs caused by not installing Visual C++ Redistributable on Windows. Added chore(deps): update yarn to v3.8.1 chore(deps): update actions/cache action to v4 chore(deps): upgrade dependencies such as napi-rs #311 chore(ci): adding Node.js v20 to the CI chore(ci): use macOS M1 machines doc: clarify that the default value of the defaultFontFamily is empty doc: improved change log documentation for M/L/C error test: add a bbox test with stroke fix(deps): update rust crate svgtypes to 0.14.0 Fixed fix: enable static link for windows-msvc #308 Thanks to @Zagrios fix: test bindings on x86_64-unknown-linux-musl #306 Thanks to @Brooooooklyn New Contributors @Zagrios made their first contribution in yisibl/resvg-js#308 Full Changelog: https://github.com/yisibl/resvg-js/compare/v2.6.0...v2.6.1 v2.6.1-beta.0 What's Changed This version solves the problem of missing DLLs caused by not installing Visual C++ Redistributable on Windows. Added chore(deps): upgrade dependencies such as napi-rs #311 chore(ci): adding Node.js v20 to the CI chore(ci): use macOS M1 machines doc: clarify that the default value of the defaultFontFamily is empty doc: improved change log documentation for M/L/C error test: add a bbox test with stroke fix(deps): update rust crate svgtypes to 0.14.0 Fixed fix: enable static link for windows-msvc #308 Thanks to @Zagrios fix: test bindings on x86_64-unknown-linux-musl #306 Thanks to @Brooooooklyn
No release notes provided.
This version solves the problem of missing DLLs caused by not installing Visual C++ Redistributable on Windows.
@Zagrios
@Brooooooklyn
Full Changelog: https://github.com/yisibl/resvg-js/compare/v2.6.0...v2.6.1
... (truncated)
Sourced from @resvg/resvg-js's changelog.
[2.6.2] - 2024-03-26 Fixed fix: Uncaught LinkError WebAssembly.instantiate() #322 [2.6.1] - 2024-03-25 Added chore(deps): update yarn to v3.8.1 chore(deps): update actions/cache action to v4 [2.6.1-beta.0] - 2024-03-11 This version solves the problem of missing DLLs caused by not installing Visual C++ Redistributable on Windows. Added chore(deps): upgrade dependencies such as napi-rs #311 chore(ci): adding Node.js v20 to the CI chore(ci): use macOS M1 machines doc: clarify that the default value of the defaultFontFamily is empty doc: improved change log documentation for M/L/C error test: add a bbox test with stroke fix(deps): update rust crate svgtypes to 0.14.0 Fixed fix: enable static link for windows-msvc #308 Thanks to @Zagrios fix: test bindings on x86_64-unknown-linux-musl #306 Thanks to @Brooooooklyn
Uncaught LinkError WebAssembly.instantiate()
9ca0584
11ea519
60942db
.node
3b9733f
f664edf
761fd8e
f8087c4
b05682b
caf40aa
d1ef7c8
@swc-node/register
Updates @ts-ghost/core-api from 6.0.0 to 6.1.0
@ts-ghost/core-api
Sourced from @ts-ghost/core-api's releases.
@ts-ghost/core-api
@ts-ghost/core-api@6.1.0 What's Changed upgrade zod and make changes accordingly by @PhilDL in PhilDL/ts-ghost#237
@6
@PhilDL
fb0b9bc
0586744
d6ad4dd
1c72bb7
bed11f8
bc5643b
f71ff87
4b816d5
5c81a7b
ca75016
Updates @ts-ghost/content-api from 4.0.12 to 4.1.0
@ts-ghost/content-api
Sourced from @ts-ghost/content-api's releases.
@ts-ghost/content-api
@ts-ghost/content-api@4.1.0 What's Changed chore(deps): update pnpm/action-setup action to v4 by @renovate in PhilDL/ts-ghost#235 upgrade zod and make changes accordingly by @PhilDL in PhilDL/ts-ghost#237 chore(deps): update all non-major dependencies by @renovate in PhilDL/ts-ghost#232 236 bug postauthors has slightly different type than author by @PhilDL in PhilDL/ts-ghost#238 Version Packages by @github-actions in PhilDL/ts-ghost#239 Full Changelog: https://github.com/PhilDL/ts-ghost/compare/@ts-ghost/ghost-blog-buster@0.6.16...@ts-ghost/content-api@4.1.0
@renovate
@github-actions
Full Changelog: https://github.com/PhilDL/ts-ghost/compare/@ts-ghost/ghost-blog-buster@0.6.16...@ts-ghost/content-api@4.1.0
@ts-ghost/ghost-blog-buster
@0.6.16...
@4.1.0
Updates astro-integration-kit from 0.6.0 to 0.15.0
astro-integration-kit
Sourced from astro-integration-kit's releases.
astro-integration-kit@0.15.0 Please refer to CHANGELOG.md for details. astro-integration-kit@0.14.0 Please refer to CHANGELOG.md for details. astro-integration-kit@0.13.3 Please refer to CHANGELOG.md for details. astro-integration-kit@0.13.2 Please refer to CHANGELOG.md for details. astro-integration-kit@0.13.1 Please refer to CHANGELOG.md for details. astro-integration-kit@0.13.0 Please refer to CHANGELOG.md for details. astro-integration-kit@0.12.0 Please refer to CHANGELOG.md for details. astro-integration-kit@0.11.3 Please refer to CHANGELOG.md for details. astro-integration-kit@0.11.2 Please refer to CHANGELOG.md for details. astro-integration-kit@0.11.1 Please refer to CHANGELOG.md for details. astro-integration-kit@0.11.0 Please refer to CHANGELOG.md for details. astro-integration-kit@0.10.0 Please refer to CHANGELOG.md for details. astro-integration-kit@0.9.0 Please refer to CHANGELOG.md for details. astro-integration-kit@0.8.0 Please refer to CHANGELOG.md for details. astro-integration-kit@0.7.1 Please refer to CHANGELOG.md for details. astro-integration-kit@0.7.0 Please refer to CHANGELOG.md for details. astro-integration-kit@0.6.1 Please refer to CHANGELOG.md for details.
Please refer to CHANGELOG.md for details.
5fa1688
e035a87
a9a1d56
676438b
25c72f6
defineAllHooksPlugin
619bced
7f434df
72ac1e9
7db3815
2762d0a
Updates package-json from 10.0.0 to 10.0.1
package-json
Sourced from package-json's releases.
v10.0.1 Remove readme and readmeFile properties from types as npm removed these 0e9309b https://github.com/sindresorhus/package-json/compare/v10.0.0...v10.0.1
readme
readmeFile
https://github.com/sindresorhus/package-json/compare/v10.0.0...v10.0.1
a918258
0e9309b
a0ec515
Updates picocolors from 1.0.0 to 1.0.1
picocolors
Sourced from picocolors's releases.
picocolors 1.0.1 What's new? Updated color detection mechanism to work properly on Vercel Edge Runtime alexeyraspopov/picocolors#64 Remove use of recursion to avoid possible stack overflow for very long inputs alexeyraspopov/picocolors#56
Sourced from picocolors's changelog.
v1.0.1 Updated color detection mechanism to work properly on Vercel Edge Runtime (#64) Remove use of recursion to avoid possible stack overflow for very long inputs (#56)
5f0c047
a014200
b626148
6b43e8e
0836f3c
e9b2731
Updates satori from 0.10.13 to 0.10.14
satori
Sourced from satori's releases.
0.10.14 0.10.14 (2024-07-04) Bug Fixes incorrect data URL parsing (#596) (965b3a1), closes #597 /www.rfc-editor.org/rfc/rfc2397#section-3
965b3a1
3d3bee3
d1dfcce
Updates vite from 5.1.6 to 5.3.4
vite
Sourced from vite's releases.
create-vite@5.3.0 Please refer to CHANGELOG.md for details. create-vite@5.2.3 Please refer to CHANGELOG.md for details. create-vite@5.2.2 Please refer to CHANGELOG.md for details. create-vite@5.2.1 Please refer to CHANGELOG.md for details. create-vite@5.2.0 Please refer to CHANGELOG.md for details.
Sourced from vite's changelog.
5.3.4 (2024-07-16) fix: update Terser type definitions (fix #17668) (#17669) (b723a75), closes #17668 #17669 fix(build): skip preload treeshaking for nested braces (#17687) (4be96b4), closes #17687 fix(css): include .css?url in assets field of manifest (#17623) (1465b20), closes #17623 fix(worker): nested inlined worker always fallbacked to data URI worker instead of using blob worker (07bc489), closes #17509 refactor: replace includes with logical operations (#17620) (c4a2227), closes #17620 chore: add callback to http-proxy.d.ts jsdoc (#17646) (d8a5d70), closes #17646 5.3.3 (2024-07-03) fix: lazily evaluate __vite__mapDeps files (#17602) (dafff4a), closes #17602 fix(deps): update all non-major dependencies (#17590) (012490c), closes #17590 fix(lib): remove pure CSS dynamic import (#17601) (055f1c1), closes #17601 fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option (#17563) (14c3d49), closes #17563 5.3.2 (2024-06-27) fix(client): uniform variable location (#17528) (a8e2f6f), closes #17528 fix(deps): update all non-major dependencies (#17494) (bf123f2), closes #17494 fix(typescript): correctly expand ${configDir} in tsconfig.json (#17576) (24c799b), closes #17576 chore: fix some comments (#17495) (ec16a5e), closes #17495 chore(deps): update all non-major dependencies (#17553) (a33a97f), closes #17553 chore(deps): update dependency eslint to v9 (#16661) (6c10662), closes #16661 chore(deps): update es-module-lexer to 1.5.4 (#17555) (2d6672f), closes #17555 refactor(optimizer): use early continues (#17551) (7c06ef0), closes #17551 5.3.1 (2024-06-14) fix(build): handle preload treeshaking for braces (#17479) (d355568), closes #17479 fix(build): handle preload treeshaking for commas (#17472) (3e27071), closes #17472 fix(build): preload treeshaking ignore equal (#17480) (6ced135), closes #17480 chore: consolidate changelog for 5.3 (#17476) (1f09344), closes #17476 5.3.0 (2024-06-13) Features feat: asset type add bmp (#17439) (ec287f8), closes #17439 feat(typescript): update tsconfck to add support for ${configDir} replacement in ts 5.5 (#17350) (4835e2b), closes #17350 refactor(build): remove quotes from preload marker (#16562) (9853190), closes #16562 feat: add 'system' library format (#11256) (4102ca9), closes #11256
.css?url
location
${configDir}
4e57a97
1465b20
c4a2227
d8a5d70
4be96b4
b723a75
07bc489
22b2994
012490c
14c3d49
Updates @iconify-json/logos from 1.1.42 to 1.1.43
@iconify-json/logos
2bbdb99
Updates @unocss/astro from 0.58.6 to 0.61.5
@unocss/astro
Sourced from @unocss/astro's releases.
@unocss/astro
v0.61.5 🐞 Bug Fixes svelte-scoped: Make sure createRecoveryConfigLoader() runs before reloadConfig() - by @henrikvilhelmberglund in unocss/unocss#3992 (3ac85) View changes on GitHub v0.61.4 🚀 Features config: Introduce createRecoveryConfigLoader - by @Simon-He95, @antfu and Anthony Fu in unocss/unocss#3953 (64fb0) 🐞 Bug Fixes shared-integration: DefaultIdeMatchInclude String literals - by @Simon-He95 in unocss/unocss#3983 (7ee8b) Prevent potential data race in flushTask - by @KermanX in unocss/unocss#3984 (141cd) transformer-directives: With important - by @Simon-He95 in unocss/unocss#3977 (8d40e) Screen with css compression - by @Simon-He95 in unocss/unocss#3981 (8fb60) web-fonts: Missing local node10 types - by @userquin in unocss/unocss#3963 (3ff7c) View changes on GitHub v0.61.3 🚀 Features web-fonts: Ability to serve fonts from local - by @antfu, @userquin and onmax in unocss/unocss#3962 (a6aff) View changes on GitHub v0.61.2 No significant changes View changes on GitHub v0.61.0 🚀 Features core: Support generator in rule matcher - by @antfu in unocss/unocss#3884 (7e156) Introduce special symbols for applying custom variants - by @antfu in unocss/unocss#3885 (d80f6) preset-mini: Add support for peer and group variants on aria-* variants to Preset-Mini - by @Johnkat-Mj and @Simon-He95 in unocss/unocss#3692 (c3265) vscode: Add borderRadius to control color cube - by @Simon-He95 and @antfu in unocss/unocss#3872 (ad294) 🐞 Bug Fixes
@henrikvilhelmberglund
createRecoveryConfigLoader
@Simon-He95
@antfu
flushTask
@KermanX
local
@userquin
No significant changes
@Johnkat-Mj
743ab3f
a51224d
2589051
f3f4beb
e7d0343
b4d7920
363e866
85827dc
464952f
6d94efc
This version was pushed to npm by unocss-bot, a new releaser for @unocss/astro since your current version.
Updates @unocss/reset from 0.58.6 to 0.61.5
@unocss/reset
Sourced from @unocss/reset's releases.
@unocss/reset
v0.61.5 🐞 Bug Fixes svelte-scoped: Make sure createRecoveryConfigLoader() runs before reloadConfig() - by @henrikvilhelmberglund in unocss/unocss#3992 (3ac85) View changes on GitHub v0.61.4 🚀 Features config: Introduce createRecoveryConfigLoader - by @Simon-He95, @antfu and Anthony Fu in unocss/unocss#3953 (64fb0) 🐞 Bug Fixes shared-integration: DefaultIdeMatchInclude String literals - by @Simon-He95 in unocss/unocss#3983 (7ee8b) Prevent potential data race in flushTask - by @KermanX in unocss/unocss#3984 (141cd) transformer-directives: With important - by @Simon-He95 in unocss/unocss#3977 (8d40e) Screen with css compression - by @Simon-He95 in unocss/unocss#3981 (8fb60) web-fonts: Missing local node10 types - by @userquin in unocss/unocss#3963 (3ff7c) View changes on GitHub v0.61.3 🚀 Features web-fonts: Ability to serve fonts from local - by @antfu, @userquin and
Latest commit: f18d1bee1749db1a423d220e1fe79e41b87b51cb
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml
Bumps the prod-dependencies group with 28 updates:
4.0.5
4.0.7
3.1.1
3.1.6
2.6.0
2.6.2
6.0.0
6.1.0
4.0.12
4.1.0
0.6.0
0.15.0
10.0.0
10.0.1
1.0.0
1.0.1
0.10.13
0.10.14
5.1.6
5.3.4
1.1.42
1.1.43
0.58.6
0.61.5
0.58.6
0.61.5
0.0.78
0.0.81
0.3.2
0.3.3
5.4.2
5.5.3
0.58.6
0.61.5
5.0.17
5.0.19
0.5.10
0.5.13
2.3.1
2.3.3
0.8.3
0.8.4
3.4.1
3.4.6
1.72.0
1.77.8
8.0.1
9.3.0
0.2.11
0.3.2
0.21.1
0.25.1
4.5.6
4.12.2
0.33.2
0.33.4
Updates
@astrojs/rss
from 4.0.5 to 4.0.7Release notes
Sourced from
@astrojs/rss
's releases.Changelog
Sourced from
@astrojs/rss
's changelog.Commits
ce310f8
[ci] release (#11297)8ce66f2
fix(rss): correct types forRSSFeedItem
(#11299)464b0a1
fix(deps): update all non-major dependencies (#11151)5a48d53
[ci] release (#11025)b743ddd
[ci] format841df1f
fix(rss): fix an issue where trailing slash is not removed even if `trailingS...8d5f3e8
chore(deps): update all non-major dependencies (#10833)40e8450
chore: use Biome to format JS files (#10788)0626234
chore: use biome to sort imports - only test files (#10180)5ff288f
chore: ChangestrictEqual
toequal
(#10140)Updates
@astrojs/sitemap
from 3.1.1 to 3.1.6Release notes
Sourced from
@astrojs/sitemap
's releases.Changelog
Sourced from
@astrojs/sitemap
's changelog.Commits
83c565b
[ci] release (#11233)7d59750
chore: logging cleanup (#11263)464b0a1
fix(deps): update all non-major dependencies (#11151)9ddd638
[ci] release (#11086)cefeadf
Make status code check more strict for sitemap plugin (#10779)f9b6f4f
chore(deps): update all non-major dependencies (#10958)05d58ef
fix(deps): update all non-major dependencies (#10901)8d5f3e8
chore(deps): update all non-major dependencies (#10833)7fda037
[ci] release (#10798)5750ad1
[ci] formatUpdates
@resvg/resvg-js
from 2.6.0 to 2.6.2Release notes
Sourced from
@resvg/resvg-js
's releases.... (truncated)
Changelog
Sourced from
@resvg/resvg-js
's changelog.Commits
9ca0584
2.6.211ea519
fix: Uncaught LinkError WebAssembly.instantiate()60942db
fix(ci): missing.node
file for x86_64-apple-darwin3b9733f
2.6.1f664edf
chore(deps): update yarn to v3.8.1761fd8e
chore(deps): update actions/cache action to v4f8087c4
2.6.1-beta.0b05682b
chore(deps): upgrade dependencies such as napi-rscaf40aa
fix(deps): update rust crate svgtypes to 0.14.0d1ef7c8
chore(deps): update dependency@swc-node/register
to v1.9.0Updates
@ts-ghost/core-api
from 6.0.0 to 6.1.0Release notes
Sourced from
@ts-ghost/core-api
's releases.Commits
fb0b9bc
Version Packages (#239)0586744
236 bug postauthors has slightly different type than author (#238)d6ad4dd
chore(deps): update all non-major dependencies (#232)1c72bb7
upgrade zod and make changes accordingly (#237)bed11f8
chore(deps): update pnpm/action-setup action to v4 (#235)bc5643b
Version Packages (#233)f71ff87
fix ghost url with custom port (#230)4b816d5
fix release CI, pnpm version will be picked up by corepackin package.json5c81a7b
fix CI, pnpm version will be picked up by corepackin package.jsonca75016
upgrade depds(#231)Updates
@ts-ghost/content-api
from 4.0.12 to 4.1.0Release notes
Sourced from
@ts-ghost/content-api
's releases.Commits
fb0b9bc
Version Packages (#239)0586744
236 bug postauthors has slightly different type than author (#238)d6ad4dd
chore(deps): update all non-major dependencies (#232)1c72bb7
upgrade zod and make changes accordingly (#237)bed11f8
chore(deps): update pnpm/action-setup action to v4 (#235)bc5643b
Version Packages (#233)f71ff87
fix ghost url with custom port (#230)4b816d5
fix release CI, pnpm version will be picked up by corepackin package.json5c81a7b
fix CI, pnpm version will be picked up by corepackin package.jsonca75016
upgrade depds(#231)Updates
astro-integration-kit
from 0.6.0 to 0.15.0Release notes
Sourced from astro-integration-kit's releases.
Commits
5fa1688
chore: update versione035a87
feat: Bump minimal version of Astro to 4.12 (#115)a9a1d56
chore: update version676438b
fix: Allow plugins to initalize themselves on unused hooks (#114)25c72f6
feat: AdddefineAllHooksPlugin
for plugins working on all hooks (#113)619bced
chore: update version7f434df
chore: upgrade deps (#110)72ac1e9
Merge branch 'main' of https://github.com/florian-lefebvre/astro-integration-kit7db3815
docs: move template tip to installation page2762d0a
docs: add astro-subfont (#109)Updates
package-json
from 10.0.0 to 10.0.1Release notes
Sourced from package-json's releases.
Commits
a918258
10.0.10e9309b
Removereadme
andreadmeFile
from types as npm removed thesea0ec515
Skip failing test on Node.js 18 (#83)Updates
picocolors
from 1.0.0 to 1.0.1Release notes
Sourced from picocolors's releases.
Changelog
Sourced from picocolors's changelog.
Commits
5f0c047
v1.0.1a014200
fix: iteratively replace "close" to avoid maximum stack error (#64)b626148
Fix color detection in edge runtime (#56)6b43e8e
uniform api usage in complex benchmark0836f3c
update benchmarks per recent job rune9b2731
Create .gitignore (#37)Updates
satori
from 0.10.13 to 0.10.14Release notes
Sourced from satori's releases.
Commits
965b3a1
fix: incorrect data URL parsing (#596)3d3bee3
chore: Remove Node 18 from CI; update test snapshots (#620)d1dfcce
Correctly position font baseline and line-height (#599)Updates
vite
from 5.1.6 to 5.3.4Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
4e57a97
release: v5.3.41465b20
fix(css): include.css?url
in assets field of manifest (#17623)c4a2227
refactor: replace includes with logical operations (#17620)d8a5d70
chore: add callback to http-proxy.d.ts jsdoc (#17646)4be96b4
fix(build): skip preload treeshaking for nested braces (#17687)b723a75
fix: update Terser type definitions (fix #17668) (#17669)07bc489
fix(worker): nested inlined worker always fallbacked to data URI worker inste...22b2994
release: v5.3.3012490c
fix(deps): update all non-major dependencies (#17590)14c3d49
fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin op...Updates
@iconify-json/logos
from 1.1.42 to 1.1.43Commits
2bbdb99
Update OpenMojiUpdates
@unocss/astro
from 0.58.6 to 0.61.5Release notes
Sourced from
@unocss/astro
's releases.... (truncated)
Commits
743ab3f
chore: release v0.61.5a51224d
chore: release v0.61.42589051
chore: release v0.61.3f3f4beb
chore: update depse7d0343
chore: release v0.61.2b4d7920
chore: release v0.61.1363e866
chore: update deps85827dc
chore: release v0.61.0464952f
chore: update deps6d94efc
chore: release v0.60.4Maintainer changes
This version was pushed to npm by unocss-bot, a new releaser for
@unocss/astro
since your current version.Updates
@unocss/reset
from 0.58.6 to 0.61.5Release notes
Sourced from
@unocss/reset
's releases.🦋 Changeset detected
Latest commit: f18d1bee1749db1a423d220e1fe79e41b87b51cb
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 6 packages
| Name | Type | | ------------------------------------------- | ----- | | @matthiesenxyz/astro-ghostcms-catppuccin | Patch | | @matthiesenxyz/astro-ghostcms-theme-default | Patch | | @matthiesenxyz/create-astro-ghostcms | Patch | | @matthiesenxyz/astro-ghostcms-brutalbyelian | Patch | | @matthiesenxyz/astro-ghostcms | Patch | | @matthiesenxyz/starlight-ghostcms | Patch |Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml