Bump the all group with 5 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 4
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the all group with 5 updates:
| Package | From | To |
|---|---|---|
| @sveltejs/kit | 2.34.0 |
2.35.0 |
| @sveltejs/vite-plugin-svelte | 6.1.2 |
6.1.3 |
| svelte | 5.38.1 |
5.38.2 |
| tailwindcss | 4.1.11 |
4.1.12 |
| typescript-eslint | 8.39.1 |
8.40.0 |
Updates @sveltejs/kit from 2.34.0 to 2.35.0
Release notes
Sourced from @sveltejs/kit's releases.
@sveltejs/kit@2.35.0Minor Changes
- feat: better server-side error logging (#13990)
Patch Changes
- fix: ensure static error page is loaded correctly for custom user errors (#13952)
@sveltejs/kit@2.34.1Patch Changes
Changelog
Sourced from @sveltejs/kit's changelog.
2.35.0
Minor Changes
- feat: better server-side error logging (#13990)
Patch Changes
- fix: ensure static error page is loaded correctly for custom user errors (#13952)
2.34.1
Patch Changes
Commits
f984396Version Packages (#14276)82a0e96feat: Improve server error logging (#13990)bfa3b9cfix: ensure static error page is loaded correctly for custom user errors (#13...a7b8b28Version Packages (#14273)b2c5d02fix: support multiple cookies with the same name across different paths and d...0bf6185feat: add link header when preloading font (#14200)c5f7139fix: load env before prerender (#14219)1f2b69cfix: hydration for null body http status response (#13985)- See full diff in compare view
Updates @sveltejs/vite-plugin-svelte from 6.1.2 to 6.1.3
Release notes
Sourced from @sveltejs/vite-plugin-svelte's releases.
@sveltejs/vite-plugin-svelte@6.1.3Patch Changes
- fix(api): add
api.filterand deprecateapi.idFilterto avoid confusingfilter.id = idFilter.idassignments when used as hybrid filter in other plugins (#1199)
Changelog
Sourced from @sveltejs/vite-plugin-svelte's changelog.
6.1.3
Patch Changes
- fix(api): add
api.filterand deprecateapi.idFilterto avoid confusingfilter.id = idFilter.idassignments when used as hybrid filter in other plugins (#1199)
Commits
Updates svelte from 5.38.1 to 5.38.2
Commits
04836a8Version Packages (#16603)f5d4350Revert "fix: do not defer unmount; immediately unmount components (#16624)" (...2b85d2afix: run blocks eagerly during flush (#16631)7b2d774chore: update/simplify test (#16630)95e5175fix: do not defer unmount; immediately unmount components (#16624)036d458fix: actually use the changes from #16617 (#16626)a543559fix: avoid recursion error when tagging circular references (#16622)ad19a1afix: don't clone non-proxies in$inspect(#16617)- See full diff in compare view
Updates tailwindcss from 4.1.11 to 4.1.12
Release notes
Sourced from tailwindcss's releases.
v4.1.12
Fixed
- Don't consider the global important state in
@apply(#18404)- Add missing suggestions for
flex-<number>utilities (#18642)- Fix trailing
)from interfering with extraction in Clojure keywords (#18345)- Detect classes inside Elixir charlist, word list, and string sigils (#18432)
- Track source locations through
@pluginand@config(#18345)- Allow boolean values of
process.env.DEBUGin@tailwindcss/node(#18485)- Ignore consecutive semicolons in the CSS parser (#18532)
- Center the dropdown icon added to an input with a paired datalist by default (#18511)
- Extract candidates in Slang templates (#18565)
- Improve error messages when encountering invalid functional utility names (#18568)
- Discard CSS AST objects with
falseorundefinedproperties (#18571)- Allow users to disable URL rebasing in
@tailwindcss/postcssviatransformAssetUrls: false(#18321)- Fix false-positive migrations in
addEventListenerand JavaScript variable names (#18718)- Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
- Read from
--border-color-*theme keys individe-*utilities for backwards compatibility (#18704)- Don't scan
.hdrand.exrfiles for classes by default (#18734)
Changelog
Sourced from tailwindcss's changelog.
[4.1.12] - 2025-08-13
Fixed
- Don't consider the global important state in
@apply(#18404)- Add missing suggestions for
flex-<number>utilities (#18642)- Fix trailing
)from interfering with extraction in Clojure keywords (#18345)- Detect classes inside Elixir charlist, word list, and string sigils (#18432)
- Track source locations through
@pluginand@config(#18345)- Allow boolean values of
process.env.DEBUGin@tailwindcss/node(#18485)- Ignore consecutive semicolons in the CSS parser (#18532)
- Center the dropdown icon added to an input with a paired datalist by default (#18511)
- Extract candidates in Slang templates (#18565)
- Improve error messages when encountering invalid functional utility names (#18568)
- Discard CSS AST objects with
falseorundefinedproperties (#18571)- Allow users to disable URL rebasing in
@tailwindcss/postcssviatransformAssetUrls: false(#18321)- Fix false-positive migrations in
addEventListenerand JavaScript variable names (#18718)- Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
- Read from
--border-color-*theme keys individe-*utilities for backwards compatibility (#18704)- Don't scan
.hdrand.exrfiles for classes by default (#18734)
Commits
6791e81Prepare v4.1.12 release (#18728)1855d68Add --border-color to divide theme keys (#18704)8e8a2d6update@ampproject/remappingto@jridgewell/remapping(#18716)68a79b1Suggest bare values forflex-*utilities (#18642)fa3f45fDon’t output CSS objects withfalseorundefinedin the AST (#18571)939fda6Show more specific error for functional-like but invalid utility names (#18568)88b9f15Center the dropdown icon added to an input with a paired datalist in Chrome (...798a7bfIgnore consecutive semicolons in the CSS parser (#18532)2941a7bTrack source locations through@pluginand@config(#18329)9169d73update READMEs- Additional commits viewable in compare view
Updates typescript-eslint from 8.39.1 to 8.40.0
Release notes
Sourced from typescript-eslint's releases.
v8.40.0
8.40.0 (2025-08-18)
🩹 Fixes
- typescript-eslint: export
plugin,parser, andconfigsthat are compatible with bothdefineConfig()andtseslint.config()(#11475)- typescript-estree: correct range of import assertion with trailing comma (#11478)
- utils: correct
calculateConfigForFilereturn type (#11451)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Nolan Gajdascz
@GajdasczYou can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.40.0 (2025-08-18)
🩹 Fixes
- typescript-eslint: export
plugin,parser, andconfigsthat are compatible with bothdefineConfig()andtseslint.config()(#11475)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
Commits
60c3b26chore(release): publish 8.40.03426f0dfix(typescript-eslint): exportplugin,parser, andconfigsthat are com...- 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
+26
-30
Package Dependencies
@sveltejs/vite-plugin-svelte
npm
6.1.2 → 6.1.3
Patch
Technical Details
| ID: | 5426618 |
| UUID: | 2761151362 |
| Node ID: | PR_kwDOMn4Bo86kk9OC |
| Host: | GitHub |
| Repository: | danielosw/danielosw.github.io |
| Merge State: | Dirty |