Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 257
ci: sync changes from other projects#978
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,154 +1,44 @@ | ||
| # Logs | ||
| logs | ||
| *.log | ||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* | ||
| lerna-debug.log* | ||
| .pnpm-debug.log* | ||
| # Diagnostic reports (https://nodejs.org/api/report.html) | ||
| report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json | ||
| # Runtime data | ||
| pids | ||
| *.pid | ||
| *.seed | ||
| *.pid.lock | ||
| # See https://help.github.com/ignore-files/ for more about ignoring files. | ||
| # Directory for instrumented libs generated by jscoverage/JSCover | ||
| lib-cov | ||
| # dependencies | ||
| node_modules | ||
| package-lock.json | ||
| yarn.lock | ||
| # Coverage directory used by tools like istanbul | ||
| # builds | ||
| build | ||
| coverage | ||
| *.lcov | ||
| # nyc test coverage | ||
| .nyc_output | ||
| # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) | ||
| .grunt | ||
| # Bower dependency directory (https://bower.io/) | ||
| bower_components | ||
| # node-waf configuration | ||
| .lock-wscript | ||
| # Compiled binary addons (https://nodejs.org/api/addons.html) | ||
| build/Release | ||
| # Dependency directories | ||
| node_modules/ | ||
| jspm_packages/ | ||
| # Snowpack dependency directory (https://snowpack.dev/) | ||
| web_modules/ | ||
| # TypeScript cache | ||
| *.tsbuildinfo | ||
| # Optional npm cache directory | ||
| .npm | ||
| # Optional eslint cache | ||
| .eslintcache | ||
| # Optional stylelint cache | ||
| .stylelintcache | ||
| # Microbundle cache | ||
| .rpt2_cache/ | ||
| .rts2_cache_cjs/ | ||
| .rts2_cache_es/ | ||
| .rts2_cache_umd/ | ||
| # Optional REPL history | ||
| .node_repl_history | ||
| # Output of 'npm pack' | ||
| *.tgz | ||
| # Yarn Integrity file | ||
| .yarn-integrity | ||
| dist | ||
| # dotenv environment variable files | ||
| # misc | ||
| .DS_Store | ||
| .env | ||
| .env.local | ||
| .env.development.local | ||
| .env.test.local | ||
| .env.production.local | ||
| .env.local | ||
| # parcel-bundler cache (https://parceljs.org/) | ||
| .cache | ||
| .parcel-cache | ||
| # Next.js build output | ||
| .next | ||
| out | ||
| # Nuxt.js build / generate output | ||
| .nuxt | ||
| dist | ||
| # Gatsby files | ||
| .cache/ | ||
| # Comment in the public line in if your project uses Gatsby and not Next.js | ||
| # https://nextjs.org/blog/next-9-1#public-directory-support | ||
| # public | ||
| # vuepress build output | ||
| .vuepress/dist | ||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* | ||
| .history | ||
| size-plugin.json | ||
| stats-hydration.json | ||
| stats.json | ||
| stats.html | ||
| .vscode/settings.json | ||
| # vuepress v2.x temp and cache directory | ||
| .temp | ||
| *.log | ||
| .cache | ||
| # Docusaurus cache and generated files | ||
| .docusaurus | ||
| # Serverless directories | ||
| .serverless/ | ||
| # FuseBox cache | ||
| .fusebox/ | ||
| # DynamoDB Local files | ||
| .dynamodb/ | ||
| # TernJS port file | ||
| .tern-port | ||
| # Stores VSCode versions used for testing VSCode extensions | ||
| .vscode-test | ||
| # yarn v2 | ||
| .yarn/cache | ||
| .yarn/unplugged | ||
| .yarn/build-state.yml | ||
| .yarn/install-state.gz | ||
| .pnp.* | ||
| .DS_Store | ||
| # Added by Task Master AI | ||
| dev-debug.log | ||
| # Environment variables | ||
| # Editor directories and files | ||
| .idea | ||
| .vscode | ||
| *.suo | ||
| *.ntvs* | ||
| *.njsproj | ||
| *.sln | ||
| *.sw? | ||
| # OS specific | ||
| # Task files | ||
| tasks.json | ||
| tasks/ | ||
| ## Tanstack Start | ||
| .nitro | ||
| .output | ||
| .tanstack | ||
| .claude | ||
| package-lock.json | ||
| .nx/cache | ||
| .nx/workspace-data | ||
| .pnpm-store | ||
| .tsup | ||
| .svelte-kit | ||
| vite.config.js.timestamp-* | ||
| vite.config.ts.timestamp-* | ||
| tsconfig.vitest-temp.json |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -10,4 +10,4 @@ | ||
| "breakpoints": true | ||
| } | ||
| ] | ||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happened here @lachlancollins ? Our workspaces and overrides are gone...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only workspace config needed is in
pnpm-workspace.yaml. pnpm also handles all overrides for local packages vialinkWorkspacePackages: trueandpreferWorkspacePackages: trueThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the explicit overrides because the examples weren't loading the workspace versions — we need package versions there so they're installable outside of the repo but inside the repo, they resolve the workspace version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm that shouldn't be an issue, the examples should still load workspace versions if configured correctly - let me check!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested it some more and apparently the behavior is the workspace version is pulled in when it matches. There's perhaps other cases where it wasn't getting pulled into which I ran into before but in any case, yeah I think we're fine.