astro-ghostcms
astro-ghostcms copied to clipboard
Bump the prod-dependencies group with 22 updates
Bumps the prod-dependencies group with 22 updates:
Package | From | To |
---|---|---|
@astrojs/rss | 4.0.5 |
4.0.6 |
@astrojs/sitemap | 3.1.1 |
3.1.5 |
@resvg/resvg-js | 2.6.0 |
2.6.2 |
astro-integration-kit | 0.6.0 |
0.13.3 |
picocolors | 1.0.0 |
1.0.1 |
vite | 5.1.6 |
5.2.11 |
@unocss/astro | 0.58.6 |
0.60.3 |
@unocss/reset | 0.58.6 |
0.60.3 |
astro-font | 0.0.78 |
0.0.81 |
astro-remote | 0.3.2 |
0.3.3 |
typescript | 5.4.2 |
5.4.5 |
unocss | 0.58.6 |
0.60.3 |
@fontsource-variable/inter | 5.0.17 |
5.0.18 |
@tailwindcss/typography | 0.5.10 |
0.5.13 |
astro-navbar | 2.3.1 |
2.3.2 |
tailwindcss | 3.4.1 |
3.4.3 |
sass | 1.72.0 |
1.77.2 |
execa | 8.0.1 |
9.1.0 |
@matthiesenxyz/astro-gists | 0.2.11 |
0.3.2 |
@astrojs/starlight | 0.21.1 |
0.23.1 |
astro | 4.5.6 |
4.9.2 |
sharp | 0.33.2 |
0.33.4 |
Updates @astrojs/rss
from 4.0.5 to 4.0.6
Release notes
Sourced from @astrojs/rss
's releases.
@astrojs/rss
@4
.0.6Patch Changes
- #11050
841df1f
Thanks@mingjunlu
! - Fixes an issue where trailing slash is not removed even if thetrailingSlash
option is set tofalse
.
Changelog
Sourced from @astrojs/rss
's changelog.
4.0.6
Patch Changes
- #11050
841df1f
Thanks@mingjunlu
! - Fixes an issue where trailing slash is not removed even if thetrailingSlash
option is set tofalse
.
Commits
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)436841e
Use eslint-plugin-regexp (#9993)- See full diff in compare view
Updates @astrojs/sitemap
from 3.1.1 to 3.1.5
Release notes
Sourced from @astrojs/sitemap
's releases.
@astrojs/sitemap
@3
.1.5Patch Changes
- #10779
cefeadf
Thanks@adrianlyjak
! - Fixes false positives for status code routes like404
and500
when generating sitemaps.
@astrojs/sitemap
@3
.1.4Patch Changes
- #10772
0e22462d1534afc8f7bb6782f86db680c7a5f245
Thanks@gislerro
! - Fixes an issue where the root url does not follow thetrailingSlash
config option
@astrojs/sitemap
@3
.1.3Patch Changes
- #10795
1ce22881c657becf0397b83ac393fb5d2399104c
Thanks@bluwy
! - Improves performance when generating the sitemap data
Changelog
Sourced from @astrojs/sitemap
's changelog.
3.1.5
Patch Changes
- #10779
cefeadf
Thanks@adrianlyjak
! - Fixes false positives for status code routes like404
and500
when generating sitemaps.3.1.4
Patch Changes
- #10772
0e22462d1534afc8f7bb6782f86db680c7a5f245
Thanks@gislerro
! - Fixes an issue where the root url does not follow thetrailingSlash
config option3.1.3
Patch Changes
- #10795
1ce22881c657becf0397b83ac393fb5d2399104c
Thanks@bluwy
! - Improves performance when generating the sitemap data3.1.2
Patch Changes
- #10557
5f7e9c47e01116f6ec74b33770f480404680956a
Thanks@mingjunlu
! - Fixes an issue where the base path is missing insitemap-index.xml
.
Commits
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] format0e22462
fix(sitemap): Trailing slashes on root url (#10772)668d973
[ci] release (#10777)1ce2288
Improve sitemap generate performance (#10795)- Additional commits viewable in compare view
Updates @resvg/resvg-js
from 2.6.0 to 2.6.2
Release notes
Sourced from @resvg/resvg-js
's releases.
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#308Full 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
... (truncated)
Changelog
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
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.0- Additional commits viewable in compare view
Updates astro-integration-kit
from 0.6.0 to 0.13.3
Release notes
Sourced from astro-integration-kit's releases.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
Commits
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)9ef9a3b
chore: update versionf213bf6
feat: extend typing support for Astro DBv0.11
(#108)4b6bd10
fix: typo in the define integrations use with Astro DB (#107)b507278
Update README.mddb1753d
chore: update version- Additional commits viewable in compare view
Updates picocolors
from 1.0.0 to 1.0.1
Release notes
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
Commits
Updates vite
from 5.1.6 to 5.2.11
Release notes
Sourced from vite's releases.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
5.2.11 (2024-05-02)
- feat: improve dynamic import variable failure error message (#16519) (f8feeea), closes #16519
- fix: dynamic-import-vars plugin normalize path issue (#16518) (f71ba5b), closes #16518
- fix: scripts and styles were missing from built HTML on Windows (#16421) (0e93f58), closes #16421
- fix(deps): update all non-major dependencies (#16488) (2d50be2), closes #16488
- fix(deps): update all non-major dependencies (#16549) (2d6a13b), closes #16549
- fix(dev): watch publicDir explicitly to include it outside the root (#16502) (4d83eb5), closes #16502
- fix(preload): skip preload for non-static urls (#16556) (bb79c9b), closes #16556
- fix(ssr): handle class declaration and expression name scoping (#16569) (c071eb3), closes #16569
- fix(ssr): handle function expression name scoping (#16563) (02db947), closes #16563
5.2.10 (2024-04-20)
- revert: perf: use workspace root for fs cache (#15712) (#16476) (77e7359), closes #15712 #16476
- fix: add base to virtual html (#16442) (721f94d), closes #16442
- fix: adjust esm syntax judgment logic (#16436) (af72eab), closes #16436
- fix: don't add outDirs to watch.ignored if emptyOutDir is false (#16453) (6a127d6), closes #16453
- fix(cspNonce): don't overwrite existing nonce values (#16415) (b872635), closes #16415
- feat: show warning if root is in build.outDir (#16454) (11444dc), closes #16454
- feat: write cspNonce to style tags (#16419) (8e54bbd), closes #16419
- chore(deps): update dependency eslint-plugin-n to v17 (#16381) (6cccef7), closes #16381
5.2.9 (2024-04-15)
- fix:
fsp.rm
removing files does not take effect (#16032) (b05c405), closes #16032- fix: fix accumulated stacks in error overlay (#16393) (102c2fd), closes #16393
- fix(deps): update all non-major dependencies (#16376) (58a2938), closes #16376
- chore: update region comment (#16380) (77562c3), closes #16380
- perf: reduce size of injected __vite__mapDeps code (#16184) (c0ec6be), closes #16184
- perf(css): only replace empty chunk if imported (#16349) (e2658ad), closes #16349
5.2.8 (2024-04-03)
- fix: csp nonce injection when no closing tag (#16281) (#16282) (3c85c6b), closes #16281 #16282
- fix: do not access document in
/@vite/client
when not defined (#16318) (646319c), closes #16318- fix: fix sourcemap when using object as
define
value (#15805) (445c4f2), closes #15805- fix(css): unknown file error happened with lightningcss (#16306) (01af308), closes #16306
- fix(hmr): multiple updates happened when invalidate is called while multiple tabs open (#16307) (21cc10b), closes #16307
- fix(scanner): duplicate modules for same id if glob is used in html-like types (#16305) (eca68fa), closes #16305
- chore(deps): update all non-major dependencies (#16325) (a78e265), closes #16325
- refactor: use types from sass instead of
@types/sass
(#16340) (4581e83), closes #16340
... (truncated)
Commits
2bc5d3d
release: v5.2.11f8feeea
feat: improve dynamic import variable failure error message (#16519)c071eb3
fix(ssr): handle class declaration and expression name scoping (#16569)02db947
fix(ssr): handle function expression name scoping (#16563)2d6a13b
fix(deps): update all non-major dependencies (#16549)0e93f58
fix: scripts and styles were missing from built HTML on Windows (#16421)bb79c9b
fix(preload): skip preload for non-static urls (#16556)f71ba5b
fix: dynamic-import-vars plugin normalize path issue (#16518)2d50be2
fix(deps): update all non-major dependencies (#16488)4d83eb5
fix(dev): watch publicDir explicitly to include it outside the root (#16502)- Additional commits viewable in compare view
Updates @unocss/astro
from 0.58.6 to 0.60.3
Release notes
Sourced from @unocss/astro
's releases.
v0.60.3
🚀 Features
- preset-mini:
text-align
utility - by@UltraCakeBakery
, Chris and@antfu
in unocss/unocss#3796 (5f2a8)- transformer-directives: Add removeComments - by
@Simon-He95
and@antfu
in unocss/unocss#3799 (a9ab8)🐞 Bug Fixes
- Enable regex eslint rule, optimize regexes - by
@antfu
in unocss/unocss#3801 (882cc)- cli: Extractors not working - by
@Simon-He95
in unocss/unocss#3803 (398c1)- preset-mini: DirectionSize size cause error when size is undefined - by
@Simon-He95
in unocss/unocss#3809 (c19ab)- shared-integration: GetCssEscaperForJsContent replace conflict - by
@Simon-He95
in unocss/unocss#3797 (dd013)- transformers: Try improve hmr in vite - by
@Simon-He95
and@antfu
in unocss/unocss#3741 (22ff2)- vite: Warn when
unocss:global:build:bundle
has no CSS placeholder - by@Simon-He95
in unocss/unocss#3802 (210a2)🏎 Performance
View changes on GitHub
v0.60.2
🐞 Bug Fixes
- directives: Fix parsing positions, close #3795 - by
@antfu
in unocss/unocss#3795 (84170)View changes on GitHub
v0.60.1
🚀 Features
- eslint-plugin:
🐞 Bug Fixes
- transformer-attributify-jsx: MatchedRule - by
@Simon-He95
in unocss/unocss#3791 (da9c9)- transformer-directive: Get raw string in directive, support slash & hash - by
@zyyv
and@antfu
in unocss/unocss#3790 (fa497)View changes on GitHub
v0.60.0
🚨 Breaking Changes
- CJS: Remove
.default
suffix from d.ts and d.cts files - by@userquin
in unocss/unocss#3750 (e9f5b)🚀 Features
- preset-icons: Add svg props customization - by
@zyyv
and Anthony Fu in unocss/unocss#3774 (0b36a)
... (truncated)
Commits
2ab9e6f
chore: release v0.60.3624f29c
chore: update deps7bf1b65
chore: release v0.60.2805a0c5
chore: update deps9597923
chore: release v0.60.17d83789
chore: release v0.60.00539e5b
chore: update deps8938d42
chore: release v0.59.4be39d7c
chore: update deps28e4976
chore: release v0.59.3- Additional commits viewable in compare view
Maintainer 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.60.3
Release notes
Sourced from @unocss/reset
's releases.
v0.60.3
🚀 Features
- preset-mini:
text-align
utility - by@UltraCakeBakery
, Chris and@antfu
in unocss/unocss#3796 (5f2a8)- transformer-directives: Add removeComments - by
@Simon-He95
and@antfu
in unocss/unocss#3799 (a9ab8)🐞 Bug Fixes
- Enable regex eslint rule, optimize regexes - by
@antfu
in unocss/unocss#3801 (882cc)- cli: Extractors not working - by
@Simon-He95
in unocss/unocss#3803 (398c1)- preset-mini: DirectionSize size cause error when size is undefined - by
@Simon-He95
in unocss/unocss#3809 (c19ab)- shared-integration: GetCssEscaperForJsContent replace conflict - by
@Simon-He95
in unocss/unocss#3797 (dd013)- transformers: Try improve hmr in vite - by
@Simon-He95
and@antfu
in unocss/unocss#3741 (22ff2)- vite: Warn when
unocss:global:build:bundle
has no CSS placeholder - by@Simon-He95
in unocss/unocss#3802 (210a2)🏎 Performance
View changes on GitHub
v0.60.2
🐞 Bug Fixes
- directives: Fix parsing positions, close #3795 - by
@antfu
in unocss/unocss#3795 (84170)View changes on GitHub
v0.60.1
🚀 Features
- eslint-plugin:
🐞 Bug Fixes
- transformer-attributify-jsx: MatchedRule - by
@Simon-He95
in unocss/unocss#3791 (da9c9)- transformer-directive: Get raw string in directive, support slash & hash - by
@zyyv
and@antfu
in unocss/unocss#3790 (fa497)View changes on GitHub
v0.60.0
🚨 Breaking Changes
- CJS: Remove
.default
suffix from d.ts and d.cts files - by@userquin
in unocss/unocss#3750 (e9f5b)🚀 Features
- preset-icons: Add svg props customization - by
@zyyv
and Anthony Fu in unocss/unocss#3774 (0b36a)
... (truncated)
Commits
2ab9e6f
chore: release v0.60.389afdff
docs: include unocss package in postcss installation command (#3818)5f2a899
feat(preset-mini):text-align
utility (#3796)a9ab869
feat(transformer-directives): add removeComments (#3799)37de8e6
chore: lint624f29c
chore: update deps210a22b
fix(vite): warn whenunocss:global:build:bundle
has no CSS placeholder (#3802)882cc69
fix: enable regex eslint rule, optimize regexes (#3801)c19ab68
fix(preset-mini): directionSize size cause error when size is undefined (#3809)398c15a
fix(cli): extractors not working (#3803)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by unocss-bot, a new releaser for @unocss/reset
since your current version.
Updates astro-font
from 0.0.78 to 0.0.81
Release notes
Sourced from astro-font's releases.
[email protected]
In astro-font@^0.0.80, the CSS font parser for fonts loading over CDN such as Google Fonts, TypeKit, etc. has improved. It's now able to map over each attribute of font-face property returned by CDN, and creates an equivalent CSS.
To create in-browser like requests, each outgoing request is appended with the
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'
header. This helps obtain theunicode-range
which optimizes the in-browser font downloading as if the page doesn't use any character in that range, the font is not downloaded at all.[email protected]
In astro-font@^0.0.79, there are type values introduced for the following CSS properties, allowing you to choose the values based on standard web practices in your IDE.
To keep it backward compatible, any kind of string or number value is allowed.
Commits
- See full diff in compare view
Updates astro-remote
from 0.3.2 to 0.3.3
Release notes
Sourced from astro-remote's releases.
[email protected]
Patch Changes
- 689c819: Fixes an issue with internal
getIndent
function used for spacing corrections forMarkdown
Commits
3c3db1b
[ci] release (#29)689c819
fix: errant slice for trailing whitespace (#28)- See full diff in compare view
Updates typescript
from 5.4.2 to 5.4.5
Release notes
Sourced from typescript's releases.
TypeScript 5.4.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
- fixed issues query for Typescript 5.4.5 (Stable).
Downloads are available on:
TypeScript 5.4.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the