Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@analogjs/content (source) ^0.2.0 -> ^1.0.0 age adoption passing confidence
@analogjs/platform (source) ^0.2.0 -> ^1.0.0 age adoption passing confidence
@analogjs/router (source) ^0.2.0 -> ^1.0.0 age adoption passing confidence
@analogjs/vite-plugin-angular ^0.2.30 -> ^1.0.0 age adoption passing confidence
@analogjs/vite-plugin-nitro (source) ^0.2.30 -> ^1.0.0 age adoption passing confidence

Release Notes

analogjs/analog (@​analogjs/content)

v1.15.0

Compare Source

Bug Fixes
Features
  • content: update marked to latest version and fix custom renderer compatibility (#​1658) (ade8a0a)
  • vite-plugin-nitro: allow customization of sitemap definition for prerendered routes (#​1650) (7edff18)
  • vite-plugin-nitro: update nitropack to 2.11.x (#​1666) (8414192)
Performance Improvements
  • vite-plugin-nitro: remove server assets from build process (#​1656) (5a148d7)

v1.14.1

Compare Source

Bug Fixes
  • create-analog: remove overrides from templates for Vite/Vitest (#​1640) (e428f80)
  • nx-plugin: add check for nx version inside generator for Vite/Vitest (#​1635) (9db028c)
  • nx-plugin: overwrite files array when setting up Vitest (#​1646) (17f5c65)
  • router: set full parent path for route path on debug page (#​1632) (ccfeca5)
  • vite-plugin-nitro: bump esbuild dependency to 0.25.0 (#​1641) (72dff37)
  • vite-plugin-nitro: handle Nitro Base URL for API routes in development (#​1653) (5eeff15)

v1.14.0

Compare Source

Features
  • vite-plugin-nitro: add support for API routes without middleware/proxy (#​1621) (a57ef2a)
  • vite-plugin-nitro: add support for hybrid server side rendering at runtime (#​1623) (fa81e94)
  • vite-plugin-nitro: implement support for Vite Environment API (#​1618) (74a5f52)
  • vitest-angular: add support for snapshot updates in test builder (#​1626) (4581f8b)

v1.13.1

Compare Source

Bug Fixes

v1.13.0

Compare Source

Bug Fixes
  • create-analog: add overrides for Vite 6/Vitest 3 to templates (#​1575) (24de7c1)
  • create-analog: set root in angular.json for templates (#​1578) (f8de730)
  • vite-plugin-angular: unwrap typechecking diagnostic messages (#​1576) (6b9e71f)
Features

v1.12.2

Compare Source

Bug Fixes

v1.12.1

Compare Source

Bug Fixes
  • vite-plugin-angular: disable type checking diagnostics in vite plugin by default (#​1552) (2945ea8)
  • vite-plugin-angular: fix SSG and HMR of external component stylesheets (#​1548) (e6de3d7)
  • vite-plugin-angular: only store valid HMR updates and clear updates on a full page reload (#​1550) (aaa7d1a)
  • vite-plugin-angular: use whole angular version for pending tasks replacement (#​1555) (5f8bedb)

v1.12.0

Compare Source

Bug Fixes
  • vite-plugin-angular: correctly implement HMR of component styles (#​1542) (5ec113f)
  • vite-plugin-angular: fix HMR of component styles w/tsconfig flag (#​1539) (6b9c75c)
  • vite-plugin-angular: fix HMR of component styles w/tsconfig flag (#​1539) (ee67cc6)
  • vite-plugin-angular: skip rebuilds before invalidation during testing (#​1536) (4610be7)
  • vite-plugin-angular: use ssr.noExternal for matching libraries during testing (#​1545) (3f365e9)
Features
  • vite-plugin-angular: fix .ts typechecking and add disableTypeChecking option (#​1538) (56b0ffe)
Performance Improvements
  • platform: exclude TypeScript files from Vite esbuild plugin (#​1543) (de85100)
Reverts
  • Revert "fix(vite-plugin-angular): fix HMR of component styles" (#​1544) (eff770c)

v1.11.0

Compare Source

Bug Fixes
  • vite-plugin-angular: invalidation fixes for HMR/live reload (#​1526) (7b783d9)
  • vite-plugin-nitro: normalize outputPaths for app hosting (09b1fa5)
  • vitest-angular: reuse vitest server in watch mode for build-test (#​1519) (724d1f1)
Features
  • router: introduce support for Analog Server Components (#​1518) (44289b0)
  • vite-plugin-angular: introduce support for Angular v19 HMR/live reload (#​1523) (0602a8f)
  • vite-plugin-nitro: add support for Firebase App Hosting deployment (#​1529) (3657bf1)
  • vitest-angular: add UI and coverage options to test builder (#​1521) (026b3dc)

v1.10.3

Compare Source

Bug Fixes
  • platform: add front-matter for default optimization (#​1510) (faab0d5)
  • vitest-angular: set watch mode flag when passed from CLI args (#​1508) (f4fbe77)
  • vitest-angular: use vite overrides to pass test watch mode (#​1509) (438571f)

v1.10.2

Compare Source

Bug Fixes
  • create-analog: remove override for @​nx/angular package (#​1487) (cb3d70b)
  • create-analog: set root property to empty on angular.json (#​1481) (d9cdbe2)
  • exclude astro-app from builds (ebabc90)
  • nx-plugin: update Nx preset to 20.x and Angular 19.x (#​1484) (7d8ee23)
  • vite-plugin-angular: fix Angular v18/v19 support for ɵPendingTasks (#​1497) (3215ab4)
  • vite-plugin-angular: only apply sourcemap transform to TS files during testing (#​1500) (0b56d46)
  • vite-plugin-angular: process call expr and property access expr property (#​1498) (cf7db8f)
  • vite-plugin-angular: process destructured objects (#​1499) (cba76da)
  • vite-plugin-angular: properly transform files during testing with watch mode (#​1503) (6d9179f)
  • vite-plugin-angular: resolve JIT external template/style files (#​1493) (54e9488)
  • vite-plugin-angular: return undefined when not resolving id (#​1495) (ac6a854)
  • vite-plugin-angular: skip re-transform in JIT mode (#​1489) (30533c6)

v1.10.1

Compare Source

Bug Fixes

v1.10.0

Compare Source

Bug Fixes
  • platform: exclude Nx Module Federation package from optimization (#​1460) (b767a79)
  • router: make withExtraRoutes function public (#​1446) (2008bd8)
  • router: support transfer state/prerendering for static assets (#​1453) (3ad2dec)
Features
  • create-analog: update template for latest to Angular v19 (#​1447) (72b8dc7)
  • nx-plugin: add template for Angular v19 (#​1451) (cdff236)
  • router: add support for visualizing routes for debugging (#​1464) (e204a71)
  • router: expose form action directive to support server forms (#​1462) (db4829f)
  • vite-plugin-nitro: update Nitro to 2.10.x and add default compatibility date (#​1450) (5e75b50)
  • vitest-angular: introduce application bundle-based Vitest builder (#​1443) (0bbefa0)
Performance Improvements
  • vite-plugin-angular: speed up tests by reusing compiler (#​1444) (a7f4587)

v1.9.4

Compare Source

Bug Fixes
  • vite-plugin-angular: improve support for Angular Material and testing using harnesses (#​1442) (8338d42)

v1.9.3

Compare Source

Bug Fixes
  • vitest-angular: set correct type in package.json based on output format (#​1438) (1f078ff)

v1.9.2

Compare Source

Bug Fixes

v1.9.1

Compare Source

Bug Fixes
  • add Nx 20.x to package.json dev dependencies (#​1411) (cae8861)
  • content: fix install dependencies, remove marked mangle warnings (#​1413) (bc3b6df)
  • router: inject HttpClient only when page endpoint is configured (#​1412) (c037b01)
  • router: serialize transfer state cache key for internal API requests (#​1415) (855a314)
  • vite-plugin-angular: force rebuild and analysis on filesystem changes (#​1416) (94e7da1)
  • vite-plugin-angular: infer production build from config mode instead of NODE_ENV (#​1423) (98e4bab)
  • vite-plugin-angular: set ngDevMode in during build optimization (#​1417) (8e1a3b4)
  • vite-plugin-nitro: enable websocket support & add docs (#​1419) (9ac357f)

v1.9.0

Compare Source

Bug Fixes
  • create-analog: add Analog SFCs to Tailwind config (#​1388) (c051f05)
  • create-analog: add minimal template to semver during release (0e030cc)
  • nx-plugin: added missing import for 'join' in tailwind template (#​1405) (02d7898)
  • platform: add better cache invalidation for file changes (#​1394) (c38900d)
  • platform: load content highlighter on first content request (#​1402) (ead2aba)
  • router: expose inject function for page endpoint URL (#​1397) (42486cc)
  • router: retrieve initial server page load from transfer state (#​1396) (f9f1d9b)
  • vite-plugin-angular: support outputFromObservable (#​1392) (8c255ec)
  • vite-plugin-angular: use esbuild to postprocess sourcemaps during testing (#​1399) (bdf8cee)
  • vite-plugin-nitro: add option use proxy for API requests instead of custom middleware (#​1378) (f72087f)
  • vite-plugin-nitro: inline and apply api prefix to endpoints (#​1401) (94bfc2e)
  • vite-plugin-nitro: use ssrBuildDir if provided for SSR entry point (#​1407) (132f70d)
Features
  • create-analog: optionally generate new projects with Analog SFCs (#​1375) (9b46f08)
  • create-analog: set project title based on project name; sort deps (#​1374) (775eeab)
  • create-analog: update app generators and templates to use TypeScript for Tailwind config (#​1387) (586adae)
  • router: introduce server support for form actions (#​1346) (1d15109)

v1.8.2

Compare Source

Bug Fixes
  • create-analog: read the doc color scheme in light mode (#​1361) (90d9b7b)
  • vite-plugin-nitro: inline std-env package for Windows build (#​1362) (a6a93c0)

v1.8.1

Compare Source

Bug Fixes
  • nx-plugin: add marked-mangle to installed dependencies on new app/migration (#​1354) (e845850)
  • platform: add support for @​ng-web-apis and @​taiga-ui deps w/SSR (#​1357) (7f7d192)
  • router: generate rawPath for ag page routes correctly (7081bb6)
  • vite-plugin-angular: add better support for angular/cdk in vitest browser testing (#​1353) (157d9e2)
  • vite-plugin-angular: add check for ag files in fileExists function (2f5400d)
  • vite-plugin-angular: allow supplying and exporting vfile data for agx files (#​1344) (6d555aa)
  • vite-plugin-angular: use defaultMarkdownTemplateTransform if none supplied (#​1356) (ff9a0ee)
  • vitest-angular: setup separate import for configuring snapshots (#​1340) (fa50a4d)

v1.8.0

Compare Source

Bug Fixes
  • nx-plugin: typo that causes Nx graph to crash (#​1330) (102cf83)
  • router: add responseType in requestContextInterceptor for HttpClient (#​1326) (88c077f)
  • vite-plugin-angular: add detection for storybook target in Nx workspace (f9014d4)
  • vite-plugin-angular: correctly capture diagnostics from errors and warnings (#​1325) (5086d95)
  • vite-plugin-angular: fix optimization bug with bundles w/o side effects (#​1332) (df48c49)
  • vite-plugin-angular: mark @​angular/compiler with sideEffects during jit build (#​1337) (4912562)
  • vite-plugin-angular: remove deprecated parameter from marked (#​1327) (fe2ba78)
  • vite-plugin-nitro: prevent handling further middleware on return (#​1313) (f8ee855)
  • vitest-angular: pass custom config file path to runner (#​1334) (a1661e3)
Features
  • content: add og sub-package for generating Open Graph images (#​1316) (1df068d)
  • vite-plugin-angular: add internal plugin to detect Storybook environment (#​1314) (4045922)
  • vite-plugin-angular: add support for .ag extension (#​1307) (4754793)
  • vite-plugin-angular: include frontmatter in markdown transform content (#​1323) (283950d)

v1.7.3

Compare Source

Bug Fixes

v1.7.2

Compare Source

Bug Fixes
  • nx-plugin: add server context to Nx generator template (#​1270) (4009439)
  • platform: add support for event replay with SSR (#​1277) (11631a2)
  • platform: use workspace root when discovering packages for SSR transform (#​1280) (fa82328)
  • router: handle cookie header internally for server data loading (#​1276) (838646c)
  • update cookie interceptor in example app (#​1274) (1c209bd)
  • vite-plugin-angular: use resolved config for CSS preprocessor (#​1271) (c70fdb1)
  • vite-plugin-nitro: support server middleware in development (#​1269) (454889e)

v1.7.1

Compare Source

Bug Fixes
  • platform: more normalization fixes (#​1259) (3c909a8)
  • platform: normalize root for finding page routes on Windows (#​1255) (1e7ff22)
  • router: support additional dir paths windows (#​1260) (dd0696e)
  • vite-plugin-angular: include analog page files in additional compilation includes (#​1264) (bde2104)
  • vitest-angular: add vitest@2 to peerDependencies (#​1252) (4964be5)

v1.7.0

Compare Source

Bug Fixes
  • create-analog: add proper component naming (#​1237) (24518fc)
  • platform: add workaround for redefined global in zone.js 0.14.5+ (#​1245) (9ff8a4d)
  • platform: adjust transform filters for routes (#​1231) (8b488ff)
  • router: correctly discover page endpoints from additional sources (#​1238) (ef2cc86)
  • update peer dependencies for router and vitest-angular packages (#​1242) (5fa4205)
  • vite-plugin-angular: add additionalContentDirs to analog globs (#​1246) (b0abaa2)
  • vite-plugin-angular: use Vite preprocessCSS function for JIT CSS transform (#​1243) (f84bbf0)
Features
  • add support for configuring additional page/content route sources (#​1228) (869cfb5)
  • platform: add support for auto-discovery of SSR and optimization dependencies (#​1226) (40d03e6)
  • router: provide server context awareness to routing and HttpClient requests (#​1223) (b1cdd08)

v1.6.4

Compare Source

Bug Fixes
  • astro-angular: add better support for Astro environment detection (#​1229) (01d59dc)

v1.6.3

Compare Source

Bug Fixes

v1.6.2

Compare Source

Bug Fixes
  • content: export prism highlighter for custom client rendering (#​1209) (768ac1a)
  • create-analog: update templates to use Vite 5.x (#​1215) (5069e34)
  • router: skip default export warning for redirect page routes (#​1210) (a4aa195)
  • vite-plugin-angular: use Vite preprocessCSS function for component decorator styles (#​1214) (76d024b)

v1.6.1

Compare Source

Bug Fixes
  • content: filter out string content when using agx files (#​1200) (c6b94ea)
  • nx-plugin: add vitest types in tsconfig.spec.json (#​1197) (acaf6dc)
  • router: add error message when default export is missing from component (#​1194) (4d33677)
  • vite-plugin-angular: prevent context loss for "each" describe bl… (#​1195) (595a6b3)
  • vite-plugin-nitro: make sitemap available for SSR build (#​1201) (90cc7bd)

v1.6.0

Compare Source

Bug Fixes
  • content: import prismjs on client for prism highlighter (#​1178) (334c189)
  • create-analog: add vitest-angular to package.json deps (#​1187) (65869c6)
  • create-analog: correctly set package versions for yarn and pin Vite (#​1159) (847963c)
  • disable esbuild if not configured to enable correct sourcemaps (#​1177) (c51e472)
  • nx-plugin: set nx variable for init file template (#​1186) (e13643c)
  • platform: lazy load highlighters (#​1176) (707c532)
  • vite-plugin-angular: prevent context loss for "each" tests (#​1190) (13df344)
  • vite-plugin-angular: prevent context loss for "each" tests (#​1190) (610f406)
Features
  • content: introduce build-time rendering/highlighting for markdown (#​1174) (9ccf6b2)
  • platform: add support for configuring marked, and Prism (#​1185) (79e6242)
  • setup Vitest with standalone vitest-angular package (#​1184) (f6c2d00)

v1.5.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 8, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: angular/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/zone.js
npm error   zone.js@"~0.14.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer zone.js@"~0.15.0" from @angular/[email protected]
npm error node_modules/@angular/core
npm error   @angular/core@"^19.0.0" from the root project
npm error   peer @angular/core@"19.2.5" from @angular/[email protected]
npm error   node_modules/@angular/animations
npm error     @angular/animations@"^19.0.0" from the root project
npm error   1 more (@angular/common)
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-04-03T09_39_35_389Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-04-03T09_39_35_389Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-analog-monorepo branch from e2f337c to 50e5fb3 Compare August 15, 2024 05:56
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Aug 15, 2024

Deploying portfolio with  Cloudflare Pages  Cloudflare Pages

Latest commit: fd7f8ff
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/major-analog-monorepo branch from 50e5fb3 to 8a69f15 Compare April 2, 2025 06:06
@renovate renovate bot force-pushed the renovate/major-analog-monorepo branch from 8a69f15 to fd7f8ff Compare April 3, 2025 09:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants