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

chore(deps): update all-major (major) #1530

Merged
merged 3 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions apps/decap-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@amazeelabs/decap-cms-backend-token-auth": "workspace:*",
"@amazeelabs/token-auth-middleware": "workspace:*",
"@netlify/edge-functions": "2.7.0",
"@netlify/functions": "2.6.3",
"@netlify/functions": "3.0.0",
"decap-cms-app": "3.1.10",
"netlify-cli": "17.23.2",
"react": "18.3.1",
Expand All @@ -25,6 +25,6 @@
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.6.0",
"typescript": "5.4.5",
"vite": "5.2.11"
"vite": "6.0.5"
}
}
4 changes: 2 additions & 2 deletions apps/silverback-drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"drupal/default_content": "^2.0.0-alpha2",
"drupal/entity_usage": "^2.0.0-beta12",
"drupal/graphql": "^4.7.0",
"drupal/gutenberg": "^2.8.0",
"drupal/gutenberg": "^2.14.0",
"drupal/hal": "^2.0.2",
"drupal/key_auth": "^2.1.0",
"drupal/linkit": "^6.1.4",
"drupal/linkit": "^7.0.0",
"drupal/paragraphs": "^1.17.0",
"drupal/redirect": "^1.9.0",
"drupal/simple_oauth": "^5.2.5",
Expand Down
44 changes: 22 additions & 22 deletions apps/silverback-drupal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/silverback-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@graphql-codegen/typescript-operations": "4.2.0",
"@internal/eslint-config": "workspace:*",
"@types/classnames": "2.3.1",
"@types/express": "4.17.21",
"@types/express": "5.0.0",
"@types/node": "16.18.97",
"@types/react": "18.3.1",
"@types/tmp": "0.2.6",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lerna": "8.1.2",
"prettier": "3.2.5",
"typescript": "5.4.5",
"verdaccio": "5.30.3",
"verdaccio": "6.0.5",
"verdaccio-git": "workspace:*"
},
"commitlint": {
Expand All @@ -53,6 +53,7 @@
}
},
"resolutions": {
"@types/express": "4",
"sharp": "0.33.3",
"@graphql-tools/load": "^8.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/@amazeelabs/bridge-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/reach__router": "1.3.15",
"@types/react": "^18.2.78",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^2.0.0"
},
"keywords": [],
"author": "AmazeeLabs <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/@amazeelabs/bridge-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@swc/core": "1.5.5",
"@types/react": "^18.3.1",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"keywords": [],
"author": "AmazeeLabs <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/@amazeelabs/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@swc/core": "1.5.5",
"@types/react": "^18.3.1",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"vitest": "^2.0.0"
},
"keywords": [],
"author": "AmazeeLabs <[email protected]>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@types/node": "20.12.11",
"tsup": "8.0.2",
"typescript": "5.4.5",
"vitest": "1.6.0"
"vitest": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/npm/@amazeelabs/codegen-autoloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@graphql-codegen/core": "4.0.2",
"@internal/eslint-config": "workspace:*",
"typescript": "5.4.5",
"vitest": "1.6.0"
"vitest": "2.1.8"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"optionalDependencies": {
"@graphql-codegen/plugin-helpers": "^5.0.3",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"vitest": "^2.1.8"
},
"keywords": [],
"author": "AmazeeLabs <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/npm/@amazeelabs/codegen-operation-ids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"change-case-all": "2.1.0",
"graphql": "16.8.1",
"typescript": "5.4.5",
"vite": "5.2.11",
"vitest": "1.6.0"
"vite": "6.0.5",
"vitest": "2.1.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/semaphore": "1.1.4",
"js-cookie": "3.0.5",
"typescript": "5.4.5",
"vitest": "1.6.0"
"vitest": "2.1.8"
},
"keywords": [],
"author": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/npm/@amazeelabs/estimator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"commander": "^12.1.0",
"cosmiconfig": "^9.0.0",
"effect": "^3.1.4",
"glob": "8.0.3",
"glob": "11.0.0",
"glob-watcher": "6.0.0",
"graphql": "^16.8.1",
"ink": "^5.0.0",
Expand All @@ -41,7 +41,7 @@
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "1.6.0"
"vitest": "2.1.8"
},
"scripts": {
"build": "tsup src/cli.ts --format esm && tsup src/index.ts --dts --format esm",
Expand Down
4 changes: 2 additions & 2 deletions packages/npm/@amazeelabs/estimator/src/effects/scan.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ test('full', async ({ repo, effectValue }) => {
await repo.write('schema/fragments/a.gql', '');
const result = await effectValue(scan);
expect(result.map((file) => file.substr(repo.directory.length))).toEqual([
'/schema/fragments/a.gql',
'/schema/schema.graphqls',
'/src/something.ts',
'/schema/schema.graphqls',
'/schema/fragments/a.gql',
]);
});
17 changes: 7 additions & 10 deletions packages/npm/@amazeelabs/estimator/src/effects/scan.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Effect } from 'effect';
import glob from 'glob';
import { glob } from 'glob';

import { configuration } from './configuration.js';

Expand All @@ -9,21 +9,18 @@ import { configuration } from './configuration.js';
export const scan = Effect.gen(function* () {
const config = yield* configuration;
const resolvedCwd = config.root;
const globOpts = {
absolute: true,
cwd: resolvedCwd,
} as Parameters<typeof glob>[1];

let matches: string[] = [];

for (const pattern of config.documents) {
matches = matches.concat(
yield* Effect.async<string[], Error>((resume) => {
glob(pattern, globOpts, (err, matches) => {
return err
? resume(Effect.fail(err))
: resume(Effect.succeed(matches));
});
glob(pattern, {
absolute: true,
cwd: resolvedCwd,
})
.then((matches) => resume(Effect.succeed(matches)))
.catch((err) => resume(Effect.fail(err)));
}),
);
}
Expand Down
6 changes: 3 additions & 3 deletions packages/npm/@amazeelabs/executors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
"@amazeelabs/prettier-config": "1.1.3",
"@internal/eslint-config": "workspace:*",
"@playwright/test": "^1.44.1",
"@testing-library/react": "14.3.1",
"@testing-library/react": "16.1.0",
"@types/lodash-es": "4.17.12",
"@types/node": "^20.14.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"jsdom": "^24.1.0",
"jsdom": "^25.0.0",
"playwright": "^1.44.1",
"prettier": "3.2.5",
"react": "^19.0.0-rc.0",
"react-dom": "^19.0.0-rc.0",
"ts-expect": "^1.3.0",
"tsup": "^8.0.1",
"typescript": "5.4.5",
"vitest": "1.5.0",
"vitest": "2.1.8",
"waku": "0.21.0-alpha.2"
}
}
8 changes: 4 additions & 4 deletions packages/npm/@amazeelabs/gatsby-fragments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"devDependencies": {
"@amazeelabs/jest-preset": "1.3.47",
"@internal/eslint-config": "workspace:*",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-typescript": "12.1.2",
"@types/glob": "8.1.0",
"@types/jest": "29.5.12",
"@types/mock-fs": "4.13.4",
"commander": "12.0.0",
"glob": "10.3.14",
"glob": "11.0.0",
"jest": "29.7.0",
"mock-fs": "5.2.0",
"rollup": "4.17.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"babel-plugin-tester": "11.0.4",
"gatsby": "5.13.4",
"typescript": "5.4.5",
"vitest": "1.6.0"
"vitest": "2.1.8"
},
"dependencies": {
"@babel/core": "^7.24.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@types/node": "16.18.97",
"gatsby": "5.13.4",
"typescript": "5.4.5",
"vite": "5.2.11",
"vitest": "1.6.0"
"vite": "6.0.5",
"vitest": "2.1.8"
},
"scripts": {
"build": "tsc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-node-resolve": "16.0.0",
"@types/isomorphic-fetch": "0.0.39",
"@types/lodash-es": "4.17.12",
"@types/react": "18.3.1",
Expand All @@ -25,7 +25,7 @@
"gatsby-source-filesystem": "5.13.1",
"react": "18.3.1",
"typescript": "5.4.5",
"vitest": "1.6.0"
"vitest": "2.1.8"
},
"scripts": {
"build": "tsc -p tsconfig.dist.json",
Expand Down
Loading
Loading