Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 12/2024 #27

Merged
merged 33 commits into from
Jan 14, 2025
Merged

Release 12/2024 #27

merged 33 commits into from
Jan 14, 2025

Conversation

lealobanov
Copy link
Collaborator

@lealobanov lealobanov commented Dec 17, 2024

Run release of Cadence Cookbook with C1.0 migration of recipe code

Copy link

vercel bot commented Dec 17, 2024

@lealobanov is attempting to deploy a commit to the Flow Team on Vercel.

A member of the Team first needs to authorize it.

@lealobanov lealobanov changed the title Release 2024 Release 12/2024 Dec 17, 2024
Copy link

vercel bot commented Dec 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cadence-cookbook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 13, 2025 7:18pm

@@ -195,16 +213,16 @@ export default function SingleRecipeView({
/>
)}

{((post.testCasesCode !== undefined && post.testCasesCode !== null) ||
{/* {((post.testCasesCode !== undefined && post.testCasesCode !== null) ||
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@franklywatson I have commented out the test cases section for now as all of the recipes are currently using a placeholder test example

@franklywatson
Copy link
Contributor

Hi @lealobanov - the Vercel deployment is failing because it's still trying to pull in the deprecated repos

[15:50:17.738] Running build in Washington, D.C., USA (East) – iad1
[15:50:17.857] Cloning github.com/onflow/cadence-cookbook (Branch: release-2024, Commit: 7ddc250)
[15:50:18.661] Previous build caches not available
[15:50:20.868] Cloning completed: 3.010s
[15:50:21.321] Running "vercel build"
[15:50:21.770] Vercel CLI 39.2.5
[15:50:25.416] Installing dependencies...
[15:50:31.533] npm warn deprecated react-uuid@2.0.0: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
[15:50:33.657] npm warn deprecated uglify-es@3.3.9: support for ECMAScript is superseded by `uglify-js` as of v3.13.0
[15:50:36.397] npm warn deprecated @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
[15:50:36.397] npm warn deprecated @babel/plugin-proposal-optional-catch-binding@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.
[15:50:36.428] npm warn deprecated @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
[15:50:36.428] npm warn deprecated @babel/plugin-proposal-numeric-separator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.
[15:50:36.429] npm warn deprecated @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
[15:50:36.430] npm warn deprecated @babel/plugin-proposal-async-generator-functions@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
[15:50:36.469] npm warn deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
[15:51:14.644] 
[15:51:14.644] added 1523 packages in 49s
[15:51:14.645] 
[15:51:14.645] 249 packages are looking for funding
[15:51:14.645]   run `npm fund` for details
[15:51:14.677] Detected Next.js version: 13.5.4
[15:51:14.691] Running "npm run build"
[15:51:14.860] 
[15:51:14.860] > cadence-cookbook@5.5.0 build
[15:51:14.860] > next build
[15:51:14.860] 
[15:51:15.534] Attention: Next.js now collects completely anonymous telemetry regarding usage.
[15:51:15.534] This information is used to shape Next.js' roadmap and prioritize features.
[15:51:15.534] You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
[15:51:15.534] https://nextjs.org/telemetry
[15:51:15.534] 
[15:51:15.624]    Creating an optimized production build ...
[15:51:17.247] Browserslist: caniuse-lite is outdated. Please run:
[15:51:17.247]   npx browserslist@latest --update-db
[15:51:17.247]   Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
[15:51:31.271] Failed to compile.
[15:51:31.271] 
[15:51:31.272] ./src/data/recipes.js
[15:51:31.272] Module not found: Can't resolve './recipes/implementing-series-for-nfts'
[15:51:31.272] 
[15:51:31.272] https://nextjs.org/docs/messages/module-not-found
[15:51:31.272] 
[15:51:31.272] Import trace for requested module:
[15:51:31.272] ./src/layouts/main/header.js
[15:51:31.272] ./src/layouts/main/layout.js
[15:51:31.272] 
[15:51:31.272] ./src/data/recipes.js
[15:51:31.272] Module not found: Can't resolve './recipes/creating-a-set-in-series'
[15:51:31.272] 
[15:51:31.272] https://nextjs.org/docs/messages/module-not-found
[15:51:31.272] 
[15:51:31.272] Import trace for requested module:
[15:51:31.272] ./src/layouts/main/header.js
[15:51:31.272] ./src/layouts/main/layout.js
[15:51:31.272] 
[15:51:31.272] ./src/data/recipes.js
[15:51:31.272] Module not found: Can't resolve './recipes/minting-nfts-in-a-set'
[15:51:31.272] 
[15:51:31.272] https://nextjs.org/docs/messages/module-not-found
[15:51:31.272] 
[15:51:31.272] Import trace for requested module:
[15:51:31.272] ./src/layouts/main/header.js
[15:51:31.272] ./src/layouts/main/layout.js
[15:51:31.272] 
[15:51:31.272] ./src/data/recipes.js
[15:51:31.272] Module not found: Can't resolve './recipes/create-a-topshot-play'
[15:51:31.272] 
[15:51:31.273] https://nextjs.org/docs/messages/module-not-found
[15:51:31.273] 
[15:51:31.273] Import trace for requested module:
[15:51:31.273] ./src/layouts/main/header.js
[15:51:31.273] ./src/layouts/main/layout.js
[15:51:31.273] 
[15:51:31.273] ./src/data/recipes.js
[15:51:31.273] Module not found: Can't resolve './recipes/create-a-topshot-set'
[15:51:31.273] 
[15:51:31.273] https://nextjs.org/docs/messages/module-not-found
[15:51:31.273] 
[15:51:31.273] Import trace for requested module:
[15:51:31.273] ./src/layouts/main/header.js
[15:51:31.273] ./src/layouts/main/layout.js
[15:51:31.273] 
[15:51:31.275] 
[15:51:31.275] > Build failed because of webpack errors
[15:51:31.440] Error: Command "npm run build" exited with 1
[15:51:32.280] 

@franklywatson
Copy link
Contributor

@lealobanov vercel deployment went through, looks good from what I can tell

@lealobanov lealobanov merged commit 4106e96 into onflow:main Jan 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants