Skip to content
Closed
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
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"license": "Apache-2.0",
"dependencies": {
"lerna": "^8.2.1",
"node-gyp": "^9.3.1",
"node-gyp": "^11.1.0",
"strip-ansi": "^6.0.0",
"yargs": "^17.7.2"
},
Expand All @@ -99,14 +99,14 @@
]
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "7.10.4",
"@babel/plugin-transform-typescript": "7.10.5",
"@commitlint/cli": "^17.6.1",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^17.6.1",
"@commitlint/config-lerna-scopes": "^17.6.3",
"@commitlint/config-lerna-scopes": "^19.7.0",
"@commitlint/cz-commitlint": "^17.5.0",
"@commitlint/prompt": "^17.6.1",
"@microsoft/api-extractor": "^7.34.6",
Expand All @@ -123,7 +123,7 @@
"babel-loader": "^8.3.0",
"codecov": "^3.7.0",
"copyfiles": "^2.2.0",
"eslint": "^7.19.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.5",
Expand All @@ -136,20 +136,20 @@
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-spellcheck": "^0.0.17",
"execa": "^5.1.1",
"glob": "^7.2.0",
"glob": "^11.0.1",
"husky": "^8.0.3",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.1.5",
"jest": "^29.0.0",
"jest": "^29.7.0",
"jest-circus": "^29.0.0",
"jest-junit": "^12.0.0",
"js-yaml": "^4.0.0",
"lnk": "1.1.0",
"lodash": "^4.17.21",
"npm-check-updates": "^16.1.0",
"npm-check-updates": "^17.1.15",
"prettier": "^2.8.4",
"rimraf": "^3.0.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"inquirer": "^7.3.3",
"node-emoji": "^1.10.0",
"ora": "^4.0.3",
"rimraf": "^3.0.0",
"rimraf": "^6.0.1",
"semver": "^7.5.4",
"xcode": "^2.1.0",
"yargs": "^15.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@aws-sdk/client-iam": "3.624.0",
"@types/mime-types": "^2.1.1",
"cloudform-types": "^4.2.0",
"jest": "^29.5.0",
"rimraf": "^3.0.2"
"jest": "^29.7.0",
"rimraf": "^6.0.1"
},
"jest": {
"collectCoverage": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-category-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"aws-cdk-lib": "~2.184.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"glob": "^7.2.0",
"glob": "^11.0.1",
"ora": "^4.0.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"jest": "^29.5.0",
"rimraf": "^3.0.2"
"jest": "^29.7.0",
"rimraf": "^6.0.1"
},
"jest": {
"testEnvironmentOptions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as cdk from 'aws-cdk-lib';
import { $TSContext, $TSObject, pathManager, readCFNTemplate, stateManager, writeCFNTemplate } from '@aws-amplify/amplify-cli-core';
import { byValues, printer, prompter } from '@aws-amplify/amplify-prompts';
import * as fs from 'fs-extra';
import { glob } from 'glob';
import * as glob from 'glob';
import _ from 'lodash';
import * as path from 'path';
import { categoryName, customResourceCFNFilenameSuffix } from '../utils/constants';
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@aws-amplify/amplify-environment-parameters": "1.9.18",
"@aws-amplify/amplify-function-plugin-interface": "1.12.1",
"@aws-amplify/amplify-prompts": "2.8.6",
"archiver": "^5.3.0",
"archiver": "^7.0.1",
"aws-sdk": "^2.1464.0",
"chalk": "^4.1.1",
"cloudform-types": "^4.2.0",
Expand All @@ -48,7 +48,7 @@
},
"devDependencies": {
"@types/folder-hash": "^4.0.1",
"jest": "^29.5.0"
"jest": "^29.7.0"
},
"jest": {
"collectCoverage": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"cloudform-types": "^4.2.0",
"rimraf": "^3.0.2"
"rimraf": "^6.0.1"
},
"jest": {
"testEnvironmentOptions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"@types/rimraf": "^3.0.0",
"@types/uuid": "^8.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"jest": "^29.5.0",
"jest": "^29.7.0",
"nock": "^13.5.0",
"rimraf": "^3.0.0",
"rimraf": "^6.0.1",
"strip-ansi": "^6.0.0",
"uuid": "^8.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-cli-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"dependencies": {
"axios": "^1.6.7",
"rimraf": "^3.0.2",
"rimraf": "^6.0.1",
"tar-stream": "^2.2.0"
},
"devDependencies": {
"@aws-amplify/cli-internal": "13.0.0",
"@types/tar": "^6.1.1",
"rimraf": "^3.0.2"
"rimraf": "^6.0.1"
},
"berry": {
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-cli-shared-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/aws-amplify/amplify-cli#readme",
"devDependencies": {
"rimraf": "^3.0.2"
"rimraf": "^6.0.1"
},
"berry": {
"plugins": [
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"execa": "^5.1.1",
"folder-hash": "^4.0.2",
"fs-extra": "^8.1.0",
"glob": "^7.2.0",
"glob": "^11.0.1",
"graphql": "^15.5.0",
"graphql-transformer-core": "^8.2.16",
"gunzip-maybe": "^1.4.2",
Expand Down Expand Up @@ -121,7 +121,7 @@
"@types/update-notifier": "^5.1.0",
"amplify-headless-interface": "1.17.7",
"cloudform-types": "^4.2.0",
"jest": "^29.5.0",
"jest": "^29.7.0",
"nock": "^13.5.0",
"typescript": "^4.9.5"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import glob from 'glob';
import { glob } from 'glob';
import path from 'path';
import * as fs from 'fs-extra';
import { stateManager, pathManager } from '@aws-amplify/amplify-cli-core';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ interface IResourcePaths {
*/
export const globCFNFilePath = (fileFolder: string): string => {
if (fs.existsSync(fileFolder)) {
const globOptions: glob.IOptions = {
const globOptions: glob.GlobOptionsWithFileTypesUnset = {
absolute: false,
cwd: fileFolder,
follow: false,
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-cli/src/project-config-version-check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as path from 'path';
import * as fs from 'fs-extra';
import * as inquirer from 'inquirer';
import _ from 'lodash';
import glob from 'glob';
import * as glob from 'glob';
import { coerce, lt } from 'semver';
import { Context } from './domain/context';
import { ConfirmQuestion } from 'inquirer';
Expand Down Expand Up @@ -65,7 +65,7 @@ async function checkLambdaCustomResourceNodeVersion(context: Context, projectPat
const filesToUpdate: string[] = [];

if (fs.existsSync(backendDirPath)) {
const globOptions: glob.IOptions = {
const globOptions: glob.GlobOptionsWithFileTypesUnset = {
absolute: false,
cwd: backendDirPath,
follow: false,
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-console-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.4.0",
"@aws-amplify/amplify-environment-parameters": "1.9.18",
"archiver": "^5.3.0",
"archiver": "^7.0.1",
"chalk": "^4.1.1",
"cli-table3": "^0.6.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"glob": "^7.2.0",
"glob": "^11.0.1",
"inquirer": "^7.3.3",
"node-fetch": "^2.6.7",
"ora": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-console-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"promise-sequential": "^1.1.1"
},
"devDependencies": {
"jest": "^29.5.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@aws-amplify/amplify-prompts": "2.8.6",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"glob": "^7.2.0",
"glob": "^11.0.1",
"which": "^2.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-e2e-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"node-fetch": "^2.6.7",
"node-pty": "^1.0.0",
"retimer": "2.0.0",
"rimraf": "^3.0.0",
"rimraf": "^6.0.1",
"semver": "^7.5.4",
"strip-ansi": "^6.0.0",
"throat": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"get-port": "^5.1.1",
"glob": "^8.0.3",
"glob": "^11.0.1",
"graphql-tag": "^2.10.1",
"graphql-transformer-core": "^8.2.16",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"node-fetch": "^2.6.7",
"node-pty": "^1.0.0",
"rimraf": "^3.0.0",
"rimraf": "^6.0.1",
"title-case": "^3.0.3",
"upper-case": "^2.0.2",
"uuid": "^8.3.2",
Expand All @@ -72,7 +72,7 @@
"@types/node": "^18.16.1",
"@types/openpgp": "^4.4.18",
"@types/ws": "^7.4.4",
"jest": "^29.5.0",
"jest": "^29.7.0",
"openpgp": "^5.10.2",
"ts-jest": "^29.1.0",
"ts-node": "^10.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-environment-parameters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"aws-sdk": "^2.1464.0",
"mkdirp": "^1.0.4",
"ts-json-schema-generator": "~1.1.2"
"ts-json-schema-generator": "^2.3.0"
},
"jest": {
"collectCoverage": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-go-function-runtime-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.4.0",
"@aws-amplify/amplify-function-plugin-interface": "1.12.1",
"archiver": "^5.3.0",
"archiver": "^7.0.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"get-port": "^5.1.1",
"glob": "^7.2.0",
"glob": "^11.0.1",
"semver": "^7.5.4",
"which": "^2.0.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as which from 'which';
import execa from 'execa';
import archiver from 'archiver';
import fs from 'fs-extra';
import glob from 'glob';
import * as glob from 'glob';
import path from 'path';
import { SemVer, coerce, gte, lt } from 'semver';
import { BIN_LOCAL, BIN, SRC, MAIN_BINARY, DIST, MAIN_BINARY_WIN } from './constants';
Expand Down
8 changes: 4 additions & 4 deletions packages/amplify-graphiql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"babel-jest": "^27.4.2",
"babel-jest": "^29.7.0",
"babel-loader": "^8.3.0",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
Expand All @@ -24,7 +24,7 @@
"css-minimizer-webpack-plugin": "^7.0.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "^8.3.0",
"eslint": "8.57.1",
"eslint-config-react-app": "^7.0.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
Expand All @@ -35,7 +35,7 @@
"graphql-ws": "^5.14.3",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.0.0",
"jest": "^29.7.0",
"jest-resolve": "^26.0.2",
"jest-watch-typeahead": "^1.0.0",
"jose": "^5.2.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"util": "^0.12.4",
"web-vitals": "^0.2.4",
"webpack": "^5.64.4",
"webpack-dev-server": "^4.15.2",
"webpack-dev-server": "^5.2.0",
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^7.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-headless-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Amazon Web Services",
"license": "Apache-2.0",
"devDependencies": {
"rimraf": "^3.0.2",
"rimraf": "^6.0.1",
"ts-node": "^10.4.0",
"typescript-json-schema": "~0.52.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@aws-amplify/amplify-function-plugin-interface": "1.12.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"glob": "^7.2.0",
"glob": "^11.0.1",
"semver": "^7.5.4",
"which": "^2.0.2"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { join } from 'path';
import * as execa from 'execa';
import fs from 'fs-extra';
import glob from 'glob';
import * as glob from 'glob';
import { packageName, relativeShimJarPath, relativeShimSrcPath } from './constants';
import { BuildRequest, BuildResult } from '@aws-amplify/amplify-function-plugin-interface';
import { AmplifyError, pathManager } from '@aws-amplify/amplify-cli-core';
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-migration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
]
},
"devDependencies": {
"jest": "^29.5.0",
"jest": "^29.7.0",
"ts-node": "^10.9.1"
}
}
Loading
Loading