Bump the patch-updates group across 1 directory with 14 updates
Type: Pull Request
State: Closed
Association: None
Comments: 2
(19 days ago)
(12 days ago)
dependencies javascript
Bumps the patch-updates group with 14 updates in the / directory:
| Package | From | To |
|---|---|---|
| @astrojs/rss | 4.0.11 |
4.0.12 |
| @fontsource-variable/jetbrains-mono | 5.2.5 |
5.2.8 |
| @fontsource/roboto | 5.2.5 |
5.2.8 |
| @iconify-json/fa6-brands | 1.2.5 |
1.2.6 |
| @iconify-json/fa6-regular | 1.2.3 |
1.2.4 |
| @iconify-json/fa6-solid | 1.2.3 |
1.2.4 |
| @iconify-json/material-symbols | 1.2.20 |
1.2.41 |
| @tailwindcss/typography | 0.5.16 |
0.5.19 |
| katex | 0.16.22 |
0.16.25 |
| sharp | 0.34.1 |
0.34.4 |
| tailwindcss | 3.4.17 |
3.4.18 |
| @astrojs/ts-plugin | 1.10.4 |
1.10.5 |
| postcss-import | 16.1.0 |
16.1.1 |
| postcss-nesting | 13.0.1 |
13.0.2 |
Updates @astrojs/rss from 4.0.11 to 4.0.12
Changelog
Sourced from @astrojs/rss's changelog.
4.0.12
Patch Changes
- #13867
c947c28Thanks@Adriel-M! - Fixes a missing type attribute when providing a XSLT stylesheet
Commits
1d628d5[ci] release (#13873)c947c28Fix missing type-attribute in xml-stylesheet with xslt extension (#13867)7d251c1fix(deps): update all non-major dependencies (#13569)9a0808cfix(deps): update all non-major dependencies (#13440)2a0fa86fix(deps): update dependency fast-xml-parser to v5 (#13300)7a0855bfix(deps): update all non-major dependencies (#12579)cca3bc9fix: correct more typos (#12971)- See full diff in compare view
Maintainer changes
This version was pushed to npm by matthewp, a new releaser for @astrojs/rss since your current version.
Updates @fontsource-variable/jetbrains-mono from 5.2.5 to 5.2.8
Commits
- See full diff in compare view
Updates @fontsource/roboto from 5.2.5 to 5.2.8
Commits
- See full diff in compare view
Updates @iconify-json/fa6-brands from 1.2.5 to 1.2.6
Commits
- See full diff in compare view
Updates @iconify-json/fa6-regular from 1.2.3 to 1.2.4
Commits
- See full diff in compare view
Updates @iconify-json/fa6-solid from 1.2.3 to 1.2.4
Commits
- See full diff in compare view
Updates @iconify-json/material-symbols from 1.2.20 to 1.2.41
Commits
- See full diff in compare view
Updates @tailwindcss/typography from 0.5.16 to 0.5.19
Release notes
Sourced from @tailwindcss/typography's releases.
v0.5.19
Fixed
- Fixed broken color styles (#405)
v0.5.18
Fixed
- Fixed undefined variable error (#403)
v0.5.17
Added
Fixed
Changed
- Remove lodash dependencies (#402)
Changelog
Sourced from @tailwindcss/typography's changelog.
[0.5.19] - 2025-09-24
Fixed
- Fixed broken color styles (#405)
[0.5.18] - 2025-09-19
Fixed
- Fixed undefined variable error (#403)
[0.5.17] - 2025-09-19
Added
Fixed
Changed
- Remove lodash dependencies (#402)
Commits
e002ab80.5.19bbb1c21Fix bad RGB syntax (#405)b316f950.5.18ed95206Fix variable declaration in opacity function (#403)7efcb4a0.5.17e0ec248chore(ci): update actions for release insiders511afcbAdd modifiers for description list elements (#357)042a531Addprose-picturemodifiers (#367)f822222Fixkbdshadow colors not being calculated on oklch colors (#387)ecb7e87Add Tailwind v4 custom color theme example to README (#396)- Additional commits viewable in compare view
Updates katex from 0.16.22 to 0.16.25
Release notes
Sourced from katex's releases.
v0.16.25
0.16.25 (2025-10-13)
Features
v0.16.24
0.16.24 (2025-10-12)
Features
v0.16.23
0.16.23 (2025-10-03)
Bug Fixes
Changelog
Sourced from katex's changelog.
0.16.25 (2025-10-13)
Features
0.16.24 (2025-10-12)
Features
0.16.23 (2025-10-03)
Bug Fixes
Commits
d2f1084chore(release): 0.16.25 [ci skip]b3f9ce6feat(css): providekatex-swap.cssthat usesfont-display: swap(#3940)c6c78dechore(release): 0.16.24 [ci skip]8c9b306feat: support hex colors with alpha (#4090)adad68cchore: remove polyfill for Array.prototype.includes (#4061)fcd458bchore(vscode): update Yarn SDKs for Prettier and tooling (#4071)eed3ea5chore(release): 0.16.23 [ci skip]80a8158fix: Support\defwith arguments viamacrosoption (#4087)049ed98docs: Update Delimiters table to add/and correct\lt,\gtrendering (...9fb6313docs: correct closing tag and fix some spelling errors (#4063)- See full diff in compare view
Updates sharp from 0.34.1 to 0.34.4
Release notes
Sourced from sharp's releases.
v0.34.4
Upgrade to libvips v8.17.2 for upstream bug fixes.
Ensure TIFF
subifdand OpenSlidelevelinput options are respected (regression in 0.34.3).Ensure
autoOrientoccurs before non-90 angle rotation. #4425Ensure
autoOrientremoves existing metadata after shrink-on-load. #4431TypeScript: Ensure
KernelEnumincludeslinear. #4441@BayanBennettEnsure
unlimitedflag is passed upstream when reading TIFF images. #4446Support Electron memory cage when reading XMP metadata (regression in 0.34.3). #4451
Add sharp-libvips rpath for yarn v5 support. #4452
@arcanisv0.34.4-rc.4
Upgrade to libvips v8.17.2 for upstream bug fixes.
Ensure TIFF
subifdand OpenSlidelevelinput options are respected (regression in 0.34.3).Ensure
autoOrientoccurs before non-90 angle rotation. #4425Ensure
autoOrientremoves existing metadata after shrink-on-load. #4431TypeScript: Ensure
KernelEnumincludeslinear. #4441@BayanBennettEnsure
unlimitedflag is passed upstream when reading TIFF images. #4446Support Electron memory cage when reading XMP metadata (regression in 0.34.3). #4451
Add sharp-libvips rpath for yarn v5 support. #4452
@arcanis
... (truncated)
Commits
ee43783Release v0.34.45299011CI/Docs: Deno v2 support4710092Prerelease v0.34.4-rc.4ed1ac43CI: Upgrade packaging test dependenciesdfcbceeUpgrade sharp-libvips to v1.2.335d3f56Ensure TIFF subifd and OpenSlide level are respected9f4bacePrerelease v0.34.4-rc.3b507831CI: Remove dry-run flag905f698Prerelease v0.34.4-rc.2b0154edUpgrade sharp-libvips to v1.2.2- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for sharp since your current version.
Updates tailwindcss from 3.4.17 to 3.4.18
Release notes
Sourced from tailwindcss's releases.
v3.4.18
Fixed
- Improve support for raw
supports-[…]queries in arbitrary values (#13605)- Fix
require.cacheerror when loaded through a TypeScript file in Node 22.18+ (#18665)- Support
import.meta.resolve(…)in configs for new enough Node.js versions (#18938)- Allow using newer versions of
postcss-load-configfor better ESM and TypeScript PostCSS config support with the CLI (#18938)- Remove irrelevant utility rules when matching important classes (#19030)
Changelog
Sourced from tailwindcss's changelog.
[3.4.18] - 2024-10-01
Fixed
- Improve support for raw
supports-[…]queries in arbitrary values (#13605)- Fix
require.cacheerror when loaded through a TypeScript file in Node 22.18+ (#18665)- Support
import.meta.resolve(…)in configs for new enough Node.js versions (#18938)- Allow using newer versions of
postcss-load-configfor better ESM and TypeScript PostCSS config support with the CLI (#18938)- Remove irrelevant utility rules when matching important classes (#19030)
Commits
- See full diff in compare view
Updates @astrojs/ts-plugin from 1.10.4 to 1.10.5
Changelog
Sourced from @astrojs/ts-plugin's changelog.
1.10.5
Patch Changes
- 6dfd814: Updated internal Volar version. This update should improve compatibility with newer versions of TypeScript and fix minor issues.
Commits
- See full diff 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.
Updates postcss-nesting from 13.0.1 to 13.0.2
Changelog
Sourced from postcss-nesting's changelog.
13.0.2
June 10, 2025
- Updated
@csstools/selector-resolve-nestedto3.1.0(minor)
Commits
- See full diff in compare view
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
+548
-442
Package Dependencies
@iconify-json/material-symbols
npm
1.2.20 → 1.2.41
Patch
@fontsource-variable/jetbrains-mono
npm
5.2.5 → 5.2.8
Patch
Technical Details
| ID: | 10196880 |
| UUID: | 2916126775 |
| Node ID: | PR_kwDOOqdagc6t0JA3 |
| Host: | GitHub |
| Repository: | Thikhonggioicode/Stew-Malware-Blog |
| Mergeable: | Yes |
| Merge State: | Clean |