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

feat: Storybook 8 Feature Branch #2950

Merged
merged 29 commits into from
Dec 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8716a24
remove styleguide
jakemhiller Jul 1, 2024
04ad77e
replace all usage of babel-preset-codecademy
jakemhiller Jul 1, 2024
8ea5743
add basic babel packages
jakemhiller Jul 1, 2024
3301b2b
ran nx migrate latest, update node
jakemhiller Jul 1, 2024
0915da7
ran migrations
jakemhiller Jul 1, 2024
e02961d
remove migrations file
jakemhiller Jul 1, 2024
d4a9dd4
fix all tests for newer react version
jakemhiller Jul 1, 2024
768a3b5
bump node in CI
jakemhiller Jul 1, 2024
3a908bb
fix build errors
jakemhiller Jul 2, 2024
81604da
Storybook 8 feature branch
dreamwasp Oct 14, 2024
ca64cba
Merge remote-tracking branch 'origin/main' into storybook-8
dreamwasp Oct 14, 2024
380714a
try resolving promise errors
dreamwasp Oct 14, 2024
07f770c
fix iconbutton test
dreamwasp Oct 14, 2024
4fe51b4
wipe out sb for now
dreamwasp Oct 14, 2024
96b8fd0
Merge remote-tracking branch 'origin/main' into storybook-8
dreamwasp Oct 16, 2024
41a5290
add node changes here
dreamwasp Oct 16, 2024
84e57ee
fix button test failure
dreamwasp Oct 16, 2024
c19dffb
fix this, what the heck
dreamwasp Oct 16, 2024
b3a29a6
gridform act fix
dreamwasp Oct 16, 2024
bc8c541
keep fixing acts
dreamwasp Oct 16, 2024
0483fdc
remove webpack here
dreamwasp Oct 16, 2024
17a12a2
Merge branch 'main' into storybook-8
aresnik11 Oct 22, 2024
f7ecdee
merge in dev
dreamwasp Nov 7, 2024
e176900
Merge branch 'main' into storybook-8
dreamwasp Nov 11, 2024
799b765
merge in dev
dreamwasp Nov 21, 2024
c3121dc
merge in dev
dreamwasp Dec 5, 2024
3e3f48e
start with empty lib (#2952)
dreamwasp Dec 9, 2024
44e7b76
yarn format fixes (#2987)
dreamwasp Dec 11, 2024
db3d4f0
remove template + preview (#2990)
dreamwasp Dec 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ran nx migrate latest, update node
jakemhiller committed Jul 1, 2024
commit 3301b2b7df4de0d4ee5eef1147b908a4fe7b80b8
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.17.0
v20.15.0
98 changes: 98 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"migrations": [
{
"cli": "nx",
"version": "17.0.0-beta.1",
"description": "Updates the default cache directory to .nx/cache",
"implementation": "./src/migrations/update-17-0-0/move-cache-directory",
"package": "nx",
"name": "17.0.0-move-cache-directory"
},
{
"cli": "nx",
"version": "17.0.0-beta.3",
"description": "Use minimal config for tasksRunnerOptions",
"implementation": "./src/migrations/update-17-0-0/use-minimal-config-for-tasks-runner-options",
"package": "nx",
"name": "17.0.0-use-minimal-config-for-tasks-runner-options"
},
{
"version": "17.0.0-rc.1",
"description": "Migration for v17.0.0-rc.1",
"implementation": "./src/migrations/update-17-0-0/rm-default-collection-npm-scope",
"package": "nx",
"name": "rm-default-collection-npm-scope"
},
{
"cli": "nx",
"version": "17.3.0-beta.6",
"description": "Updates the nx wrapper.",
"implementation": "./src/migrations/update-17-3-0/update-nxw",
"package": "nx",
"name": "17.3.0-update-nx-wrapper"
},
{
"cli": "nx",
"version": "18.0.0-beta.2",
"description": "Updates nx.json to disabled adding plugins when generating projects in an existing Nx workspace",
"implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces",
"x-repair-skip": true,
"package": "nx",
"name": "18.0.0-disable-adding-plugins-for-existing-workspaces"
},
{
"version": "18.1.0-beta.3",
"description": "Moves affected.defaultBase to defaultBase in `nx.json`",
"implementation": "./src/migrations/update-17-2-0/move-default-base",
"package": "nx",
"name": "move-default-base-to-nx-json-root"
},
{
"cli": "nx",
"version": "19.2.0-beta.2",
"description": "Updates the default workspace data directory to .nx/workspace-data",
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory",
"package": "nx",
"name": "19-2-0-move-graph-cache-directory"
},
{
"cli": "nx",
"version": "19.2.2-beta.0",
"description": "Updates the nx wrapper.",
"implementation": "./src/migrations/update-17-3-0/update-nxw",
"package": "nx",
"name": "19-2-2-update-nx-wrapper"
},
{
"version": "19.2.4-beta.0",
"description": "Set project name in nx.json explicitly",
"implementation": "./src/migrations/update-19-2-4/set-project-name",
"x-repair-skip": true,
"package": "nx",
"name": "19-2-4-set-project-name"
},
{
"version": "17.1.0-beta.2",
"description": "Move jest executor options to nx.json targetDefaults",
"implementation": "./src/migrations/update-17-1-0/move-options-to-target-defaults",
"package": "@nx/jest",
"name": "move-options-to-target-defaults"
},
{
"cli": "nx",
"version": "18.0.0-beta.0",
"description": "Add NX_MF_DEV_SERVER_STATIC_REMOTES to inputs for task hashing when '@nx/webpack:webpack' is used for Module Federation.",
"factory": "./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults",
"package": "@nx/react",
"name": "add-module-federation-env-var-to-target-defaults"
},
{
"cli": "nx",
"version": "18.1.1-beta.0",
"description": "Ensure targetDefaults inputs for task hashing when '@nx/webpack:webpack' is used are correct for Module Federation.",
"factory": "./src/migrations/update-18-1-1/fix-target-defaults-inputs",
"package": "@nx/react",
"name": "fix-target-defaults-for-webpack"
}
]
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -16,20 +16,20 @@
"@emotion/jest": "^11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@nx/jest": "16.8.1",
"@nx/react": "16.8.1",
"@nx/jest": "19.3.2",
"@nx/react": "19.3.2",
"@svgr/cli": "5.5.0",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react": "15.0.6",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/classnames": "2.2.10",
"@types/invariant": "2.2.29",
"@types/konami-code-js": "^0.8.0",
"@types/lodash": "4.17.0",
"@types/react": "^17",
"@types/react-dom": "^17",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "^17.0.1",
"@types/stylis": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
@@ -56,11 +56,11 @@
"lodash": "^4.17.5",
"micromatch": "^4.0.5",
"mutationobserver-shim": "^0.3.3",
"nx": "16.8.1",
"nx-cloud": "16.4.0",
"nx": "19.3.2",
"nx-cloud": "19.0.0",
"prettier": "2.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"react-test-renderer": "^17.0.2",
"svgo": "^1.3.2",
@@ -76,7 +76,7 @@
"webpack": "4.46.0"
},
"engines": {
"node": "^16.17",
"node": "^20.15",
"yarn": "^1.21.1"
},
"license": "MIT",
Loading