#123920462219 Thanks @apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same entrypoint and different pattern
astro@4.16.12
Patch Changes
#12420acac0af Thanks @ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid Response.
#12402823e73b Thanks @ematipico! - Fixes a case where Astro allowed to call an action without using Astro.callAction. This is now invalid, and Astro will show a proper error.
---
import { actions } from "astro:actions";
-const result = actions.getUser({ userId: 123 });
+const result = Astro.callAction(actions.getUser, { userId: 123 });
#124019cca108 Thanks @bholmesdev! - Fixes unexpected 200 status in dev server logs for action errors and redirects.
#12355c4726d7 Thanks @apatel369! - Improves error reporting for invalid frontmatter in MDX files during the astro build command. The error message now includes the file path where the frontmatter parsing failed.
#123920462219 Thanks @apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same entrypoint and different pattern
4.16.12
Patch Changes
#12420acac0af Thanks @ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid Response.
#12402823e73b Thanks @ematipico! - Fixes a case where Astro allowed to call an action without using Astro.callAction. This is now invalid, and Astro will show a proper error.
---
import { actions } from "astro:actions";
-const result = actions.getUser({ userId: 123 });
+const result = Astro.callAction(actions.getUser, { userId: 123 });
#124019cca108 Thanks @bholmesdev! - Fixes unexpected 200 status in dev server logs for action errors and redirects.
#12355c4726d7 Thanks @apatel369! - Improves error reporting for invalid frontmatter in MDX files during the astro build command. The error message now includes the file path where the frontmatter parsing failed.
support non-configurable responses (#2360) (5bf3e3bf5f9a6d32c79410c11abd539ec4c2ddc5) @kettanaito
v2.6.4 (2024-11-10)
Bug Fixes
prevent infinite loop when bypassing sendBeacon() requests (#2353) (2fa98c327acc51189f87789d9155c4ec57be2299) @kettanaito
remove the internal bypass request header before performing the request as-is in Node.js (#2353) (2fa98c327acc51189f87789d9155c4ec57be2299) @kettanaito
Bumps the minorandpatch group with 14 updates in the /website directory:
0.32.0
0.37.4
5.59.19
5.60.5
4.16.9
4.16.13
4.1.2
4.1.3
11.0.2
11.0.3
3.16.0
3.17.0
0.8.1
0.8.2
5.59.7
5.60.1
8.13.0
8.15.0
8.13.0
8.15.0
1.3.0
1.3.1
2.6.0
2.6.5
3.4.14
3.4.15
2.1.4
2.1.5
Updates
@auth/core
from 0.32.0 to 0.37.4Release notes
Sourced from
@auth/core
's releases.Commits
846c9f3
chore(release): bump package version(s) [skip ci]1c37d92
test: fix importa150f1e
fix(core): vendorcookie
until it has an ESM build (#12248)4b01b46
Revert "fix(core): filter unnecessary param before passing to session callback"c650d0c
fix(core): filter unnecessary param before passing to session callbacka1cf406
chore(deps): bump cookie from 0.6.0 to 1.0.1 (#12178)06e2c9c
docs: handle nullable Sessiond6e68e4
chore(release): bump package version(s) [skip ci]7f5382b
chore: fix lintd6d8d4f
fix(core): carry-over request params for custom verifyRequest page (#12166)Updates
@tanstack/react-query
from 5.59.19 to 5.60.5Release notes
Sourced from
@tanstack/react-query
's releases.... (truncated)
Commits
3fc2fce
release: v5.60.54a2e838
fix(useQueries): make sure we don't lose property tracking (#8295)8786495
release: v5.60.46c2a055
refactor(*): unify & use noop (#8294)7615661
release: v5.60.2c9fcd2f
test(react-query): useInfinitePrefetchQuery -> usePrefetchInfiniteQuery (#8265)8d1f542
test(react-query): add test case for useSuspenseQueries accept skipToken as q...ebd4c2b
test(react-query): add test case for useSuspenseInfiniteQuery accept skipToke...e802711
test(react-query): add test case for useSuspenseQuery accept skipToken as que...c2b435d
test(react-query): add test case for infiniteQueryOptions (#8268)Updates
astro
from 4.16.9 to 4.16.13Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
5509117
[ci] release (#12427)453ec6b
prevents access to the history state if not set (#12436)9fc2ab8
Update to svelte 5 (#12364)bdc0890
[ci] format0462219
Fix script injection during build (#12392)3b3bc9b
[ci] release (#12422)acac0af
fix(routing): middleware in dev (#12420)e723e9e
[ci] release (#12403)471e712
[ci] format95d52a0
update markdown config docs (#12382)Updates
auth-astro
from 4.1.2 to 4.1.3Commits
Updates
uuid
from 11.0.2 to 11.0.3Release notes
Sourced from uuid's releases.
Changelog
Sourced from uuid's changelog.
Commits
1370497
chore(main): release 11.0.3 (#828)383474d
chore: replace optional-dev-dependencies with iodd (#836)341edf4
fix: export internal uuid types (#833)e2dee69
fix: revert "simplify type for v3 and v5" (#835)c8866d9
chore: enable manual runs of browser workflow (#834)c2d3fed
fix: apply stricter typing to the v* signatures (#831)913e958
chore: update to actions/checkout@v4 (#830)0980160
chore: cleanup changelog (#829)b93ea10
fix: remove sourcemaps (#827)Updates
winston
from 3.16.0 to 3.17.0Release notes
Sourced from winston's releases.
Commits
1b9cef8
3.17.03e87128
Try winston-transport 4.9.069625fc
Revert "Try bumping winston-transport to 4.8.0"876ef7a
Revert "Try bumping winston-transport to 4.8.0"7ef2c1d
Try bumping winston-transport to 4.8.0fe4b64e
Try bumping winston-transport to 4.8.0c9fd9a4
Bump logform14fef0f
Revert "Update logform and winston-transport"545b683
Merge branch 'master' of github.com:winstonjs/winstoncceb265
Update logform and winston-transportUpdates
@genspectrum/dashboard-components
from 0.8.1 to 0.8.2Updates
@tanstack/eslint-plugin-query
from 5.59.7 to 5.60.1Release notes
Sourced from
@tanstack/eslint-plugin-query
's releases.... (truncated)
Commits
8ae5aed
release: v5.60.12f6c028
fix(eslint-plugin-query): add Suspense query hooks to no-rest-destructuring r...5ce9959
release: v5.59.20848df62
fix: don't ship test filesUpdates
@typescript-eslint/eslint-plugin
from 8.13.0 to 8.15.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
2444351
chore(release): publish 8.15.06c27d08
chore: bump eslint dependencies (#10354)f5e23e2
fix(utils): add defaultOptions to meta in rule (#10339)12ce800
docs(eslint-plugin): [no-confusing-void-expression] add a default value for `...ab83198
fix(eslint-plugin): report deprecations used in default export (#10330)66234d0
fix(eslint-plugin): [explicit-module-boundary-types] and [explicit-function-r...013c5cc
fix(eslint-plugin): [await-thenable, return-await] don't flag awaiting uncons...a7746fb
feat(eslint-plugin): [prefer-nullish-coalescing] fix detection of `ignoreCond...57d343b
docs: [no-deprecated] awkward wording about TypeScript visualizing deprecated...9ebdff4
feat(eslint-plugin): new ruleno-unsafe-type-assertion
(#10051)Updates
@typescript-eslint/parser
from 8.13.0 to 8.15.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
2444351
chore(release): publish 8.15.0e022eb0
docs: update license file to explicitly use bsd-2 clause license (#10291)16fba0a
chore(release): publish 8.14.0Updates
eslint-plugin-astro
from 1.3.0 to 1.3.1Release notes
Sourced from eslint-plugin-astro's releases.
Changelog
Sourced from eslint-plugin-astro's changelog.
Commits
37a77ef
chore: release eslint-plugin-astro (#446)1133962
fix: preserve whitespace between attributes in sort-attributes rule (#445)6ffa048
fix(deps): update dependency eslint-compat-utils to ^0.6.0 (#443)db90a41
chore: add doc-renderer for generating & updating detailed rule docs (#442)ae7c6a4
chore(deps): update dependency postcss-nested to v7 (#441)6579f49
chore(deps): update dependency@types/node
to v22 (#440)b525f44
fix(deps): update dependency postcss-selector-parser to v7 (#435)5db7673
chore(deps): update coverallsapp/github-action action to v2.3.4 (#436)8d9e0a2
chore: move 'utils/rules.ts' to 'rules/index.ts' (#439)fd8bc14
chore: remove redundant assignments & use "createRequire" (#437)Updates
msw
from 2.6.0 to 2.6.5Release notes
Sourced from msw's releases.
Commits
8ddb4ab
chore(release): v2.6.55bf3e3b
fix: support non-configurable responses (#2360)c40eac6
chore(release): v2.6.4336f644
docs: add ryan to silver sponsors (#2354)2fa98c3
fix: prevent infinite loop when bypassingsendBeacon()
requests (#2353)8cb7b01
chore(release): v2.6.374c4a3a
fix(handleRequest): removetransformResponse
option (#2351)cfcc617
chore(release): v2.6.2c134352
fix: update@bundled-es-modules/cookie
to 2.0.1 (#2312)078fa08
chore(release): v2.6.1Updates
tailwindcss
from 3.4.14 to 3.4.15Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.