diff --git a/README.md b/README.md index 404f3ec..172adb7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Each example doubles as a reference for [community packages](https://docs.meteor - Why: Task management with CRUD, status workflows, priority filtering, real-time dashboard, and type-safe RPC - Stack: Meteor, Rspack, React, Meteor-RPC, shadcn/ui, Tailwind CSS v4, React Query, Zod, Mocha, Biome, Playwright - Last Updated At: Apr/21/2026 -- Meteor Version: 3.5 +- Meteor Version: 3.5.1-beta.0 ### Notes Offline - Repository: [meteor/examples/notes-offline](./notes-offline) @@ -50,7 +50,7 @@ Each example doubles as a reference for [community packages](https://docs.meteor - Why: Offline-first PWA notes app with auto-save, markdown, search, tagging, pinning, trash/recovery, import/export, cross-tab sync, per-device scoping, and multi-language UI (en/es/pt) - Stack: Meteor, Rspack, React, Mantine UI, jam:offline, jam:method, jam:pub-sub, jam:soft-delete, Zod, Workbox, LinguiJS, Mocha, ESLint, Prettier, Playwright - Last Updated At: Apr/21/2026 -- Meteor Version: 3.5 +- Meteor Version: 3.5.1-beta.0 ### Simple Blog - Repository: [dupontbertrand/meteor-blog](https://github.com/dupontbertrand/meteor-blog) @@ -65,7 +65,7 @@ Each example doubles as a reference for [community packages](https://docs.meteor - Why: Real-time multiplayer game with room-based matchmaking and live state sync via pub/sub - Stack: Meteor, Rspack, React, MUI (Material UI), Mocha, oxlint, Playwright - Last Updated At: Apr/21/2026 -- Meteor Version: 3.5 +- Meteor Version: 3.5.1-beta.0 ### Parties - Repository: [meteor/examples/parties](./parties) @@ -73,7 +73,7 @@ Each example doubles as a reference for [community packages](https://docs.meteor - Why: One of the original Meteor examples showcasing how to build a nice working application with Blaze with very little code, while taking advantage of optimistic updates - Stack: Meteor, Rspack, Blaze 3, Bootstrap 5, D3.js, RSLint, Playwright - Last Updated At: Apr/21/2026 -- Meteor Version: 3.5 +- Meteor Version: 3.5.1-beta.0 ### Complex Todos (Svelte) - Repository: [meteor/examples/complex-todos-svelte](./complex-todos-svelte) @@ -81,7 +81,7 @@ Each example doubles as a reference for [community packages](https://docs.meteor - Why: Production-grade todo app with modular monolith architecture, rate limiting, caching, migrations, scheduled jobs, and E2E tests - Stack: Meteor, Rspack, Svelte 5, Skeleton UI, Tailwind CSS v4, jam:method, Zod, oxlint, Cypress, Mocha, MongoDB - Last Updated At: Apr/21/2026 -- Meteor Version: 3.5 +- Meteor Version: 3.5.1-beta.0 ### Welcome Meteor Cordova - Repository: [CloudByGalaxy/welcome-meteor-cordova](https://github.com/CloudByGalaxy/welcome-meteor-cordova) @@ -134,7 +134,7 @@ Additional examples covering tutorials, integrations, and specialized use cases. - Why: Decentralized NFT marketplace for minting, listing, and buying NFTs with wallet auth and on-chain transactions - Stack: Meteor, Rspack, React, Tailwind CSS v4, Polygon, Solidity, Hardhat, Ethers.js, IPFS - Last Updated At: Mar/14/2026 -- Meteor Version: 3.5 +- Meteor Version: 3.5.1-beta.0 ## How to add your example? diff --git a/complex-todos-svelte/.meteor/packages b/complex-todos-svelte/.meteor/packages index 5ccb022..1fb5b87 100644 --- a/complex-todos-svelte/.meteor/packages +++ b/complex-todos-svelte/.meteor/packages @@ -6,25 +6,25 @@ meteor-base@1.5.2 # Packages every Meteor app needs to have mobile-experience@1.1.2 # Packages for a great mobile UX -mongo@2.4.0 # The database Meteor supports right now +mongo@2.5.0-beta351.0 # The database Meteor supports right now reactive-var@1.0.13 # Reactive variable for tracker tracker@1.3.4 # Meteor's client-side reactive programming library standard-minifier-css@1.10.1 # CSS minifier run for production mode standard-minifier-js@3.2.0 # JS minifier run for production mode es5-shim@4.8.1 # ECMAScript 5 compatibility for older browsers -ecmascript@0.18.1 # Enable ECMAScript2015+ syntax in app code -typescript@5.10.1 # Enable TypeScript syntax in .ts and .tsx modules +ecmascript@0.19.0-beta351.0 # Enable ECMAScript2015+ syntax in app code +typescript@5.11.0-beta351.0 # Enable TypeScript syntax in .ts and .tsx modules shell-server@0.7.0 # Server-side component of the `meteor shell` command hot-module-replacement@0.6.0 # Update client in development without reloading the page static-html@1.5.0 # Define static page content in .html files -rspack@1.1.0 +rspack@1.2.0-beta351.0 # # Accounts # -accounts-password@3.3.0 +accounts-password@3.3.1-beta351.0 # # Methods diff --git a/complex-todos-svelte/.meteor/release b/complex-todos-svelte/.meteor/release index 258f64d..2608e04 100644 --- a/complex-todos-svelte/.meteor/release +++ b/complex-todos-svelte/.meteor/release @@ -1 +1 @@ -METEOR@3.5 +METEOR@3.5.1-beta.0 diff --git a/complex-todos-svelte/.meteor/versions b/complex-todos-svelte/.meteor/versions index 5b32fe4..6d42c33 100644 --- a/complex-todos-svelte/.meteor/versions +++ b/complex-todos-svelte/.meteor/versions @@ -1,8 +1,8 @@ accounts-base@3.3.0 -accounts-password@3.3.0 +accounts-password@3.3.1-beta351.0 allow-deny@2.1.0 autoupdate@2.0.1 -babel-compiler@7.14.1 +babel-compiler@7.15.0-beta351.0 babel-runtime@1.5.2 base64@1.0.14 binary-heap@1.0.13 @@ -12,13 +12,13 @@ callback-hook@1.8.0 check@1.5.0 core-runtime@1.0.0 ddp@1.4.2 -ddp-client@3.3.0 +ddp-client@3.4.0-beta351.0 ddp-common@1.4.5 ddp-rate-limiter@1.3.0 -ddp-server@3.3.0 +ddp-server@3.4.0-beta351.0 diff-sequence@1.1.3 dynamic-import@0.7.4 -ecmascript@0.18.1 +ecmascript@0.19.0-beta351.0 ecmascript-runtime@0.8.3 ecmascript-runtime-client@0.13.0 ecmascript-runtime-server@0.11.1 @@ -31,7 +31,7 @@ geojson-utils@1.0.12 hot-code-push@1.0.5 hot-module-replacement@0.6.0 id-map@1.2.0 -inter-process-messaging@0.1.2 +inter-process-messaging@0.1.3-beta351.0 jam:method@1.9.1 launch-screen@2.0.1 localstorage@1.2.1 @@ -42,7 +42,7 @@ meteortesting:browser-tests@1.8.0 meteortesting:mocha@3.3.0 meteortesting:mocha-core@8.2.0 minifier-css@2.0.2 -minifier-js@3.2.1 +minifier-js@3.3.0-beta351.0 minimongo@2.2.0 mobile-experience@1.1.2 mobile-status-bar@1.1.1 @@ -50,11 +50,11 @@ modern-browsers@0.2.3 modules@0.20.3 modules-runtime@0.13.2 modules-runtime-hot@0.14.3 -mongo@2.4.0 +mongo@2.5.0-beta351.0 mongo-decimal@0.2.0 mongo-dev-server@1.1.1 mongo-id@1.0.9 -npm-mongo@6.16.1 +npm-mongo@6.16.2-beta351.0 ordered-dict@1.2.0 promise@1.0.0 random@1.2.2 @@ -64,18 +64,18 @@ reactive-var@1.0.13 reload@1.3.2 retry@1.1.1 routepolicy@1.1.2 -rspack@1.1.0 +rspack@1.2.0-beta351.0 sha@1.0.10 shell-server@0.7.0 -socket-stream-client@0.7.0 +socket-stream-client@0.7.1-beta351.0 standard-minifier-css@1.10.1 standard-minifier-js@3.2.0 static-html@1.5.0 static-html-tools@1.0.0 -tools-core@1.1.0 +tools-core@1.2.0-beta351.0 tracker@1.3.4 -typescript@5.10.1 +typescript@5.11.0-beta351.0 url@1.3.6 -webapp@2.2.0 +webapp@2.3.0-beta351.0 webapp-hashing@1.1.2 zodern:types@1.0.13 diff --git a/complex-todos-svelte/README.md b/complex-todos-svelte/README.md index 9c77ac5..e2b2062 100755 --- a/complex-todos-svelte/README.md +++ b/complex-todos-svelte/README.md @@ -2,7 +2,7 @@ Same idea as the [simple Svelte tutorial](https://github.com/meteor/meteor3-svelte/tree/3.4-rspack), but not simple. This app covers things you'll actually run into when building something real: module boundaries, validation, rate limiting, caching, migrations, jobs, and proper separation of concerns. -Built with Meteor 3.5, Svelte 5, Skeleton UI, and Tailwind CSS v4. +Built with Meteor 3.5.1-beta.0, Svelte 5, Skeleton UI, and Tailwind CSS v4. Demo: https://complex-todos-svelte.sandbox.galaxycloud.app/ @@ -10,7 +10,7 @@ Demo: https://complex-todos-svelte.sandbox.galaxycloud.app/ | | | |---|---| -| Runtime | Meteor 3.5 | +| Runtime | Meteor 3.5.1-beta.0 | | Frontend | Svelte 5 (runes) | | UI | Skeleton UI v4 + Tailwind CSS v4, Cerberus theme | | Build | Rspack | diff --git a/complex-todos-svelte/package-lock.json b/complex-todos-svelte/package-lock.json index c4226e5..b748a6b 100755 --- a/complex-todos-svelte/package-lock.json +++ b/complex-todos-svelte/package-lock.json @@ -14,7 +14,7 @@ "zod": "^3.25.76" }, "devDependencies": { - "@meteorjs/rspack": "^2.0.1", + "@meteorjs/rspack": "^2.1.0-beta.0", "@rsdoctor/rspack-plugin": "^1.5.7", "@rspack/cli": "^1.7.8", "@rspack/core": "^1.7.8", @@ -662,9 +662,9 @@ "license": "MIT" }, "node_modules/@meteorjs/rspack": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@meteorjs/rspack/-/rspack-2.0.1.tgz", - "integrity": "sha512-qNo6WxHIxWzkno1E3ypnQZ7jf1c8Sq0l6N8Dqpl8rWtk/ULF3WIwRegiEQ+txFpU2Rc6pnYTnXnJNZxAdCpNxg==", + "version": "2.1.0-beta.0", + "resolved": "https://registry.npmjs.org/@meteorjs/rspack/-/rspack-2.1.0-beta.0.tgz", + "integrity": "sha512-aMEY1qxaW7YIor2Al2C6rTis2rGYfOzToKFIRLAjkHXmlt43QXTmz0IsmUZ5ub1QNmDZsCx9N58i/nXvNrSYMA==", "dev": true, "license": "ISC", "dependencies": { @@ -10159,21 +10159,6 @@ } } }, - "node_modules/svelte-check/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "node_modules/svelte-check/node_modules/readdirp": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", diff --git a/complex-todos-svelte/package.json b/complex-todos-svelte/package.json index 4de407d..2ae7872 100755 --- a/complex-todos-svelte/package.json +++ b/complex-todos-svelte/package.json @@ -20,7 +20,7 @@ "zod": "^3.25.76" }, "devDependencies": { - "@meteorjs/rspack": "^2.0.1", + "@meteorjs/rspack": "^2.1.0-beta.0", "@rsdoctor/rspack-plugin": "^1.5.7", "@rspack/cli": "^1.7.8", "@rspack/core": "^1.7.8", diff --git a/examples.json b/examples.json index 26bd35c..2d45039 100644 --- a/examples.json +++ b/examples.json @@ -44,7 +44,7 @@ "Playwright" ], "lastUpdatedAt": "Apr/21/2026", - "meteorVersion": "3.5" + "meteorVersion": "3.5.1-beta.0" }, { "title": "Notes Offline", @@ -74,7 +74,7 @@ "Playwright" ], "lastUpdatedAt": "Apr/21/2026", - "meteorVersion": "3.5" + "meteorVersion": "3.5.1-beta.0" }, { "title": "Simple Blog", @@ -117,7 +117,7 @@ "Playwright" ], "lastUpdatedAt": "Apr/21/2026", - "meteorVersion": "3.5" + "meteorVersion": "3.5.1-beta.0" }, { "title": "Parties", @@ -139,7 +139,7 @@ "Playwright" ], "lastUpdatedAt": "Apr/21/2026", - "meteorVersion": "3.5" + "meteorVersion": "3.5.1-beta.0" }, { "title": "Complex Todos (Svelte)", @@ -165,7 +165,7 @@ "MongoDB" ], "lastUpdatedAt": "Apr/21/2026", - "meteorVersion": "3.5" + "meteorVersion": "3.5.1-beta.0" }, { "title": "Welcome Meteor Cordova", diff --git a/nft-marketplace/.meteor/packages b/nft-marketplace/.meteor/packages index e58cd2f..9cb94f6 100644 --- a/nft-marketplace/.meteor/packages +++ b/nft-marketplace/.meteor/packages @@ -6,18 +6,18 @@ meteor-base@1.5.2 # Packages every Meteor app needs to have mobile-experience@1.1.2 # Packages for a great mobile UX -mongo@2.4.0 # The database Meteor supports right now +mongo@2.5.0-beta351.0 # The database Meteor supports right now reactive-var@1.0.13 # Reactive variable for tracker standard-minifier-css@1.10.1 # CSS minifier run for production mode standard-minifier-js@3.2.0 # JS minifier run for production mode es5-shim@4.8.1 # ECMAScript 5 compatibility for older browsers -ecmascript@0.18.1 # Enable ECMAScript2015+ syntax in app code -typescript@5.10.1 # Enable TypeScript syntax in .ts and .tsx modules +ecmascript@0.19.0-beta351.0 # Enable ECMAScript2015+ syntax in app code +typescript@5.11.0-beta351.0 # Enable TypeScript syntax in .ts and .tsx modules shell-server@0.7.0 # Server-side component of the `meteor shell` command hot-module-replacement@0.6.0 # Update client in development without reloading the page static-html@1.5.0 # Define static page content in .html files react-meteor-data # React higher-order component for reactively tracking Meteor data -rspack@1.1.0 +rspack@1.2.0-beta351.0 meteortesting:mocha diff --git a/nft-marketplace/.meteor/release b/nft-marketplace/.meteor/release index 258f64d..2608e04 100644 --- a/nft-marketplace/.meteor/release +++ b/nft-marketplace/.meteor/release @@ -1 +1 @@ -METEOR@3.5 +METEOR@3.5.1-beta.0 diff --git a/nft-marketplace/.meteor/versions b/nft-marketplace/.meteor/versions index e0559b3..5208dd2 100644 --- a/nft-marketplace/.meteor/versions +++ b/nft-marketplace/.meteor/versions @@ -1,6 +1,6 @@ allow-deny@2.1.0 autoupdate@2.0.1 -babel-compiler@7.14.1 +babel-compiler@7.15.0-beta351.0 babel-runtime@1.5.2 base64@1.0.14 binary-heap@1.0.13 @@ -10,12 +10,12 @@ callback-hook@1.8.0 check@1.5.0 core-runtime@1.0.0 ddp@1.4.2 -ddp-client@3.3.0 +ddp-client@3.4.0-beta351.0 ddp-common@1.4.5 -ddp-server@3.3.0 +ddp-server@3.4.0-beta351.0 diff-sequence@1.1.3 dynamic-import@0.7.4 -ecmascript@0.18.1 +ecmascript@0.19.0-beta351.0 ecmascript-runtime@0.8.3 ecmascript-runtime-client@0.13.0 ecmascript-runtime-server@0.11.1 @@ -27,7 +27,7 @@ geojson-utils@1.0.12 hot-code-push@1.0.5 hot-module-replacement@0.6.0 id-map@1.2.0 -inter-process-messaging@0.1.2 +inter-process-messaging@0.1.3-beta351.0 launch-screen@2.0.1 logging@1.3.6 meteor@2.3.1 @@ -36,7 +36,7 @@ meteortesting:browser-tests@1.8.0 meteortesting:mocha@3.3.0 meteortesting:mocha-core@8.2.0 minifier-css@2.0.2 -minifier-js@3.2.1 +minifier-js@3.3.0-beta351.0 minimongo@2.2.0 mobile-experience@1.1.2 mobile-status-bar@1.1.1 @@ -44,11 +44,11 @@ modern-browsers@0.2.3 modules@0.20.3 modules-runtime@0.13.2 modules-runtime-hot@0.14.3 -mongo@2.4.0 +mongo@2.5.0-beta351.0 mongo-decimal@0.2.0 mongo-dev-server@1.1.1 mongo-id@1.0.9 -npm-mongo@6.16.1 +npm-mongo@6.16.2-beta351.0 ordered-dict@1.2.0 promise@1.0.0 random@1.2.2 @@ -58,16 +58,16 @@ reactive-var@1.0.13 reload@1.3.2 retry@1.1.1 routepolicy@1.1.2 -rspack@1.1.0 +rspack@1.2.0-beta351.0 shell-server@0.7.0 -socket-stream-client@0.7.0 +socket-stream-client@0.7.1-beta351.0 standard-minifier-css@1.10.1 standard-minifier-js@3.2.0 static-html@1.5.0 static-html-tools@1.0.0 -tools-core@1.1.0 +tools-core@1.2.0-beta351.0 tracker@1.3.4 -typescript@5.10.1 -webapp@2.2.0 +typescript@5.11.0-beta351.0 +webapp@2.3.0-beta351.0 webapp-hashing@1.1.2 zodern:types@1.0.13 diff --git a/nft-marketplace/README.md b/nft-marketplace/README.md index bf353d0..acafa3f 100644 --- a/nft-marketplace/README.md +++ b/nft-marketplace/README.md @@ -1,12 +1,12 @@ # NFT Marketplace -An NFT marketplace built with Meteor and Ethereum. Based on [Nader's tutorial](https://dev.to/edge-and-node/building-scalable-full-stack-apps-on-ethereum-with-polygon-2cfb), adapted to run on Meteor 3.5 with Rspack. Users can mint, list, and buy NFTs using MetaMask and IPFS for storage. +An NFT marketplace built with Meteor and Ethereum. Based on [Nader's tutorial](https://dev.to/edge-and-node/building-scalable-full-stack-apps-on-ethereum-with-polygon-2cfb), adapted to run on Meteor 3.5.1-beta.0 with Rspack. Users can mint, list, and buy NFTs using MetaMask and IPFS for storage. ## Stack | | | |---|---| -| Runtime | Meteor 3.5 | +| Runtime | Meteor 3.5.1-beta.0 | | Frontend | React 18 | | Styling | Tailwind CSS 3, Headless UI, Heroicons | | Smart Contracts | Solidity, Hardhat, OpenZeppelin | diff --git a/nft-marketplace/package-lock.json b/nft-marketplace/package-lock.json index 1b3bf76..3c8094d 100644 --- a/nft-marketplace/package-lock.json +++ b/nft-marketplace/package-lock.json @@ -33,7 +33,7 @@ "web3modal": "^1.9.7" }, "devDependencies": { - "@meteorjs/rspack": "^2.0.1", + "@meteorjs/rspack": "^2.1.0-beta.0", "@rsdoctor/rspack-plugin": "^1.5.7", "@rspack/cli": "^1.7.1", "@rspack/core": "^1.7.1", @@ -1520,9 +1520,9 @@ "license": "MIT" }, "node_modules/@meteorjs/rspack": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@meteorjs/rspack/-/rspack-2.0.1.tgz", - "integrity": "sha512-qNo6WxHIxWzkno1E3ypnQZ7jf1c8Sq0l6N8Dqpl8rWtk/ULF3WIwRegiEQ+txFpU2Rc6pnYTnXnJNZxAdCpNxg==", + "version": "2.1.0-beta.0", + "resolved": "https://registry.npmjs.org/@meteorjs/rspack/-/rspack-2.1.0-beta.0.tgz", + "integrity": "sha512-aMEY1qxaW7YIor2Al2C6rTis2rGYfOzToKFIRLAjkHXmlt43QXTmz0IsmUZ5ub1QNmDZsCx9N58i/nXvNrSYMA==", "dev": true, "license": "ISC", "dependencies": { diff --git a/nft-marketplace/package.json b/nft-marketplace/package.json index 49e617e..163a088 100644 --- a/nft-marketplace/package.json +++ b/nft-marketplace/package.json @@ -43,7 +43,7 @@ "modern": true }, "devDependencies": { - "@meteorjs/rspack": "^2.0.1", + "@meteorjs/rspack": "^2.1.0-beta.0", "@rsdoctor/rspack-plugin": "^1.5.7", "@rspack/cli": "^1.7.1", "@rspack/core": "^1.7.1", diff --git a/notes-offline/.meteor/packages b/notes-offline/.meteor/packages index b32874b..701539e 100644 --- a/notes-offline/.meteor/packages +++ b/notes-offline/.meteor/packages @@ -6,20 +6,20 @@ meteor-base@1.5.2 # Packages every Meteor app needs to have mobile-experience@1.1.2 # Packages for a great mobile UX -mongo@2.4.0 # The database Meteor supports right now +mongo@2.5.0-beta351.0 # The database Meteor supports right now reactive-var@1.0.13 # Reactive variable for tracker standard-minifier-css@1.10.1 # CSS minifier run for production mode standard-minifier-js@3.2.0 # JS minifier run for production mode es5-shim@4.8.1 # ECMAScript 5 compatibility for older browsers -ecmascript@0.18.1 # Enable ECMAScript2015+ syntax in app code -typescript@5.10.1 # Enable TypeScript syntax in .ts and .tsx modules +ecmascript@0.19.0-beta351.0 # Enable ECMAScript2015+ syntax in app code +typescript@5.11.0-beta351.0 # Enable TypeScript syntax in .ts and .tsx modules shell-server@0.7.0 # Server-side component of the `meteor shell` command hot-module-replacement@0.6.0 # Update client in development without reloading the page static-html@1.5.0 # Define static page content in .html files react-meteor-data # React higher-order component for reactively tracking Meteor data -rspack@1.1.0 +rspack@1.2.0-beta351.0 jam:offline jam:method jam:pub-sub diff --git a/notes-offline/.meteor/release b/notes-offline/.meteor/release index 258f64d..2608e04 100644 --- a/notes-offline/.meteor/release +++ b/notes-offline/.meteor/release @@ -1 +1 @@ -METEOR@3.5 +METEOR@3.5.1-beta.0 diff --git a/notes-offline/.meteor/versions b/notes-offline/.meteor/versions index 09d2caa..f549005 100644 --- a/notes-offline/.meteor/versions +++ b/notes-offline/.meteor/versions @@ -1,7 +1,7 @@ accounts-base@3.3.0 allow-deny@2.1.0 autoupdate@2.0.1 -babel-compiler@7.14.1 +babel-compiler@7.15.0-beta351.0 babel-runtime@1.5.2 base64@1.0.14 binary-heap@1.0.13 @@ -11,13 +11,13 @@ callback-hook@1.8.0 check@1.5.0 core-runtime@1.0.0 ddp@1.4.2 -ddp-client@3.3.0 +ddp-client@3.4.0-beta351.0 ddp-common@1.4.5 ddp-rate-limiter@1.3.0 -ddp-server@3.3.0 +ddp-server@3.4.0-beta351.0 diff-sequence@1.1.3 dynamic-import@0.7.4 -ecmascript@0.18.1 +ecmascript@0.19.0-beta351.0 ecmascript-runtime@0.8.3 ecmascript-runtime-client@0.13.0 ecmascript-runtime-server@0.11.1 @@ -29,7 +29,7 @@ geojson-utils@1.0.12 hot-code-push@1.0.5 hot-module-replacement@0.6.0 id-map@1.2.0 -inter-process-messaging@0.1.2 +inter-process-messaging@0.1.3-beta351.0 jam:method@1.9.1 jam:offline@0.4.1 jam:pub-sub@0.5.1 @@ -43,7 +43,7 @@ meteortesting:browser-tests@1.8.0 meteortesting:mocha@3.3.0 meteortesting:mocha-core@8.2.0 minifier-css@2.0.2 -minifier-js@3.2.1 +minifier-js@3.3.0-beta351.0 minimongo@2.2.0 mobile-experience@1.1.2 mobile-status-bar@1.1.1 @@ -51,11 +51,11 @@ modern-browsers@0.2.3 modules@0.20.3 modules-runtime@0.13.2 modules-runtime-hot@0.14.3 -mongo@2.4.0 +mongo@2.5.0-beta351.0 mongo-decimal@0.2.0 mongo-dev-server@1.1.1 mongo-id@1.0.9 -npm-mongo@6.16.1 +npm-mongo@6.16.2-beta351.0 ordered-dict@1.2.0 promise@1.0.0 random@1.2.2 @@ -66,17 +66,17 @@ reactive-var@1.0.13 reload@1.3.2 retry@1.1.1 routepolicy@1.1.2 -rspack@1.1.0 +rspack@1.2.0-beta351.0 shell-server@0.7.0 -socket-stream-client@0.7.0 +socket-stream-client@0.7.1-beta351.0 standard-minifier-css@1.10.1 standard-minifier-js@3.2.0 static-html@1.5.0 static-html-tools@1.0.0 -tools-core@1.1.0 +tools-core@1.2.0-beta351.0 tracker@1.3.4 -typescript@5.10.1 +typescript@5.11.0-beta351.0 url@1.3.6 -webapp@2.2.0 +webapp@2.3.0-beta351.0 webapp-hashing@1.1.2 zodern:types@1.0.13 diff --git a/notes-offline/README.md b/notes-offline/README.md index b29911e..ebb4242 100644 --- a/notes-offline/README.md +++ b/notes-offline/README.md @@ -2,7 +2,7 @@ _Your notes, always available._ -An offline-first notes app built with Meteor 3.5. Demonstrates IndexedDB persistence, optimistic UI, cached subscriptions, soft delete, and PWA support using the `jam:*` package family. +An offline-first notes app built with Meteor 3.5.1-beta.0. Demonstrates IndexedDB persistence, optimistic UI, cached subscriptions, soft delete, and PWA support using the `jam:*` package family. Demo: https://notes-offline.sandbox.galaxycloud.app/ @@ -10,7 +10,7 @@ Demo: https://notes-offline.sandbox.galaxycloud.app/ | | | | ------------ | ----------------------------------------------------------------- | -| Runtime | Meteor 3.5 | +| Runtime | Meteor 3.5.1-beta.0 | | Frontend | React 19 | | UI | Mantine UI | | Offline | jam:offline (IndexedDB, auto-sync, cross-tab) | diff --git a/notes-offline/package-lock.json b/notes-offline/package-lock.json index 8465de5..77e0bbf 100644 --- a/notes-offline/package-lock.json +++ b/notes-offline/package-lock.json @@ -32,7 +32,7 @@ "@lingui/format-json": "^5.9.5", "@lingui/loader": "^5.9.5", "@lingui/swc-plugin": "^5.11.0", - "@meteorjs/rspack": "^2.0.1", + "@meteorjs/rspack": "^2.1.0-beta.0", "@playwright/test": "^1.50.0", "@rsdoctor/rspack-plugin": "^1.5.7", "@rspack/cli": "^1.7.8", @@ -2223,7 +2223,6 @@ "version": "1.8.1", "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.8.1.tgz", "integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==", - "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -2235,7 +2234,6 @@ "version": "1.8.1", "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz", "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==", - "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -2246,7 +2244,6 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz", "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==", - "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -3883,9 +3880,9 @@ } }, "node_modules/@meteorjs/rspack": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@meteorjs/rspack/-/rspack-2.0.1.tgz", - "integrity": "sha512-qNo6WxHIxWzkno1E3ypnQZ7jf1c8Sq0l6N8Dqpl8rWtk/ULF3WIwRegiEQ+txFpU2Rc6pnYTnXnJNZxAdCpNxg==", + "version": "2.1.0-beta.0", + "resolved": "https://registry.npmjs.org/@meteorjs/rspack/-/rspack-2.1.0-beta.0.tgz", + "integrity": "sha512-aMEY1qxaW7YIor2Al2C6rTis2rGYfOzToKFIRLAjkHXmlt43QXTmz0IsmUZ5ub1QNmDZsCx9N58i/nXvNrSYMA==", "dev": true, "license": "ISC", "dependencies": { @@ -3974,7 +3971,6 @@ "version": "1.0.7", "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.0.7.tgz", "integrity": "sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==", - "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -4428,7 +4424,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -4442,7 +4437,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -4456,7 +4450,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -4470,7 +4463,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -4484,7 +4476,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -4498,7 +4489,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -4512,7 +4502,6 @@ "cpu": [ "wasm32" ], - "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -4526,7 +4515,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -4540,7 +4528,6 @@ "cpu": [ "ia32" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -4554,7 +4541,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MIT", "optional": true, "os": [ @@ -5833,7 +5819,6 @@ "version": "0.10.1", "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz", "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==", - "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -9370,32 +9355,6 @@ } } }, - "node_modules/eslint-import-resolver-node": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", - "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "debug": "^3.2.7", - "is-core-module": "^2.13.0", - "resolve": "^1.22.4" - } - }, - "node_modules/eslint-import-resolver-node/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "dependencies": { - "ms": "^2.1.1" - } - }, "node_modules/eslint-plugin-import-x": { "version": "4.16.2", "resolved": "https://registry.npmjs.org/eslint-plugin-import-x/-/eslint-plugin-import-x-4.16.2.tgz", @@ -17744,21 +17703,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", - "license": "Apache-2.0", - "optional": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/unbox-primitive": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", diff --git a/notes-offline/package.json b/notes-offline/package.json index 6529644..bff23ec 100644 --- a/notes-offline/package.json +++ b/notes-offline/package.json @@ -38,7 +38,7 @@ "@lingui/format-json": "^5.9.5", "@lingui/loader": "^5.9.5", "@lingui/swc-plugin": "^5.11.0", - "@meteorjs/rspack": "^2.0.1", + "@meteorjs/rspack": "^2.1.0-beta.0", "@playwright/test": "^1.50.0", "@rsdoctor/rspack-plugin": "^1.5.7", "@rspack/cli": "^1.7.8", diff --git a/parties/.meteor/packages b/parties/.meteor/packages index 453233a..7dd9c6b 100644 --- a/parties/.meteor/packages +++ b/parties/.meteor/packages @@ -6,7 +6,7 @@ meteor-base@1.5.2 # Packages every Meteor app needs to have mobile-experience@1.1.2 # Packages for a great mobile UX -mongo@2.4.0 # The database Meteor supports right now +mongo@2.5.0-beta351.0 # The database Meteor supports right now blaze-html-templates # Compile .html files into Meteor Blaze views jquery # Wrapper package for npm-installed jquery reactive-var@1.0.13 # Reactive variable for tracker @@ -15,16 +15,16 @@ tracker@1.3.4 # Meteor's client-side reactive programming librar standard-minifier-css@1.10.1 # CSS minifier run for production mode standard-minifier-js@3.2.0 # JS minifier run for production mode es5-shim@4.8.1 # ECMAScript 5 compatibility for older browsers -ecmascript@0.18.1 # Enable ECMAScript2015+ syntax in app code -typescript@5.10.1 # Enable TypeScript syntax in .ts and .tsx modules +ecmascript@0.19.0-beta351.0 # Enable ECMAScript2015+ syntax in app code +typescript@5.11.0-beta351.0 # Enable TypeScript syntax in .ts and .tsx modules shell-server@0.7.0 # Server-side component of the `meteor shell` command session@1.2.3 check@1.5.0 audit-argument-checks@1.0.8 email@3.2.0 -accounts-password@3.3.0 +accounts-password@3.3.1-beta351.0 accounts-ui@1.5.0 -rspack@1.1.0 +rspack@1.2.0-beta351.0 # Testing meteortesting:mocha diff --git a/parties/.meteor/release b/parties/.meteor/release index 258f64d..2608e04 100644 --- a/parties/.meteor/release +++ b/parties/.meteor/release @@ -1 +1 @@ -METEOR@3.5 +METEOR@3.5.1-beta.0 diff --git a/parties/.meteor/versions b/parties/.meteor/versions index 2bcdabf..3e4206b 100644 --- a/parties/.meteor/versions +++ b/parties/.meteor/versions @@ -1,11 +1,11 @@ accounts-base@3.3.0 -accounts-password@3.3.0 +accounts-password@3.3.1-beta351.0 accounts-ui@1.5.0 accounts-ui-unstyled@1.8.0 allow-deny@2.1.0 audit-argument-checks@1.0.8 autoupdate@2.0.1 -babel-compiler@7.14.1 +babel-compiler@7.15.0-beta351.0 babel-runtime@1.5.2 base64@1.0.14 binary-heap@1.0.13 @@ -19,13 +19,13 @@ callback-hook@1.8.0 check@1.5.0 core-runtime@1.0.0 ddp@1.4.2 -ddp-client@3.3.0 +ddp-client@3.4.0-beta351.0 ddp-common@1.4.5 ddp-rate-limiter@1.3.0 -ddp-server@3.3.0 +ddp-server@3.4.0-beta351.0 diff-sequence@1.1.3 dynamic-import@0.7.4 -ecmascript@0.18.1 +ecmascript@0.19.0-beta351.0 ecmascript-runtime@0.8.3 ecmascript-runtime-client@0.13.0 ecmascript-runtime-server@0.11.1 @@ -39,7 +39,7 @@ hot-code-push@1.0.5 html-tools@2.0.1 htmljs@2.0.2 id-map@1.2.0 -inter-process-messaging@0.1.2 +inter-process-messaging@0.1.3-beta351.0 jquery@3.0.2 launch-screen@2.0.1 localstorage@1.2.1 @@ -50,18 +50,18 @@ meteortesting:browser-tests@1.8.0 meteortesting:mocha@3.3.0 meteortesting:mocha-core@8.2.0 minifier-css@2.0.2 -minifier-js@3.2.1 +minifier-js@3.3.0-beta351.0 minimongo@2.2.0 mobile-experience@1.1.2 mobile-status-bar@1.1.1 modern-browsers@0.2.3 modules@0.20.3 modules-runtime@0.13.2 -mongo@2.4.0 +mongo@2.5.0-beta351.0 mongo-decimal@0.2.0 mongo-dev-server@1.1.1 mongo-id@1.0.9 -npm-mongo@6.16.1 +npm-mongo@6.16.2-beta351.0 observe-sequence@2.0.1 ordered-dict@1.2.0 promise@1.0.0 @@ -73,12 +73,12 @@ reactive-var@1.0.13 reload@1.3.2 retry@1.1.1 routepolicy@1.1.2 -rspack@1.1.0 +rspack@1.2.0-beta351.0 service-configuration@1.3.5 session@1.2.3 sha@1.0.10 shell-server@0.7.0 -socket-stream-client@0.7.0 +socket-stream-client@0.7.1-beta351.0 spacebars@2.0.1 spacebars-compiler@2.0.1 standard-minifier-css@1.10.1 @@ -87,9 +87,9 @@ templating@1.4.5 templating-compiler@2.0.1 templating-runtime@2.0.2 templating-tools@2.0.1 -tools-core@1.1.0 +tools-core@1.2.0-beta351.0 tracker@1.3.4 -typescript@5.10.1 +typescript@5.11.0-beta351.0 url@1.3.6 -webapp@2.2.0 +webapp@2.3.0-beta351.0 webapp-hashing@1.1.2 diff --git a/parties/README.md b/parties/README.md index a744bc6..8eb1e76 100644 --- a/parties/README.md +++ b/parties/README.md @@ -1,6 +1,6 @@ # Parties -A collaborative event planning app where users create parties, place them on an interactive map, and RSVP. One of the original Meteor examples, now running on Meteor 3.5 with Blaze 3 and async database operations. +A collaborative event planning app where users create parties, place them on an interactive map, and RSVP. One of the original Meteor examples, now running on Meteor 3.5.1-beta.0 with Blaze 3 and async database operations. Demo: https://parties.sandbox.galaxycloud.app/ @@ -8,7 +8,7 @@ Demo: https://parties.sandbox.galaxycloud.app/ | | | |---|---| -| Runtime | Meteor 3.5 | +| Runtime | Meteor 3.5.1-beta.0 | | Frontend | Blaze 3 | | UI | Bootstrap 5 | | Visualization | D3.js v7 (interactive map) | diff --git a/parties/package-lock.json b/parties/package-lock.json index e9f3829..ddcbb11 100644 --- a/parties/package-lock.json +++ b/parties/package-lock.json @@ -16,7 +16,7 @@ "meteor-node-stubs": "^1.2.9" }, "devDependencies": { - "@meteorjs/rspack": "^2.0.1", + "@meteorjs/rspack": "^2.1.0-beta.0", "@playwright/test": "^1.50.0", "@rsdoctor/rspack-plugin": "^1.5.7", "@rslint/core": "^0.3.0", @@ -595,9 +595,9 @@ "license": "MIT" }, "node_modules/@meteorjs/rspack": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@meteorjs/rspack/-/rspack-2.0.1.tgz", - "integrity": "sha512-qNo6WxHIxWzkno1E3ypnQZ7jf1c8Sq0l6N8Dqpl8rWtk/ULF3WIwRegiEQ+txFpU2Rc6pnYTnXnJNZxAdCpNxg==", + "version": "2.1.0-beta.0", + "resolved": "https://registry.npmjs.org/@meteorjs/rspack/-/rspack-2.1.0-beta.0.tgz", + "integrity": "sha512-aMEY1qxaW7YIor2Al2C6rTis2rGYfOzToKFIRLAjkHXmlt43QXTmz0IsmUZ5ub1QNmDZsCx9N58i/nXvNrSYMA==", "dev": true, "license": "ISC", "dependencies": { diff --git a/parties/package.json b/parties/package.json index e1cf6f4..b4c794a 100644 --- a/parties/package.json +++ b/parties/package.json @@ -30,7 +30,7 @@ "modern": true }, "devDependencies": { - "@meteorjs/rspack": "^2.0.1", + "@meteorjs/rspack": "^2.1.0-beta.0", "@playwright/test": "^1.50.0", "@rsdoctor/rspack-plugin": "^1.5.7", "@rslint/core": "^0.3.0", diff --git a/task-manager/.meteor/packages b/task-manager/.meteor/packages index 2ac091d..f5eca9f 100644 --- a/task-manager/.meteor/packages +++ b/task-manager/.meteor/packages @@ -1,18 +1,18 @@ meteor-base@1.5.2 mobile-experience@1.1.2 -mongo@2.4.0 +mongo@2.5.0-beta351.0 reactive-var@1.0.13 standard-minifier-css@1.10.1 standard-minifier-js@3.2.0 es5-shim@4.8.1 -ecmascript@0.18.1 +ecmascript@0.19.0-beta351.0 shell-server@0.7.0 static-html@1.5.0 hot-module-replacement@0.6.0 -rspack@1.1.0 +rspack@1.2.0-beta351.0 # Testing meteortesting:mocha diff --git a/task-manager/.meteor/release b/task-manager/.meteor/release index 258f64d..2608e04 100644 --- a/task-manager/.meteor/release +++ b/task-manager/.meteor/release @@ -1 +1 @@ -METEOR@3.5 +METEOR@3.5.1-beta.0 diff --git a/task-manager/.meteor/versions b/task-manager/.meteor/versions index 8ebb813..c0a97f1 100644 --- a/task-manager/.meteor/versions +++ b/task-manager/.meteor/versions @@ -1,6 +1,6 @@ allow-deny@2.1.0 autoupdate@2.0.1 -babel-compiler@7.14.1 +babel-compiler@7.15.0-beta351.0 babel-runtime@1.5.2 base64@1.0.14 binary-heap@1.0.13 @@ -10,12 +10,12 @@ callback-hook@1.8.0 check@1.5.0 core-runtime@1.0.0 ddp@1.4.2 -ddp-client@3.3.0 +ddp-client@3.4.0-beta351.0 ddp-common@1.4.5 -ddp-server@3.3.0 +ddp-server@3.4.0-beta351.0 diff-sequence@1.1.3 dynamic-import@0.7.4 -ecmascript@0.18.1 +ecmascript@0.19.0-beta351.0 ecmascript-runtime@0.8.3 ecmascript-runtime-client@0.13.0 ecmascript-runtime-server@0.11.1 @@ -27,7 +27,7 @@ geojson-utils@1.0.12 hot-code-push@1.0.5 hot-module-replacement@0.6.0 id-map@1.2.0 -inter-process-messaging@0.1.2 +inter-process-messaging@0.1.3-beta351.0 launch-screen@2.0.1 logging@1.3.6 meteor@2.3.1 @@ -36,7 +36,7 @@ meteortesting:browser-tests@1.8.0 meteortesting:mocha@3.3.0 meteortesting:mocha-core@8.2.0 minifier-css@2.0.2 -minifier-js@3.2.1 +minifier-js@3.3.0-beta351.0 minimongo@2.2.0 mobile-experience@1.1.2 mobile-status-bar@1.1.1 @@ -44,11 +44,11 @@ modern-browsers@0.2.3 modules@0.20.3 modules-runtime@0.13.2 modules-runtime-hot@0.14.3 -mongo@2.4.0 +mongo@2.5.0-beta351.0 mongo-decimal@0.2.0 mongo-dev-server@1.1.1 mongo-id@1.0.9 -npm-mongo@6.16.1 +npm-mongo@6.16.2-beta351.0 ordered-dict@1.2.0 promise@1.0.0 random@1.2.2 @@ -57,15 +57,15 @@ reactive-var@1.0.13 reload@1.3.2 retry@1.1.1 routepolicy@1.1.2 -rspack@1.1.0 +rspack@1.2.0-beta351.0 shell-server@0.7.0 -socket-stream-client@0.7.0 +socket-stream-client@0.7.1-beta351.0 standard-minifier-css@1.10.1 standard-minifier-js@3.2.0 static-html@1.5.0 static-html-tools@1.0.0 -tools-core@1.1.0 +tools-core@1.2.0-beta351.0 tracker@1.3.4 -typescript@5.10.1 -webapp@2.2.0 +typescript@5.11.0-beta351.0 +webapp@2.3.0-beta351.0 webapp-hashing@1.1.2 diff --git a/task-manager/README.md b/task-manager/README.md index 71dc4a1..d2eb6e3 100644 --- a/task-manager/README.md +++ b/task-manager/README.md @@ -8,7 +8,7 @@ Demo: https://task-manager.sandbox.galaxycloud.app/ | | | |---|---| -| Runtime | Meteor 3.5 | +| Runtime | Meteor 3.5.1-beta.0 | | Frontend | React 19 | | UI | shadcn/ui (Radix + Tailwind) | | Styling | Tailwind CSS 3 | diff --git a/task-manager/package-lock.json b/task-manager/package-lock.json index fb96d03..882e0d7 100644 --- a/task-manager/package-lock.json +++ b/task-manager/package-lock.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@biomejs/biome": "^2.0.0", - "@meteorjs/rspack": "^2.0.1", + "@meteorjs/rspack": "^2.1.0-beta.0", "@playwright/test": "^1.50.0", "@rsdoctor/rspack-plugin": "^1.5.7", "@rspack/cli": "^1.7.1", @@ -832,9 +832,9 @@ "license": "MIT" }, "node_modules/@meteorjs/rspack": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@meteorjs/rspack/-/rspack-2.0.1.tgz", - "integrity": "sha512-qNo6WxHIxWzkno1E3ypnQZ7jf1c8Sq0l6N8Dqpl8rWtk/ULF3WIwRegiEQ+txFpU2Rc6pnYTnXnJNZxAdCpNxg==", + "version": "2.1.0-beta.0", + "resolved": "https://registry.npmjs.org/@meteorjs/rspack/-/rspack-2.1.0-beta.0.tgz", + "integrity": "sha512-aMEY1qxaW7YIor2Al2C6rTis2rGYfOzToKFIRLAjkHXmlt43QXTmz0IsmUZ5ub1QNmDZsCx9N58i/nXvNrSYMA==", "dev": true, "license": "ISC", "dependencies": { diff --git a/task-manager/package.json b/task-manager/package.json index cc6e11e..2a65f66 100644 --- a/task-manager/package.json +++ b/task-manager/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@biomejs/biome": "^2.0.0", - "@meteorjs/rspack": "^2.0.1", + "@meteorjs/rspack": "^2.1.0-beta.0", "@playwright/test": "^1.50.0", "@rsdoctor/rspack-plugin": "^1.5.7", "@rspack/cli": "^1.7.1", diff --git a/tic-tac-toe/.meteor/packages b/tic-tac-toe/.meteor/packages index 18d5073..49750ff 100644 --- a/tic-tac-toe/.meteor/packages +++ b/tic-tac-toe/.meteor/packages @@ -6,21 +6,21 @@ meteor-base@1.5.2 # Packages every Meteor app needs to have mobile-experience@1.1.2 # Packages for a great mobile UX -mongo@2.4.0 # The database Meteor supports right now +mongo@2.5.0-beta351.0 # The database Meteor supports right now reactive-var@1.0.13 # Reactive variable for tracker standard-minifier-css@1.10.1 # CSS minifier run for production mode standard-minifier-js@3.2.0 # JS minifier run for production mode es5-shim@4.8.1 # ECMAScript 5 compatibility for older browsers -ecmascript@0.18.1 # Enable ECMAScript2015+ syntax in app code -typescript@5.10.1 # Enable TypeScript syntax in .ts and .tsx modules +ecmascript@0.19.0-beta351.0 # Enable ECMAScript2015+ syntax in app code +typescript@5.11.0-beta351.0 # Enable TypeScript syntax in .ts and .tsx modules shell-server@0.7.0 # Server-side component of the `meteor shell` command hot-module-replacement@0.6.0 # Update client in development without reloading the page insecure@1.0.8 # Allow all DB writes from clients (for prototyping) static-html@1.5.0 # Define static page content in .html files react-meteor-data -rspack@1.1.0 +rspack@1.2.0-beta351.0 # Testing meteortesting:mocha diff --git a/tic-tac-toe/.meteor/release b/tic-tac-toe/.meteor/release index 258f64d..2608e04 100644 --- a/tic-tac-toe/.meteor/release +++ b/tic-tac-toe/.meteor/release @@ -1 +1 @@ -METEOR@3.5 +METEOR@3.5.1-beta.0 diff --git a/tic-tac-toe/.meteor/versions b/tic-tac-toe/.meteor/versions index d7c5d6c..181957c 100644 --- a/tic-tac-toe/.meteor/versions +++ b/tic-tac-toe/.meteor/versions @@ -1,6 +1,6 @@ allow-deny@2.1.0 autoupdate@2.0.1 -babel-compiler@7.14.1 +babel-compiler@7.15.0-beta351.0 babel-runtime@1.5.2 base64@1.0.14 binary-heap@1.0.13 @@ -10,12 +10,12 @@ callback-hook@1.8.0 check@1.5.0 core-runtime@1.0.0 ddp@1.4.2 -ddp-client@3.3.0 +ddp-client@3.4.0-beta351.0 ddp-common@1.4.5 -ddp-server@3.3.0 +ddp-server@3.4.0-beta351.0 diff-sequence@1.1.3 dynamic-import@0.7.4 -ecmascript@0.18.1 +ecmascript@0.19.0-beta351.0 ecmascript-runtime@0.8.3 ecmascript-runtime-client@0.13.0 ecmascript-runtime-server@0.11.1 @@ -28,7 +28,7 @@ hot-code-push@1.0.5 hot-module-replacement@0.6.0 id-map@1.2.0 insecure@1.0.8 -inter-process-messaging@0.1.2 +inter-process-messaging@0.1.3-beta351.0 launch-screen@2.0.1 logging@1.3.6 meteor@2.3.1 @@ -37,7 +37,7 @@ meteortesting:browser-tests@1.8.0 meteortesting:mocha@3.3.0 meteortesting:mocha-core@8.2.0 minifier-css@2.0.2 -minifier-js@3.2.1 +minifier-js@3.3.0-beta351.0 minimongo@2.2.0 mobile-experience@1.1.2 mobile-status-bar@1.1.1 @@ -45,11 +45,11 @@ modern-browsers@0.2.3 modules@0.20.3 modules-runtime@0.13.2 modules-runtime-hot@0.14.3 -mongo@2.4.0 +mongo@2.5.0-beta351.0 mongo-decimal@0.2.0 mongo-dev-server@1.1.1 mongo-id@1.0.9 -npm-mongo@6.16.1 +npm-mongo@6.16.2-beta351.0 ordered-dict@1.2.0 promise@1.0.0 random@1.2.2 @@ -59,16 +59,16 @@ reactive-var@1.0.13 reload@1.3.2 retry@1.1.1 routepolicy@1.1.2 -rspack@1.1.0 +rspack@1.2.0-beta351.0 shell-server@0.7.0 -socket-stream-client@0.7.0 +socket-stream-client@0.7.1-beta351.0 standard-minifier-css@1.10.1 standard-minifier-js@3.2.0 static-html@1.5.0 static-html-tools@1.0.0 -tools-core@1.1.0 +tools-core@1.2.0-beta351.0 tracker@1.3.4 -typescript@5.10.1 -webapp@2.2.0 +typescript@5.11.0-beta351.0 +webapp@2.3.0-beta351.0 webapp-hashing@1.1.2 zodern:types@1.0.13 diff --git a/tic-tac-toe/README.md b/tic-tac-toe/README.md index ed22c6b..044720c 100644 --- a/tic-tac-toe/README.md +++ b/tic-tac-toe/README.md @@ -8,7 +8,7 @@ Demo: https://tic-tac-toe.sandbox.galaxycloud.app/ | | | |---|---| -| Runtime | Meteor 3.5 | +| Runtime | Meteor 3.5.1-beta.0 | | Frontend | React 19 (`react-meteor-data` for `useTracker` / `useFind`) | | UI | MUI v7 (Material UI) | | Routing | React Router v7 | diff --git a/tic-tac-toe/package-lock.json b/tic-tac-toe/package-lock.json index ef98b75..f0e17f7 100644 --- a/tic-tac-toe/package-lock.json +++ b/tic-tac-toe/package-lock.json @@ -19,7 +19,7 @@ "react-router-dom": "^7.13.1" }, "devDependencies": { - "@meteorjs/rspack": "^2.0.1", + "@meteorjs/rspack": "^2.1.0-beta.0", "@playwright/test": "^1.50.0", "@rsdoctor/rspack-plugin": "^1.5.7", "@rspack/cli": "^1.7.9", @@ -903,9 +903,9 @@ "license": "MIT" }, "node_modules/@meteorjs/rspack": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@meteorjs/rspack/-/rspack-2.0.1.tgz", - "integrity": "sha512-qNo6WxHIxWzkno1E3ypnQZ7jf1c8Sq0l6N8Dqpl8rWtk/ULF3WIwRegiEQ+txFpU2Rc6pnYTnXnJNZxAdCpNxg==", + "version": "2.1.0-beta.0", + "resolved": "https://registry.npmjs.org/@meteorjs/rspack/-/rspack-2.1.0-beta.0.tgz", + "integrity": "sha512-aMEY1qxaW7YIor2Al2C6rTis2rGYfOzToKFIRLAjkHXmlt43QXTmz0IsmUZ5ub1QNmDZsCx9N58i/nXvNrSYMA==", "dev": true, "license": "ISC", "dependencies": { diff --git a/tic-tac-toe/package.json b/tic-tac-toe/package.json index 2388d50..ec02175 100644 --- a/tic-tac-toe/package.json +++ b/tic-tac-toe/package.json @@ -25,7 +25,7 @@ "react-router-dom": "^7.13.1" }, "devDependencies": { - "@meteorjs/rspack": "^2.0.1", + "@meteorjs/rspack": "^2.1.0-beta.0", "@playwright/test": "^1.50.0", "@rsdoctor/rspack-plugin": "^1.5.7", "@rspack/cli": "^1.7.9",