Bump the patch-updates group across 1 directory with 4 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the patch-updates group with 4 updates in the / directory: @iconify-json/material-symbols, astro, @biomejs/biome and postcss-import.
Updates @iconify-json/material-symbols from 1.2.26 to 1.2.28
Commits
- See full diff in compare view
Updates astro from 5.10.0 to 5.10.2
Release notes
Sourced from astro's releases.
astro@5.10.2
Patch Changes
#14000
3cbedaeThanks@feelixe! - Fix routePattern JSDoc examples to show correct return values#13990
de6cfd6Thanks@isVivek99! - Fixes a case whereastro:config/clientandastro:config/servervirtual modules would not contain config passed to integrationsupdateConfig()during the build#14019
a160d1eThanks@ascorbic! - Removes the requirement to settype: 'live'when defining experimental live content collectionsPreviously, live collections required a
typeandloaderconfigured. Now, Astro can determine that your collection is alivecollection without defining it explicitly.This means it is now safe to remove
type: 'live'from your collections defined insrc/live.config.ts:import { defineLiveCollection } from 'astro:content'; import { storeLoader } from '@mystore/astro-loader';const products = defineLiveCollection({
- type: 'live', loader: storeLoader({ apiKey: process.env.STORE_API_KEY, endpoint: 'https://api.mystore.com/v1', }), });
export const collections = { products };
This is not a breaking change: your existing live collections will continue to work even if you still include
type: 'live'. However, we suggest removing this line at your earliest convenience for future compatibility when the feature becomes stable and this config option may be removed entirely.#13966
598da21Thanks@msamoylov! - Fixes a broken link on the default 404 page in developmentastro@5.10.1
Patch Changes
#13988
609044cThanks@ascorbic! - Fixes a bug in live collections that caused it to incorrectly complain about the collection being defined in the wrong file#13909
b258d86Thanks@isVivek99! - Fixes rendering of special boolean attributes for custom elements#13983
e718375Thanks@florian-lefebvre! - Fixes a case where the toolbar audit would incorrectly flag images processed by Astro in content collections documents#13999
f077b68Thanks@ascorbic! - AddslastModifiedfield to experimental live collection cache hintsLive loaders can now set a
lastModifiedfield in the cache hints for entries and collections to indicate when the data was last modified. This is then available in thecacheHintfield returned bygetCollectionandgetEntry.#13987
08f34b1Thanks@ematipico! - Adds an informative message in dev mode when the CSP feature is enabled.#14005
82aad62Thanks@ematipico! - Fixes a bug where inline styles and scripts didn't work when CSP was enabled. Now when adding<styles>elements inside an Astro component, their hashes care correctly computed.#13985
0b4c641Thanks@jsparkdev! - Updates wrong link
Changelog
Sourced from astro's changelog.
5.10.2
Patch Changes
#14000
3cbedaeThanks@feelixe! - Fix routePattern JSDoc examples to show correct return values#13990
de6cfd6Thanks@isVivek99! - Fixes a case whereastro:config/clientandastro:config/servervirtual modules would not contain config passed to integrationsupdateConfig()during the build#14019
a160d1eThanks@ascorbic! - Removes the requirement to settype: 'live'when defining experimental live content collectionsPreviously, live collections required a
typeandloaderconfigured. Now, Astro can determine that your collection is alivecollection without defining it explicitly.This means it is now safe to remove
type: 'live'from your collections defined insrc/live.config.ts:import { defineLiveCollection } from 'astro:content'; import { storeLoader } from '@mystore/astro-loader';const products = defineLiveCollection({
- type: 'live', loader: storeLoader({ apiKey: process.env.STORE_API_KEY, endpoint: 'https://api.mystore.com/v1', }), });
export const collections = { products };
This is not a breaking change: your existing live collections will continue to work even if you still include
type: 'live'. However, we suggest removing this line at your earliest convenience for future compatibility when the feature becomes stable and this config option may be removed entirely.#13966
598da21Thanks@msamoylov! - Fixes a broken link on the default 404 page in development5.10.1
Patch Changes
#13988
609044cThanks@ascorbic! - Fixes a bug in live collections that caused it to incorrectly complain about the collection being defined in the wrong file#13909
b258d86Thanks@isVivek99! - Fixes rendering of special boolean attributes for custom elements#13983
e718375Thanks@florian-lefebvre! - Fixes a case where the toolbar audit would incorrectly flag images processed by Astro in content collections documents#13999
f077b68Thanks@ascorbic! - AddslastModifiedfield to experimental live collection cache hintsLive loaders can now set a
lastModifiedfield in the cache hints for entries and collections to indicate when the data was last modified. This is then available in thecacheHintfield returned bygetCollectionandgetEntry.#13987
08f34b1Thanks@ematipico! - Adds an informative message in dev mode when the CSP feature is enabled.#14005
82aad62Thanks@ematipico! - Fixes a bug where inline styles and scripts didn't work when CSP was enabled. Now when adding<styles>elements inside an Astro component, their hashes care correctly computed.
... (truncated)
Commits
5891056[ci] release (#14007)508e6bf[ci] formata160d1eMake "type" optional when defining live collections (#14019)041a37d[ci] format33f2d15chore: upgrade to Biome v2 (#13984)f9ffd3c[ci] formatde6cfd6fix client/server config changes in the integrations object during setup (#13...598da21Fix broken documentation link (#13966)3cbedaefix invalid examples inAstro.routePatterndocstring (#14000)e7df795[ci] format- Additional commits viewable in compare view
Updates @biomejs/biome from 2.0.0 to 2.0.6
Release notes
Sourced from @biomejs/biome's releases.
Biome CLI v2.0.6
2.0.6
Patch Changes
#6557
fd68458Thanks@ematipico! - Fixed a bug where Biome didn't provide all the available code actions when requested by the editor.#6511
72623faThanks@Conaclos! - Fixed #6492. TheorganizeImportsassist action no longer duplicates a comment at the start of the file when:BLANK_LINE:precedes the first import group.#6557
fd68458Thanks@ematipico! - Fixed #6287 where Biome Language Server didn't adhere to thesettings.requireConfigurationoption when pulling diagnostics and code actions. Note that for this configuration be correctly applied, your editor must support dynamic registration capabilities.#6551
0b63b1dThanks@Conaclos! - Fixed #6536.useSortedKeysno longer panics in some edge cases where object spreads are involved.#6503
9a8fe0fThanks@ematipico! - Fixed #6482 where nursery rules that belonged to a domain were incorrectly enabled.#6565
e85761cThanks@daivinhtran! - Fixed #4677: Now thenoUnusedImportsrule won't produce diagnostics for types used in JSDoc comment of exports.#6166
b8cbd83Thanks@mehm8128! - Added the nursery rule noExcessiveLinesPerFunction. This rule restrict a maximum number of lines of code in a function body.The following code is now reported as invalid when the limit of maximum lines is set to 2:
function foo() { const x = 0; const y = 1; const z = 2; }The following code is now reported as valid when the limit of maximum lines is set to 3:
const bar = () => { const x = 0; const z = 2; };#6553
5f42630Thanks@denbezrukov! - Fixed #6547. Now the Biome CSS parser correctly parses@starting-stylewhen it's used inside other at-rules. The following example doesn't raise an error anymore:@layer my-demo-layer { @starting-style { div.showing { background-color: red;
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
2.0.6
Patch Changes
#6557
fd68458Thanks@ematipico! - Fixed a bug where Biome didn't provide all the available code actions when requested by the editor.#6511
72623faThanks@Conaclos! - Fixed #6492. TheorganizeImportsassist action no longer duplicates a comment at the start of the file when:BLANK_LINE:precedes the first import group.#6557
fd68458Thanks@ematipico! - Fixed #6287 where Biome Language Server didn't adhere to thesettings.requireConfigurationoption when pulling diagnostics and code actions. Note that for this configuration be correctly applied, your editor must support dynamic registration capabilities.#6551
0b63b1dThanks@Conaclos! - Fixed #6536.useSortedKeysno longer panics in some edge cases where object spreads are involved.#6503
9a8fe0fThanks@ematipico! - Fixed #6482 where nursery rules that belonged to a domain were incorrectly enabled.#6565
e85761cThanks@daivinhtran! - Fixed #4677: Now thenoUnusedImportsrule won't produce diagnostics for types used in JSDoc comment of exports.#6166
b8cbd83Thanks@mehm8128! - Added the nursery rule noExcessiveLinesPerFunction. This rule restrict a maximum number of lines of code in a function body.The following code is now reported as invalid when the limit of maximum lines is set to 2:
function foo() { const x = 0; const y = 1; const z = 2; }The following code is now reported as valid when the limit of maximum lines is set to 3:
const bar = () => { const x = 0; const z = 2; };#6553
5f42630Thanks@denbezrukov! - Fixed #6547. Now the Biome CSS parser correctly parses@starting-stylewhen it's used inside other at-rules. The following example doesn't raise an error anymore:@layer my-demo-layer { @starting-style { div.showing { background-color: red; } }
... (truncated)
Commits
a69bbe8ci: release (#6507)6a24bd9chore: link packages differently (#6558)f62e748feat(lint): implementnoImplicitCoercionrule (#6395)e128ea9feat(lint): no-alert rule (#6355)5705f1afeat(lint): implementuseUnifiedTypeSignaturerule (#6320)a3a3715feat(linter): implement noUnassignedVariables rule (#6219)b8cbd83feat(biome_js_analyze): implement noExcessiveLinesPerFunction (#6166)09f49baci: release (#6467)4209030chore: update vscode badges (#6468)c939e54chore: fix invalid link in CHANGELOG.md- Additional commits viewable in compare view
Updates postcss-import from 16.1.0 to 16.1.1
Commits
4ae989416.1.1a3f3889Test on modern Node versions (#577)10325fcUpgrade eslint & config; use flat config (#576)9227642Migrate config renovate.json (#575)2544155Update dependency prettier to ~3.5.0 (#572)83108aaFix incorrect cascade layer order when some resources can not be inlined (#574)cad0022Update dependency sugarss to v5 (#568)32deb08Update dependency c8 to v10 (#565)d43ca15Update dependency prettier to ~3.4.0 (#569)9af465eUpdate dependency prettier to ~3.3.0 (#564)- See full diff in compare view
Maintainer changes
This version was pushed to npm by romainmenke, a new releaser for postcss-import since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
2
+265
-259
Package Dependencies
@iconify-json/material-symbols
npm
1.2.26 → 1.2.28
Patch
Technical Details
| ID: | 2756260 |
| UUID: | 2635340360 |
| Node ID: | PR_kwDOO_REgs6dFBpI |
| Host: | GitHub |
| Repository: | 999debug/999debug.github.io |
| Merge State: | Unknown |