Skip to content

Commit 9dc5616

Browse files
authored
Merge pull request #24 from p2-inc/update/dependencies-1
more bumping of packages
2 parents 8750676 + 1e2d91f commit 9dc5616

4 files changed

Lines changed: 3939 additions & 1452 deletions

File tree

frameworks/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dj-database-url==0.5.0
2-
Django==4.2.6
2+
Django==4.2.27
33
gunicorn==20.1.0
44
psycopg2-binary==2.9.3
55
wheel==0.38.1

multitenant/migrations.json

Lines changed: 210 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,210 @@
1+
{
2+
"migrations": [
3+
{
4+
"version": "21.0.0-beta.8",
5+
"description": "Removes the legacy cache configuration from nx.json",
6+
"implementation": "./src/migrations/update-21-0-0/remove-legacy-cache",
7+
"package": "nx",
8+
"name": "remove-legacy-cache"
9+
},
10+
{
11+
"version": "21.0.0-beta.8",
12+
"description": "Removes the legacy cache configuration from nx.json",
13+
"implementation": "./src/migrations/update-21-0-0/remove-custom-tasks-runner",
14+
"package": "nx",
15+
"name": "remove-custom-tasks-runner"
16+
},
17+
{
18+
"version": "21.0.0-beta.11",
19+
"description": "Updates release version config based on the breaking changes in Nx v21",
20+
"implementation": "./src/migrations/update-21-0-0/release-version-config-changes",
21+
"package": "nx",
22+
"name": "release-version-config-changes"
23+
},
24+
{
25+
"version": "21.0.0-beta.11",
26+
"description": "Updates release changelog config based on the breaking changes in Nx v21",
27+
"implementation": "./src/migrations/update-21-0-0/release-changelog-config-changes",
28+
"package": "nx",
29+
"name": "release-changelog-config-changes"
30+
},
31+
{
32+
"version": "22.0.0-beta.1",
33+
"description": "Updates release version config based on the breaking changes in Nx v22",
34+
"implementation": "./src/migrations/update-22-0-0/release-version-config-changes",
35+
"package": "nx",
36+
"name": "22-0-0-release-version-config-changes"
37+
},
38+
{
39+
"version": "22.0.0-beta.2",
40+
"description": "Consolidates releaseTag* options into nested releaseTag object structure",
41+
"implementation": "./src/migrations/update-22-0-0/consolidate-release-tag-config",
42+
"package": "nx",
43+
"name": "22-0-0-consolidate-release-tag-config"
44+
},
45+
{
46+
"cli": "nx",
47+
"version": "22.1.0-beta.5",
48+
"description": "Updates the nx wrapper.",
49+
"implementation": "./src/migrations/update-22-1-0/update-nx-wrapper",
50+
"package": "nx",
51+
"name": "22-1-0-update-nx-wrapper"
52+
},
53+
{
54+
"version": "21.5.0-beta.2",
55+
"description": "Migrate the legacy 'development' custom condition to a workspace-unique custom condition name.",
56+
"factory": "./src/migrations/update-21-5-0/migrate-development-custom-condition",
57+
"package": "@nx/js",
58+
"name": "migrate-development-custom-condition"
59+
},
60+
{
61+
"version": "22.0.0-beta.0",
62+
"description": "Remove the deprecated `external` and `externalBuildTargets` options from the `@nx/js:swc` and `@nx/js:tsc` executors.",
63+
"factory": "./src/migrations/update-22-0-0/remove-external-options-from-js-executors",
64+
"package": "@nx/js",
65+
"name": "remove-external-options-from-js-executors"
66+
},
67+
{
68+
"version": "22.1.0-rc.1",
69+
"description": "Removes redundant TypeScript project references from project's tsconfig.json files when runtime tsconfig files (e.g., tsconfig.lib.json, tsconfig.app.json) exist.",
70+
"factory": "./src/migrations/update-22-1-0/remove-redundant-ts-project-references",
71+
"package": "@nx/js",
72+
"name": "remove-redundant-ts-project-references"
73+
},
74+
{
75+
"version": "20.2.0-beta.5",
76+
"description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8",
77+
"implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0",
78+
"package": "@nx/eslint",
79+
"name": "update-typescript-eslint-v8.13.0"
80+
},
81+
{
82+
"version": "20.3.0-beta.1",
83+
"description": "Update ESLint flat config to include .cjs, .mjs, .cts, and .mts files in overrides (if needed)",
84+
"implementation": "./src/migrations/update-20-3-0/add-file-extensions-to-overrides",
85+
"package": "@nx/eslint",
86+
"name": "add-file-extensions-to-overrides"
87+
},
88+
{
89+
"version": "20.5.0-beta.2",
90+
"description": "Install jiti as a devDependency to allow vite to parse TS postcss files.",
91+
"implementation": "./src/migrations/update-20-5-0/install-jiti",
92+
"package": "@nx/vite",
93+
"name": "update-20-5-0-install-jiti"
94+
},
95+
{
96+
"version": "20.5.0-beta.3",
97+
"description": "Update resolve.conditions to include defaults that are no longer provided by Vite.",
98+
"implementation": "./src/migrations/update-20-5-0/update-resolve-conditions",
99+
"package": "@nx/vite",
100+
"name": "update-20-5-0-update-resolve-conditions"
101+
},
102+
{
103+
"version": "20.5.0-beta.3",
104+
"description": "Add vite config temporary files to the ESLint configuration ignore patterns if ESLint is used.",
105+
"implementation": "./src/migrations/update-20-5-0/eslint-ignore-vite-temp-files",
106+
"package": "@nx/vite",
107+
"name": "eslint-ignore-vite-temp-files"
108+
},
109+
{
110+
"version": "22.2.0-beta.2",
111+
"description": "Migrate Vitest usage from @nx/vite to @nx/vitest package.",
112+
"implementation": "./src/migrations/update-22-2-0/migrate-vitest-to-vitest-package",
113+
"package": "@nx/vite",
114+
"name": "migrate-vitest-to-vitest-package"
115+
},
116+
{
117+
"cli": "nx",
118+
"version": "21.0.0-beta.9",
119+
"description": "Replace usage of `getJestProjects` with `getJestProjectsAsync`.",
120+
"implementation": "./src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync",
121+
"package": "@nx/jest",
122+
"name": "replace-getJestProjects-with-getJestProjectsAsync-v21"
123+
},
124+
{
125+
"version": "21.0.0-beta.10",
126+
"description": "Remove the previously deprecated and unused `tsConfig` option from the `@nx/jest:jest` executor.",
127+
"implementation": "./src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor",
128+
"package": "@nx/jest",
129+
"name": "remove-tsconfig-option-from-jest-executor"
130+
},
131+
{
132+
"version": "21.3.0-beta.3",
133+
"description": "Rename the CLI option `testPathPattern` to `testPathPatterns`.",
134+
"implementation": "./src/migrations/update-21-3-0/rename-test-path-pattern",
135+
"package": "@nx/jest",
136+
"name": "rename-test-path-pattern"
137+
},
138+
{
139+
"version": "21.3.0-beta.3",
140+
"requires": { "jest": ">=30.0.0" },
141+
"description": "Replace removed matcher aliases in Jest v30 with their corresponding matcher",
142+
"implementation": "./src/migrations/update-21-3-0/replace-removed-matcher-aliases",
143+
"package": "@nx/jest",
144+
"name": "replace-removed-matcher-aliases"
145+
},
146+
{
147+
"version": "22.2.0-beta.2",
148+
"description": "Convert jest.config.ts files from ESM to CJS syntax (export default -> module.exports, import -> require) for projects using CommonJS resolution to ensure correct loading under Node.js type-stripping.",
149+
"implementation": "./src/migrations/update-22-2-0/convert-jest-config-to-cjs",
150+
"package": "@nx/jest",
151+
"name": "convert-jest-config-to-cjs"
152+
},
153+
{
154+
"version": "22.3.2-beta.0",
155+
"requires": { "jest": ">=30.0.0" },
156+
"description": "Replace removed matcher aliases in Jest v30 with their corresponding matcher",
157+
"implementation": "./src/migrations/update-21-3-0/replace-removed-matcher-aliases",
158+
"package": "@nx/jest",
159+
"name": "replace-removed-matcher-aliases-v22-3"
160+
},
161+
{
162+
"cli": "nx",
163+
"version": "20.2.0-beta.2",
164+
"description": "Update the ModuleFederationConfig import use @nx/module-federation.",
165+
"factory": "./src/migrations/update-20-2-0/migrate-mf-imports-to-new-package",
166+
"package": "@nx/react",
167+
"name": "update-20-2-0-update-module-federation-config-import"
168+
},
169+
{
170+
"cli": "nx",
171+
"version": "20.2.0-beta.2",
172+
"description": "Update the withModuleFederation import use @nx/module-federation/webpack.",
173+
"factory": "./src/migrations/update-20-2-0/migrate-with-mf-import-to-new-package",
174+
"package": "@nx/react",
175+
"name": "update-20-2-0-update-with-module-federation-import"
176+
},
177+
{
178+
"cli": "nx",
179+
"version": "20.3.0-beta.2",
180+
"description": "If workspace includes Module Federation projects, ensure the new @nx/module-federation package is installed.",
181+
"factory": "./src/migrations/update-20-3-0/ensure-nx-module-federation-package",
182+
"package": "@nx/react",
183+
"name": "ensure-nx-module-federation-package"
184+
},
185+
{
186+
"cli": "nx",
187+
"version": "20.4.0-beta.0",
188+
"description": "Add NX_MF_DEV_REMOTES to inputs for task hashing when '@nx/webpack:webpack' or '@nx/rspack:rspack' is used for Module Federation.",
189+
"factory": "./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults",
190+
"package": "@nx/react",
191+
"name": "add-mf-env-var-to-target-defaults"
192+
},
193+
{
194+
"cli": "nx",
195+
"version": "21.0.0-beta.11",
196+
"description": "Replaces `classProperties.loose` option with `loose`.",
197+
"factory": "./src/migrations/update-21-0-0/update-babel-loose",
198+
"package": "@nx/react",
199+
"name": "update-21-0-0-update-babel-loose"
200+
},
201+
{
202+
"cli": "nx",
203+
"version": "22.0.0-beta.0",
204+
"description": "Updates webpack configs using React to use the new withSvgr composable function instead of the svgr option in withReact or NxReactWebpackPlugin.",
205+
"factory": "./src/migrations/update-22-0-0/add-svgr-to-webpack-config",
206+
"package": "@nx/react",
207+
"name": "update-22-0-0-add-svgr-to-webpack-config"
208+
}
209+
]
210+
}

multitenant/package.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,49 +16,50 @@
1616
"@babel/core": "^7.28.6",
1717
"@babel/preset-react": "^7.28.5",
1818
"@eslint/js": "^9.39.2",
19-
"@nx/eslint": "20.0.10",
20-
"@nx/eslint-plugin": "20.0.10",
21-
"@nx/jest": "20.0.10",
22-
"@nx/js": "20.0.10",
23-
"@nx/react": "20.0.10",
24-
"@nx/vite": "20.0.10",
25-
"@nx/web": "20.0.10",
26-
"@nx/workspace": "20.0.10",
19+
"@nx/eslint": "22.4.0",
20+
"@nx/eslint-plugin": "22.4.0",
21+
"@nx/jest": "22.4.0",
22+
"@nx/js": "22.4.0",
23+
"@nx/react": "22.4.0",
24+
"@nx/vite": "22.4.0",
25+
"@nx/web": "22.4.0",
26+
"@nx/workspace": "22.4.0",
2727
"@openapitools/openapi-generator-cli": "^2.28.0",
2828
"@swc-node/register": "~1.9.2",
29-
"@swc/cli": "~0.3.14",
29+
"@swc/cli": "0.6.0",
3030
"@swc/core": "~1.5.29",
3131
"@swc/helpers": "~0.5.18",
32-
"@testing-library/react": "15.0.6",
33-
"@types/jest": "^29.5.14",
32+
"@testing-library/react": "16.1.0",
33+
"@types/jest": "30.0.0",
3434
"@types/node": "18.16.9",
3535
"@types/react": "18.3.1",
3636
"@types/react-dom": "18.3.0",
3737
"@vitejs/plugin-react": "^4.7.0",
3838
"@vitest/coverage-v8": "^1.6.1",
3939
"@vitest/ui": "^1.6.1",
4040
"autoprefixer": "10.4.13",
41-
"babel-jest": "^29.7.0",
41+
"babel-jest": "30.0.5",
4242
"eslint": "^9.39.2",
43-
"eslint-config-prettier": "^9.1.2",
43+
"eslint-config-prettier": "10.1.8",
4444
"eslint-plugin-import": "2.31.0",
4545
"eslint-plugin-jsx-a11y": "6.10.1",
4646
"eslint-plugin-react": "7.35.0",
4747
"eslint-plugin-react-hooks": "5.0.0",
48-
"jest": "^29.7.0",
49-
"jest-environment-jsdom": "^29.7.0",
48+
"jest": "30.0.5",
49+
"jest-environment-jsdom": "30.0.5",
5050
"jest-environment-node": "^29.7.0",
5151
"jsdom": "~22.1.0",
52-
"nx": "20.0.10",
52+
"nx": "22.4.0",
5353
"postcss": "8.4.38",
5454
"prettier": "^2.8.8",
5555
"tailwindcss": "3.4.3",
56-
"ts-jest": "^29.4.6",
56+
"ts-jest": "29.4.6",
5757
"ts-node": "10.9.1",
5858
"tslib": "^2.8.1",
59-
"typescript": "~5.5.4",
59+
"typescript": "5.9.3",
6060
"typescript-eslint": "^8.53.1",
61-
"vite": "^5.4.21",
62-
"vitest": "^1.6.1"
61+
"vite": "7.3.1",
62+
"vitest": "^1.6.1",
63+
"jest-util": "30.0.5"
6364
}
6465
}

0 commit comments

Comments
 (0)