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

Upgrade to Nx 15.9.1 #816

Open
wants to merge 39 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
342590b
nx migrate 15.9.1
gabalafou Nov 30, 2023
d2392c2
npm install --force
gabalafou Nov 30, 2023
51e36cd
upgrade @testing-library/react, remove /react-hooks
gabalafou Nov 30, 2023
47caf82
npm install
gabalafou Nov 30, 2023
fd63f78
add .nx/cache to .gitignore
gabalafou Nov 30, 2023
7187882
chore: [nx migration] 15-7-0-split-configuration-into-project-json-files
gabalafou Nov 30, 2023
8b209d0
chore: [nx migration] 14-2-0-add-json-schema
gabalafou Nov 30, 2023
f149a67
chore: [nx migration] 14-2-0-remove-default-collection
gabalafou Nov 30, 2023
b0625eb
chore: [nx migration] 14.3.4-create-target-defaults
gabalafou Nov 30, 2023
9a985a9
chore: [nx migration] 15.0.0-migrate-to-inputs
gabalafou Nov 30, 2023
3d37f9e
chore: [nx migration] 15.0.0-prefix-outputs
gabalafou Nov 30, 2023
d3f443f
chore: [nx migration] add-default-development-configurations-14.0.0
gabalafou Nov 30, 2023
98d9b5f
chore: [nx migration] add-dev-output-path
gabalafou Nov 30, 2023
52b547b
chore: [nx migration] add-gitignore-entry
gabalafou Nov 30, 2023
fbbde1c
chore: [nx migration] update-dev-output-path
gabalafou Nov 30, 2023
c4e333f
chore: [nx migration] update-jest-config-extensions
gabalafou Nov 30, 2023
f985787
chore: [nx migration] update-to-export-default
gabalafou Nov 30, 2023
0b0de48
chore: [nx migration] add-jest-inputs
gabalafou Nov 30, 2023
c82d2ff
chore: [nx migration] update-configs-jest-29
gabalafou Nov 30, 2023
89ab7fa
chore: [nx migration] add-babel-inputs
gabalafou Nov 30, 2023
8a7f1ee
chore: [nx migration] update-babel-preset
gabalafou Nov 30, 2023
233288d
chore: [nx migration] 13-9-0-replace-tao-with-nx
gabalafou Nov 30, 2023
4dbf637
chore: [nx migration] 13-10-0-update-tasks-runner
gabalafou Nov 30, 2023
a3233be
chore: [nx migration] update-react-18-13.10.0
gabalafou Nov 30, 2023
4884ec1
chore: [nx migration] update-babel-jest-transform-option
gabalafou Nov 30, 2023
1d0414d
chore: [nx migration] add-eslint-inputs
gabalafou Nov 30, 2023
9c09f5d
package-lock.json was updated
gabalafou Nov 30, 2023
8023d03
jest presets
gabalafou Apr 12, 2023
7cb6694
next code mode no more Link > a
gabalafou Nov 30, 2023
dd52161
remove experimenal image flag and import
gabalafou Apr 12, 2023
33ea1da
use legacy image import in Picture component
gabalafou Apr 12, 2023
b9657e4
fix eslint configs
gabalafou Apr 12, 2023
1076adb
use edge, not experimental-edge
gabalafou Apr 12, 2023
9d94a11
update nx.json
gabalafou Apr 12, 2023
50e9f46
fix type error
gabalafou Apr 12, 2023
0e3b71b
add @ts-expect-error to Page.tsx
gabalafou Apr 12, 2023
9fa14e1
update type import in Picture/types
gabalafou Apr 12, 2023
c8d380f
remove unused react-test-renderer
gabalafou Nov 30, 2023
0347f77
Merge branch 'develop' into 15-9
gabalafou Dec 12, 2023
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
upgrade @testing-library/react, remove /react-hooks
  • Loading branch information
gabalafou committed Nov 30, 2023
commit 51e36cd0c1bc992ba9a73129c10956f2c423cda1
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -69,8 +69,7 @@
"@nrwl/tao": "15.9.1",
"@nrwl/web": "15.9.1",
"@nrwl/workspace": "15.9.1",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react": "^14.1.2",
"@types/jest": "29.4.4",
"@types/node": "18.11.9",
"@types/react": "18.0.25",