Bump the astro group in /app with 2 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(12 months ago)
(12 months ago)
dependencies javascript
poad
Bumps the astro group in /app with 2 updates: astro and eslint.
Updates astro from 5.10.1 to 5.10.2
Release notes
Sourced from astro's releases.
astro@5.10.2
Patch Changes
#14000
3cbedaeThanks@feelixe! - Fix routePattern JSDoc examples to show correct return values#13990
de6cfd6Thanks@isVivek99! - Fixes a case whereastro:config/clientandastro:config/servervirtual modules would not contain config passed to integrationsupdateConfig()during the build#14019
a160d1eThanks@ascorbic! - Removes the requirement to settype: 'live'when defining experimental live content collectionsPreviously, live collections required a
typeandloaderconfigured. Now, Astro can determine that your collection is alivecollection without defining it explicitly.This means it is now safe to remove
type: 'live'from your collections defined insrc/live.config.ts:import { defineLiveCollection } from 'astro:content'; import { storeLoader } from '@mystore/astro-loader';const products = defineLiveCollection({
- type: 'live', loader: storeLoader({ apiKey: process.env.STORE_API_KEY, endpoint: 'https://api.mystore.com/v1', }), });
export const collections = { products };
This is not a breaking change: your existing live collections will continue to work even if you still include
type: 'live'. However, we suggest removing this line at your earliest convenience for future compatibility when the feature becomes stable and this config option may be removed entirely.#13966
598da21Thanks@msamoylov! - Fixes a broken link on the default 404 page in development
Changelog
Sourced from astro's changelog.
5.10.2
Patch Changes
#14000
3cbedaeThanks@feelixe! - Fix routePattern JSDoc examples to show correct return values#13990
de6cfd6Thanks@isVivek99! - Fixes a case whereastro:config/clientandastro:config/servervirtual modules would not contain config passed to integrationsupdateConfig()during the build#14019
a160d1eThanks@ascorbic! - Removes the requirement to settype: 'live'when defining experimental live content collectionsPreviously, live collections required a
typeandloaderconfigured. Now, Astro can determine that your collection is alivecollection without defining it explicitly.This means it is now safe to remove
type: 'live'from your collections defined insrc/live.config.ts:import { defineLiveCollection } from 'astro:content'; import { storeLoader } from '@mystore/astro-loader';const products = defineLiveCollection({
- type: 'live', loader: storeLoader({ apiKey: process.env.STORE_API_KEY, endpoint: 'https://api.mystore.com/v1', }), });
export const collections = { products };
This is not a breaking change: your existing live collections will continue to work even if you still include
type: 'live'. However, we suggest removing this line at your earliest convenience for future compatibility when the feature becomes stable and this config option may be removed entirely.#13966
598da21Thanks@msamoylov! - Fixes a broken link on the default 404 page in development
Commits
5891056[ci] release (#14007)508e6bf[ci] formata160d1eMake "type" optional when defining live collections (#14019)041a37d[ci] format33f2d15chore: upgrade to Biome v2 (#13984)f9ffd3c[ci] formatde6cfd6fix client/server config changes in the integrations object during setup (#13...598da21Fix broken documentation link (#13966)3cbedaefix invalid examples inAstro.routePatterndocstring (#14000)e7df795[ci] format- Additional commits viewable in compare view
Updates eslint from 9.30.0 to 9.30.1
Release notes
Sourced from eslint's releases.
v9.30.1
Bug Fixes
Documentation
ab7c625docs: Update README (GitHub Actions Bot)dae1e5bdocs: update jsdoc's link (#19896) (JamesVanWaza)Chores
Changelog
Sourced from eslint's changelog.
v9.30.1 - July 1, 2025
b035f74chore: upgrade to@eslint/js@9.30.1(#19906) (Francesco Trotta)b3dbc16chore: package.json update for@eslint/jsrelease (Jenkins)e91bb87fix: allow separate default and named type imports (#19899) (xbinaryx)ab7c625docs: Update README (GitHub Actions Bot)dae1e5bdocs: update jsdoc's link (#19896) (JamesVanWaza)
Commits
6769b5f9.30.1b2950acBuild: changelog update for 9.30.1b035f74chore: upgrade to@eslint/js@9.30.1(#19906)b3dbc16chore: package.json update for@eslint/jsreleasee91bb87fix: allow separate default and named type imports (#19899)ab7c625docs: Update READMEdae1e5bdocs: update jsdoc's link (#19896)- 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
1
+2
-2
Technical Details
| ID: | 2751210 |
| UUID: | 2634843487 |
| Node ID: | PR_kwDOKYjiec6dDIVf |
| Host: | GitHub |
| Repository: | poad/astro-lambda-ssr-example |
| Merge State: | Unknown |