Release v1.0.0#95
Merged
Merged
Conversation
Type Page update
New Type page - more updates
- Upgrade Vue 2 → Vue 3, Vue Router 3 → 4, replace Vuex with Pinia - Replace Vue CLI (webpack) build with Vite + @vitejs/plugin-vue - Replace Mocha/Nightwatch test setup with Vitest + @vue/test-utils v2 - Replace ESLint 6 flat config with ESLint 9 flat config - Fix App.vue double-script-block (Vue 3 only allows one) - Fix router.currentRoute → this.$route across all view components - Fix pokeApiRepo circular import via lazy dynamic import for router - Remove dead dependencies: vuex, vue-autosuggest, babel, sass-loader, core-js Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MsPYiy5C3TeJRTqf4c9vt2
- Add _variables.scss with all design tokens (colors, spacing, radius, transitions, breakpoints, shadows) as a single source of truth - Split App.vue global styles into _typography.scss, _base.scss, _utilities.scss and a main.scss entry point - Import global styles from main.js instead of App.vue - Convert colors.css to colors.scss using $pokemon-* variables; fix .bg-black:yellow typo bug - Add $type-* variable declarations at top of types.scss - Configure Vite additionalData to auto-inject _variables.scss into every SCSS component (no per-file import needed) - Update all components: replace hardcoded hex values, 0.625rem, rgb(201,38,63), 25.9375rem breakpoints with named tokens - Switch remaining css-lang style blocks to scss for variable access - SliderSwitch: convert to lang=scss, use $pokemon-* for slider colors Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MsPYiy5C3TeJRTqf4c9vt2
Render's default Node 14.17.0 fails yarn install because @eslint/js and the rest of the modern toolchain require Node 18+. Add a .node-version file and an engines field so Render (and other hosts) provision a supported Node version. Also upgrade sass to ^1.77 — Vitest's bundled Vite requires the modern sass compiler API (initAsyncCompiler), which 1.57 lacks — and add a baseline Button component test so vitest run no longer exits 1 with "no test files found". Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MsPYiy5C3TeJRTqf4c9vt2
Claude/vue modernize vite s0nlr4
kryptodrex
temporarily deployed
to
dev - pokesearch PR #95
July 2, 2026 19:14 — with
Render
Destroyed
|
The |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.