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.27
Commits
- See full diff in compare view
Updates astro from 5.10.0 to 5.10.1
Release notes
Sourced from astro's releases.
astro@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.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
Commits
339ee27[ci] release (#13981)08f34b1fix: add info message in dev (#13987)578a6d8[ci] format82aad62fix(csp): hashes for head elements (#14005)f077b68feat: add lastModified field to live collection cache hints (#13999)609044cfix: loosen live collection stack parsing (#13988)0b4c641docs: update wrong link (#13985)e718375fix: toolbar image audit in content collections (#13983)97c3c8a[ci] formatb258d86added support to ignore custom elements which have htmlBooleanAt… (#13909)- Additional commits viewable in compare view
Updates @biomejs/biome from 2.0.0 to 2.0.5
Release notes
Sourced from @biomejs/biome's releases.
Biome CLI v2.0.5
2.0.5
Patch Changes
#6461
38862e6Thanks@ematipico! - Fixed #6419, a regression where stdin mode would create a temporary new file instead of using the one provided by the user. This was an intended regression.Now Biome will use the file path passed via
--std-file-path, and apply the configuration that matches it.#6480
050047fThanks@Conaclos! - Fixed #6371. useNamingConvention now checks the string case of objects' property shorthand.#6477
b98379dThanks@ematipico! - Fixed an issue where Biome formatter didn't format consistently CSS value separated by commas..font-heading { - font-feature-settings: var(--heading-salt), var(--heading-ss06), - var(--heading-ss11), var(--heading-cv09), var(--heading-liga), - var(--heading-calt);
- font-feature-settings:
- var(--heading-salt), var(--heading-ss06), var(--heading-ss11),
- var(--heading-cv09), var(--heading-liga), var(--heading-calt);
}#6248
ec7126cThanks@fireairforce! - Fixed grit pattern matching for different kinds of import statements.The grit pattern
import $imports from "foo"will match the following code:import bar from "foo"; import { bar } from "foo"; import { bar, baz } from "foo";What's Changed
- chore: fix release tag name by
@SuperchupuDevin biomejs/biome#6456- ci: fix tag name on creating a release by
@siketyanin biomejs/biome#6457- fix(cli): don't use temporary file in stdin by
@ematipicoin biomejs/biome#6461- chore: update vscode badges by
@ematipicoin biomejs/biome#6468- fix(lint/useNamingConvention): check property shorthand by
@Conaclosin biomejs/biome#6480- fix: gritql mismatch import pattern by
@fireairforcein biomejs/biome#6248- fix(format): css comma separated values by
@ematipicoin biomejs/biome#6477- chore(deps): update
@biomejspackages by@renovatein biomejs/biome#6489- chore(deps): update dependency
@types/nodeto v22.15.32 by@renovatein biomejs/biome#6493
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
2.0.5
Patch Changes
#6461
38862e6Thanks@ematipico! - Fixed #6419, a regression where stdin mode would create a temporary new file instead of using the one provided by the user. This was an intended regression.Now Biome will use the file path passed via
--std-file-path, and apply the configuration that matches it.#6480
050047fThanks@Conaclos! - Fixed #6371. useNamingConvention now checks the string case of objects' property shorthand.#6477
b98379dThanks@ematipico! - Fixed an issue where Biome formatter didn't format consistently CSS value separated by commas..font-heading { - font-feature-settings: var(--heading-salt), var(--heading-ss06), - var(--heading-ss11), var(--heading-cv09), var(--heading-liga), - var(--heading-calt);
- font-feature-settings:
- var(--heading-salt), var(--heading-ss06), var(--heading-ss11),
- var(--heading-cv09), var(--heading-liga), var(--heading-calt);
}#6248
ec7126cThanks@fireairforce! - Fixed grit pattern matching for different kinds of import statements.The grit pattern
import $imports from "foo"will match the following code:import bar from "foo"; import { bar } from "foo"; import { bar, baz } from "foo";2.0.4
Patch Changes
- #6450
7472d9eThanks@ematipico! - Fixed an issue where the binary wasn't correctly mapped.2.0.3
Patch Changes
#6439
7e4da4eThanks@ematipico! - Fixed an issue where the correct rights aren't added to the binary during publishing#6297
cc4b8c9Thanks@vladimir-ivanov! - Added a new lintuseReadonlyClassPropertiesrule. This rule is a port of ESLint's prefer-readonly rule.
... (truncated)
Commits
09f49baci: release (#6467)4209030chore: update vscode badges (#6468)c939e54chore: fix invalid link in CHANGELOG.md4595a7cci: release (#6454)7472d9efix: binary mapping (#6450)2c9cdd5ci: release (#6444)cc4b8c9feat(biome_js_analyze): adds new lint rule useReadonlyClassProperties (#6297)ecd0b5dci: release (#6437)ec7c63dci: add permissions to release actions (#6436)6d2b50bchore: restore version- 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
+111
-110
Package Dependencies
@iconify-json/material-symbols
npm
1.2.26 → 1.2.27
Patch
Technical Details
| ID: | 2069505 |
| UUID: | 2611928581 |
| Node ID: | PR_kwDOO_REgs6brt4F |
| Host: | GitHub |
| Repository: | 999debug/999debug.github.io |
| Merge State: | Unknown |