Sourced from @sveltejs/kit
's
releases.
@sveltejs/kit
@1
.25.1Patch Changes
fix: correct line numbers in stack trace (#10769)
fix: correctly return 404 when navigating to a missing page and the root layout fetches a prerendered endpoint (#10565)
fix: allow optional param in middle of route (#10736)
chore: update
undici
(#10641)
@sveltejs/kit
@1
.25.0Minor Changes
- feat: add server endpoint catch-all method handler
fallback
(#9755)Patch Changes
- fix: allow calling
fetch
for any scheme (#10699)
@sveltejs/kit
@1
.24.1Patch Changes
- fix: mark aborted/cancelled navigation as handled (#10666)
@sveltejs/kit
@1
.24.0Minor Changes
- feat: onNavigate lifecycle function (#9605)
Patch Changes
- fix: Use Proxy to track usage of client side load
event.route
(#10576)
@sveltejs/kit
@1
.23.1Patch Changes
- fix: process globs in
pkg.workspaces
(#10625)
@sveltejs/kit
@1
.23.0Minor Changes
Patch Changes
- fix: adjust the type of
Navigation["type"]
(#10599)
... (truncated)
Sourced from @sveltejs/kit
's
changelog.
1.25.1
Patch Changes
fix: correct line numbers in stack trace (#10769)
fix: correctly return 404 when navigating to a missing page and the root layout fetches a prerendered endpoint (#10565)
fix: allow optional param in middle of route (#10736)
chore: update
undici
(#10641)1.25.0
Minor Changes
- feat: add server endpoint catch-all method handler
fallback
(#9755)Patch Changes
- fix: allow calling
fetch
for any scheme (#10699)1.24.1
Patch Changes
- fix: mark aborted/cancelled navigation as handled (#10666)
1.24.0
Minor Changes
- feat: onNavigate lifecycle function (#9605)
Patch Changes
- fix: Use Proxy to track usage of client side load
event.route
(#10576)1.23.1
Patch Changes
- fix: process globs in
pkg.workspaces
(#10625)1.23.0
Minor Changes
- feat: add warning for mistyped route filenames (#10558)
... (truncated)
550db0a
Version Packages (#10728)6089bc1
fix: correct line numbers when console logging stack traces (#10769)4edf839
chore(deps): update all non-major dependencies (#10757)7ca6f01
fix: allow optional param in middle of route (#10736)fd19552
fix: differentiate between 404
and 500
when
rendering an error page (#10565)042063e
chore(deps): update all non-major dependencies (#10641)6fae414
Version Packages (#10692)1060fcc
fix: allow calling fetch
for any scheme (#10699)c9a99b6
chore(deps): update dependency marked to v9 (#10701)92eb1aa
chore: remove rimraf devDependency (#10697)Sourced from publint's releases.
v0.2.3
Features
Error if
package.json
has fields with invalid string, boolean, object, etc type (bluwy/publint#73)Suggest using the
"files"
field if detected test or config files are published (bluwy/publint#77)Warn on
"exports"
and"browser"
object conflict for browser-ish environments (bluwy/publint#58)For example, given this setup:
{ "browser": { "./lib.server.js": "./lib.browser.js" }, "exports": { ".": { "worker": "./lib.server.js", "browser": "./lib.browser.js", "default": "./lib.server.js" } } }
When matching the
"worker"
condition, it will resolve to"./lib.server.js"
which is intended to work in a worker environment. However, the"browser"
field also has a matching mapping for"./lib.server.js"
, causing the final resolved path to be"./lib.browser.js"
. This is usually not intended and causes the wrong file to be loaded.Error on invalid JSX extensions, such as
.cjsx
,.mjsx
,.ctsx
, and.mtsx
(bluwy/publint#76)These extensions are usually mistaken as ESM and CJS variants of JSX, which is not valid. Instead they should be written in ESM with the
.jsx
extension instead.Bug fixes
- Skip file format checks only for globbed files
- Fix
"main"
field with ESM content detection (bluwy/publint#75)Site
- Add sidebar menu to rules page by
@btea
(bluwy/publint#65)- Quickly scroll to the prompt information location by
@btea
(bluwy/publint#68)- Fix version switch title not updated by
@btea
(bluwy/publint#72)- Improve documentation for
"types"
format- Fix message border styles
- Fix docs list missing dot
Full Changelog: https://github.com/bluwy/publint/compare/v0.2.2...v0.2.3
v0.2.2
Features
- Lint
"typings"
field file existence (bluwy/publint#60)
... (truncated)
2f43f96
Release v0.2.33f21f86
Fix message border styles9cbb9b0
Error on invalid jsx extensions160318f
Warn on exports browser-ish conflictc3fff13
Suggest files field if internal files are published8c4cb79
Fix esm main suggestion detection4949ae4
Error if field has invalid value typefa7c321
Move lint util functions to bottomf6af95d
Update dependencies13a243b
Only relax format checks for globsSourced from svelte-check's releases.
svelte-check-3.5.2
- fix: only allow client files and project files to be root files (#2146)
- fix: output
$$Props
code differently to deal with unions better (#2153)- fix: add fallback handler to auto-types (#2156)
svelte-check-3.5.1
fdb8fa5
fix: bundle setupfe54b84
feat: add fallback handler to auto-typesbf99a93
feat: enhance component references in find references (#2157)54f921a
fix: ensure SvelteKit file is patched when first open (#2160)93f6415
fix: output $$Props code differently (#2153)c8ae56e
(fix) only allow client files and project files to be root (#2146)6c76ba8
chore: update snapshot for svelte 4 and ts 5.2 (#2152)4ba8d9e
chore: bump TS and adjust tsconfigs (#2145)1018345
fix: ignore style tag inside script tag5a8cfa5
(fix) prevent crash when ts project is closed (#2144)