diff --git a/.commitlintrc.json b/.commitlintrc.json index f118ca3..0df1d25 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -1,6 +1,5 @@ { "extends": [ "@commitlint/config-conventional" - ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." + ] } diff --git a/.cspell.json b/.cspell.json index f1596d7..021f301 100644 --- a/.cspell.json +++ b/.cspell.json @@ -30,11 +30,11 @@ "json-schema", "npm-check-updates", "prettier", - "projen", "standard-version", "ts-jest", "ts-node", "typescript", + "projen", "projenrc", "docgen", "unbump", @@ -107,8 +107,6 @@ ".npmignore", ".prettierignore", ".prettierrc.json", - ".projen/deps.json", - ".projen/files.json", ".projen/tasks.json", ".vscode/settings.json", "CODE_OF_CONDUCT.md", @@ -126,6 +124,5 @@ "socio-economic" ] } - ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." + ] } diff --git a/.eslintignore b/.eslintignore index 2dc2f32..4d8190a 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,3 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". .commitlintrc.json .cspell.json .eslintignore @@ -19,8 +18,6 @@ .npmignore .prettierignore .prettierrc.json -.projen/deps.json -.projen/files.json .projen/tasks.json .vscode/extensions.json .vscode/settings.json diff --git a/.eslintrc.json b/.eslintrc.json index a2e833e..1d9f9c2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -212,8 +212,6 @@ ".npmignore", ".prettierignore", ".prettierrc.json", - ".projen/deps.json", - ".projen/files.json", ".projen/tasks.json", ".vscode/settings.json", "LICENSE", diff --git a/.gitattributes b/.gitattributes index ee0304a..ace5c0c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". *.snap linguist-generated /.commitlintrc.json linguist-generated @@ -22,8 +21,6 @@ /.prettierignore linguist-generated /.prettierrc.json linguist-generated /.projen/** linguist-generated -/.projen/deps.json linguist-generated -/.projen/files.json linguist-generated /.projen/tasks.json linguist-generated /.vscode/extensions.json linguist-generated /.vscode/settings.json linguist-generated diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 6a3947f..5bea4e5 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -1,4 +1,3 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". name: auto-approve on: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16a4f3a..6ad89b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,3 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". name: build on: @@ -22,7 +21,7 @@ jobs: - name: Install dependencies run: yarn install --check-files - name: build - run: npx projen build + run: npm run build - name: Check for outdated dependencies run: npx dry-aged-deps --check - id: self_mutation diff --git a/.github/workflows/pull-request-lint.yml b/.github/workflows/pull-request-lint.yml index b29492a..5dc42e6 100644 --- a/.github/workflows/pull-request-lint.yml +++ b/.github/workflows/pull-request-lint.yml @@ -1,4 +1,3 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". name: pull-request-lint on: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 802ca24..f142356 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,3 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". name: release on: @@ -27,7 +26,11 @@ jobs: - name: Install dependencies run: yarn install --check-files --frozen-lockfile - name: release - run: npx projen release + run: |- + rm -fr dist + npx standard-version + npm run build + git diff --ignore-space-at-eol --exit-code - name: Check for new commits id: git_remote run: echo ::set-output name=latest_commit::"$(git ls-remote origin -h ${{ github.ref }} | cut -f1)" diff --git a/.github/workflows/upgrade-main.yml b/.github/workflows/upgrade-main.yml index af1c1cd..12e5d20 100644 --- a/.github/workflows/upgrade-main.yml +++ b/.github/workflows/upgrade-main.yml @@ -1,4 +1,3 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". name: upgrade-main on: @@ -21,7 +20,11 @@ jobs: - name: Install dependencies run: yarn install --check-files --frozen-lockfile - name: Upgrade dependencies - run: npx projen upgrade + run: |- + npx npm-check-updates --dep dev --upgrade --target=minor + npx npm-check-updates --dep prod --upgrade --target=minor + yarn install --check-files + yarn upgrade - id: create_patch name: Find mutations run: |- diff --git a/.gitignore b/.gitignore index 73779e3..939e238 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". !/.gitattributes !/.projen/tasks.json -!/.projen/deps.json -!/.projen/files.json !/.github/workflows/pull-request-lint.yml !/.github/workflows/auto-approve.yml !/package.json diff --git a/.mergify.yml b/.mergify.yml index eddac7d..8d9d9da 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,4 +1,3 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". queue_rules: - name: default diff --git a/.npmignore b/.npmignore index 77227ac..2483867 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,3 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". /.projen/ /test-reports/ junit.xml diff --git a/.prettierignore b/.prettierignore index 46704c7..8b13789 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1 @@ -# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". + diff --git a/.projen/deps.json b/.projen/deps.json deleted file mode 100644 index 9d103f5..0000000 --- a/.projen/deps.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "dependencies": [ - { - "name": "@commitlint/cli", - "type": "build" - }, - { - "name": "@commitlint/config-conventional", - "type": "build" - }, - { - "name": "@mountainpass/cool-bits-for-projen", - "type": "build" - }, - { - "name": "@types/http-status-codes", - "type": "build" - }, - { - "name": "@types/jest", - "type": "build" - }, - { - "name": "@types/node", - "version": "^14", - "type": "build" - }, - { - "name": "@typescript-eslint/eslint-plugin", - "version": "^5", - "type": "build" - }, - { - "name": "@typescript-eslint/parser", - "version": "^5", - "type": "build" - }, - { - "name": "cspell", - "type": "build" - }, - { - "name": "dry-aged-deps", - "type": "build" - }, - { - "name": "eslint-config-prettier", - "type": "build" - }, - { - "name": "eslint-import-resolver-node", - "type": "build" - }, - { - "name": "eslint-import-resolver-typescript", - "type": "build" - }, - { - "name": "eslint-plugin-import", - "type": "build" - }, - { - "name": "eslint-plugin-jsdoc", - "type": "build" - }, - { - "name": "eslint-plugin-jsonc", - "type": "build" - }, - { - "name": "eslint-plugin-no-secrets", - "type": "build" - }, - { - "name": "eslint-plugin-prettier", - "type": "build" - }, - { - "name": "eslint-plugin-unicorn", - "type": "build" - }, - { - "name": "eslint", - "version": "^8", - "type": "build" - }, - { - "name": "http-status-codes", - "type": "build" - }, - { - "name": "husky", - "type": "build" - }, - { - "name": "jest-junit", - "version": "^13", - "type": "build" - }, - { - "name": "jest", - "version": "^27", - "type": "build" - }, - { - "name": "json-schema", - "type": "build" - }, - { - "name": "npm-check-updates", - "version": "^12", - "type": "build" - }, - { - "name": "prettier", - "type": "build" - }, - { - "name": "projen", - "type": "build" - }, - { - "name": "standard-version", - "version": "^9", - "type": "build" - }, - { - "name": "ts-jest", - "version": "^27", - "type": "build" - }, - { - "name": "ts-node", - "type": "build" - }, - { - "name": "typescript", - "type": "build" - } - ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." -} diff --git a/.projen/files.json b/.projen/files.json deleted file mode 100644 index 9210305..0000000 --- a/.projen/files.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "files": [ - ".commitlintrc.json", - ".cspell.json", - ".eslintignore", - ".eslintrc-json.json", - ".eslintrc.json", - ".gitattributes", - ".github/pull_request_template.md", - ".github/workflows/auto-approve.yml", - ".github/workflows/build.yml", - ".github/workflows/pull-request-lint.yml", - ".github/workflows/release.yml", - ".github/workflows/upgrade-main.yml", - ".gitignore", - ".husky/commit-msg", - ".husky/pre-commit", - ".husky/pre-push", - ".mergify.yml", - ".npmignore", - ".prettierignore", - ".prettierrc.json", - ".projen/deps.json", - ".projen/files.json", - ".projen/tasks.json", - ".vscode/extensions.json", - ".vscode/settings.json", - "CODE_OF_CONDUCT.md", - "LICENSE", - "tsconfig.dev.json", - "tsconfig.json" - ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." -} diff --git a/.projen/tasks.json b/.projen/tasks.json deleted file mode 100644 index 1c10b22..0000000 --- a/.projen/tasks.json +++ /dev/null @@ -1,295 +0,0 @@ -{ - "tasks": { - "build": { - "name": "build", - "description": "Full release build", - "steps": [ - { - "spawn": "default" - }, - { - "spawn": "pre-compile" - }, - { - "spawn": "compile" - }, - { - "spawn": "post-compile" - }, - { - "spawn": "test" - }, - { - "spawn": "package" - } - ] - }, - "bump": { - "name": "bump", - "description": "Bumps version based on latest git tag and generates a changelog entry", - "env": { - "OUTFILE": "package.json", - "CHANGELOG": "dist/changelog.md", - "BUMPFILE": "dist/version.txt", - "RELEASETAG": "dist/releasetag.txt", - "RELEASE_TAG_PREFIX": "" - }, - "steps": [ - { - "builtin": "release/bump-version" - } - ], - "condition": "! git log --oneline -1 | grep -q \"chore(release):\"" - }, - "clobber": { - "name": "clobber", - "description": "hard resets to HEAD of origin and cleans the local repo", - "env": { - "BRANCH": "$(git branch --show-current)" - }, - "steps": [ - { - "exec": "git checkout -b scratch", - "name": "save current HEAD in \"scratch\" branch" - }, - { - "exec": "git checkout $BRANCH" - }, - { - "exec": "git fetch origin", - "name": "fetch latest changes from origin" - }, - { - "exec": "git reset --hard origin/$BRANCH", - "name": "hard reset to origin commit" - }, - { - "exec": "git clean -fdx", - "name": "clean all untracked files" - }, - { - "say": "ready to rock! (unpushed commits are under the \"scratch\" branch)" - } - ], - "condition": "git diff --exit-code > /dev/null" - }, - "compile": { - "name": "compile", - "description": "Only compile", - "steps": [ - { - "exec": "tsc --build" - } - ] - }, - "default": { - "name": "default", - "description": "Synthesize project files", - "steps": [ - { - "exec": "ts-node --project tsconfig.dev.json .projenrc.ts" - } - ] - }, - "eject": { - "name": "eject", - "description": "Remove projen from the project", - "env": { - "PROJEN_EJECTING": "true" - }, - "steps": [ - { - "spawn": "default" - } - ] - }, - "eslint": { - "name": "eslint", - "description": "Runs eslint against the codebase", - "steps": [ - { - "exec": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools projenrc .projenrc.ts" - } - ] - }, - "eslint:json": { - "name": "eslint:json", - "description": "lint all the json files", - "steps": [ - { - "exec": "eslint --no-eslintrc --no-error-on-unmatched-pattern --config .eslintrc-json.json --ext .json ." - } - ] - }, - "package": { - "name": "package", - "description": "Creates the distribution package", - "steps": [ - { - "exec": "mkdir -p dist/js" - }, - { - "exec": "mv $(npm pack) dist/js/" - } - ] - }, - "post-compile": { - "name": "post-compile", - "description": "Runs after successful compilation" - }, - "post-upgrade": { - "name": "post-upgrade", - "description": "Runs after upgrading dependencies" - }, - "pre-compile": { - "name": "pre-compile", - "description": "Prepare the project for compilation" - }, - "prepare": { - "name": "prepare", - "description": "installs husky", - "steps": [ - { - "exec": "husky install" - } - ] - }, - "release": { - "name": "release", - "description": "Prepare a release from \"main\" branch", - "env": { - "RELEASE": "true" - }, - "steps": [ - { - "exec": "rm -fr dist" - }, - { - "spawn": "bump" - }, - { - "spawn": "build" - }, - { - "spawn": "unbump" - }, - { - "exec": "git diff --ignore-space-at-eol --exit-code" - } - ] - }, - "spellcheck": { - "name": "spellcheck", - "description": "check all the files for spelling errors", - "steps": [ - { - "exec": "cspell lint --gitignore --dot --show-suggestions -e \".git/**\" \"**\"" - } - ] - }, - "test": { - "name": "test", - "description": "Run tests", - "steps": [ - { - "exec": "jest --passWithNoTests --all --updateSnapshot" - }, - { - "spawn": "eslint" - }, - { - "spawn": "spellcheck" - }, - { - "spawn": "eslint:json" - } - ] - }, - "test:update": { - "name": "test:update", - "description": "Update jest snapshots", - "steps": [ - { - "exec": "jest --updateSnapshot" - } - ] - }, - "test:watch": { - "name": "test:watch", - "description": "Run jest in watch mode", - "steps": [ - { - "exec": "jest --watch" - } - ] - }, - "unbump": { - "name": "unbump", - "description": "Restores version to 0.0.0", - "env": { - "OUTFILE": "package.json", - "CHANGELOG": "dist/changelog.md", - "BUMPFILE": "dist/version.txt", - "RELEASETAG": "dist/releasetag.txt", - "RELEASE_TAG_PREFIX": "" - }, - "steps": [ - { - "builtin": "release/reset-version" - } - ] - }, - "upgrade": { - "name": "upgrade", - "description": "upgrade dependencies", - "env": { - "CI": "0" - }, - "steps": [ - { - "exec": "yarn upgrade npm-check-updates" - }, - { - "exec": "npm-check-updates --dep dev --upgrade --target=minor" - }, - { - "exec": "npm-check-updates --dep optional --upgrade --target=minor" - }, - { - "exec": "npm-check-updates --dep peer --upgrade --target=minor" - }, - { - "exec": "npm-check-updates --dep prod --upgrade --target=minor" - }, - { - "exec": "npm-check-updates --dep bundle --upgrade --target=minor" - }, - { - "exec": "yarn install --check-files" - }, - { - "exec": "yarn upgrade" - }, - { - "exec": "npx projen" - }, - { - "spawn": "post-upgrade" - } - ] - }, - "watch": { - "name": "watch", - "description": "Watch & compile in the background", - "steps": [ - { - "exec": "tsc --build -w" - } - ] - } - }, - "env": { - "PATH": "$(npx -c \"node -e \\\"console.log(process.env.PATH)\\\"\")" - }, - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." -} diff --git a/.projenrc.ts b/.projenrc.ts deleted file mode 100644 index 701aea0..0000000 --- a/.projenrc.ts +++ /dev/null @@ -1,109 +0,0 @@ -import { - CodeOfConduct, - GitHubber, - NpmReleaser, - Organisational, - Recommended, -} from "@mountainpass/cool-bits-for-projen"; -import { NpmAccess } from "projen/lib/javascript"; -import { TypeScriptProject } from "projen/lib/typescript"; - -const gitHubber = new GitHubber({ - name: "problem-document", - username: "mountain-pass", -}); - -const npmReleaser = new NpmReleaser(gitHubber, { - scope: "mountainpass", - access: NpmAccess.PUBLIC, - release: true, -}); - -const organisational = new Organisational({ - organisation: { - name: "Mountain Pass", - email: "info@mountain-pass.com.au", - url: "https://mountain-pass.com.au", - }, -}); - -const project = new TypeScriptProject({ - ...gitHubber.nodeProjectOptions(), - ...organisational.nodeProjectOptions(), - ...npmReleaser.nodeProjectOptions(), - ...Recommended.defaultProjectOptions, - description: - "A basic RFC7807 Problem Details document with basic type checking and autocomplete" /* The description is just a string that helps people understand the purpose of the package. */, - deps: [] /* Runtime dependencies of this module. */, - devDeps: [ - "http-status-codes", - "@types/http-status-codes", - "@mountainpass/cool-bits-for-projen", - "dry-aged-deps", - ] /* Build dependencies for this module. */, - keywords: ["problem-details", "rfc7807"], - defaultReleaseBranch: "main", - projenrcTs: true, - dependabotOptions: { - labels: ["auto-approve"], - }, - jestOptions: { - jestConfig: { - coverageThreshold: { - branches: 100, - functions: 100, - lines: 100, - statements: 100, - }, - }, - }, - autoApproveUpgrades: true, - autoApproveOptions: { - allowedUsernames: ["dependabot[bot]"], - label: "auto-approve", - secret: "GITHUB_TOKEN", - }, - githubOptions: { - pullRequestLintOptions: { - semanticTitleOptions: { - types: [ - "build", - "chore", - "ci", - "docs", - "feat", - "fix", - "perf", - "refactor", - "revert", - "style", - "test", - ], - }, - }, - }, -}); - -const recommended = new Recommended(project, { - cSpellOptions: { - language: "en-GB", - ignorePaths: ["docs", ".dry-aged-deps.json"], - }, -}); - -// Add dry-aged-deps check to the pre-push hook -recommended.husky.addHook("pre-push", "npx dry-aged-deps --check"); - -new CodeOfConduct(project, { contactMethod: "tom@mountain-pass.com.au" }); - -// Add dry-aged-deps check to the build workflow -project.buildWorkflow?.addPostBuildSteps({ - name: "Check for outdated dependencies", - run: "npx dry-aged-deps --check", -}); - -gitHubber.addToProject(project); -npmReleaser.addToProject(project); -organisational.addToProject(project); - -project.synth(); diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 037b518..2dc7397 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -5,6 +5,5 @@ "esbenp.prettier-vscode", "streetsidesoftware.code-spell-checker", "adam-bender.commit-message-editor" - ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." + ] } diff --git a/.vscode/settings.json b/.vscode/settings.json index b880ece..7f23ddb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,5 @@ "json", "jsonc", "json5" - ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." + ] } diff --git a/package.json b/package.json index f4a98c5..bb25f9d 100644 --- a/package.json +++ b/package.json @@ -6,28 +6,17 @@ "url": "https://github.com/mountain-pass/problem-document.git" }, "scripts": { - "build": "npx projen build", - "bump": "npx projen bump", - "clobber": "npx projen clobber", - "compile": "npx projen compile", - "default": "npx projen default", - "eject": "npx projen eject", - "eslint": "npx projen eslint", - "eslint:json": "npx projen eslint:json", - "package": "npx projen package", - "post-compile": "npx projen post-compile", - "post-upgrade": "npx projen post-upgrade", - "pre-compile": "npx projen pre-compile", - "prepare": "npx projen prepare", - "release": "npx projen release", - "spellcheck": "npx projen spellcheck", - "test": "npx projen test", - "test:update": "npx projen test:update", - "test:watch": "npx projen test:watch", - "unbump": "npx projen unbump", - "upgrade": "npx projen upgrade", - "watch": "npx projen watch", - "projen": "npx projen" + "build": "npm run compile && npm run test && npm run package", + "compile": "tsc --build", + "eslint": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools", + "eslint:json": "eslint --no-eslintrc --no-error-on-unmatched-pattern --config .eslintrc-json.json --ext .json .", + "package": "mkdir -p dist/js && mv $(npm pack 2>/dev/null | tail -1) dist/js/", + "prepare": "husky install", + "spellcheck": "cspell lint --gitignore --dot --show-suggestions -e \".git/**\" \"**\"", + "test": "jest --passWithNoTests --all --updateSnapshot && npm run eslint && npm run spellcheck && npm run eslint:json", + "test:update": "jest --updateSnapshot", + "test:watch": "jest --watch", + "watch": "tsc --build -w" }, "author": { "name": "Mountain Pass", @@ -38,7 +27,6 @@ "devDependencies": { "@commitlint/cli": "^17.0.2", "@commitlint/config-conventional": "^17.0.2", - "@mountainpass/cool-bits-for-projen": "^0.2.4", "@types/http-status-codes": "^1.2.0", "@types/jest": "^27.4.1", "@types/node": "^14", @@ -63,7 +51,6 @@ "json-schema": "^0.4.0", "npm-check-updates": "^12", "prettier": "^2.6.2", - "projen": "^0.58.15", "standard-version": "^9", "ts-jest": "^27", "ts-node": "^10.8.0", @@ -134,8 +121,6 @@ "types": "lib/index.d.ts", "contributors": [ "Tom Howard ", - "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", - "Claude " - ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." + "dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>" + ] } \ No newline at end of file diff --git a/tsconfig.dev.json b/tsconfig.dev.json index 24ccaa6..45e81fb 100644 --- a/tsconfig.dev.json +++ b/tsconfig.dev.json @@ -33,6 +33,5 @@ ], "exclude": [ "node_modules" - ], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." + ] } diff --git a/tsconfig.json b/tsconfig.json index 9ffbeed..467ce21 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,6 +29,5 @@ "include": [ "src/**/*.ts" ], - "exclude": [], - "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." + "exclude": [] } diff --git a/yarn.lock b/yarn.lock index a03aa8d..00df07d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -250,21 +250,6 @@ version "0.2.3" resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" -"@commitlint/cli@^16.3.0": - version "16.3.0" - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.3.0.tgz#5689f5c2abbb7880d5ff13329251e5648a784b16" - integrity sha512-P+kvONlfsuTMnxSwWE1H+ZcPMY3STFaHb2kAacsqoIkNx66O0T7sTpBxpxkMrFPyhkJiLJnJWMhk4bbvYD3BMA== - dependencies: - "@commitlint/format" "^16.2.1" - "@commitlint/lint" "^16.2.4" - "@commitlint/load" "^16.3.0" - "@commitlint/read" "^16.2.1" - "@commitlint/types" "^16.2.1" - lodash "^4.17.19" - resolve-from "5.0.0" - resolve-global "1.0.0" - yargs "^17.0.0" - "@commitlint/cli@^17.0.2": version "17.0.2" resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.2.tgz#57c925fb5f09b8e4a83448d94db291ddf7aa58ee" @@ -281,13 +266,6 @@ resolve-global "1.0.0" yargs "^17.0.0" -"@commitlint/config-conventional@^16.2.4": - version "16.2.4" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-16.2.4.tgz#56647108c89ed06fc5271242787550331988c0fb" - integrity sha512-av2UQJa3CuE5P0dzxj/o/B9XVALqYzEViHrMXtDrW9iuflrqCStWBAioijppj9URyz6ONpohJKAtSdgAOE0gkA== - dependencies: - conventional-changelog-conventionalcommits "^4.3.1" - "@commitlint/config-conventional@^17.0.2": version "17.0.2" resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.0.2.tgz#298c9076e25c1e8760f04ee1be8ce43c856a4b72" @@ -295,14 +273,6 @@ dependencies: conventional-changelog-conventionalcommits "^5.0.0" -"@commitlint/config-validator@^16.2.1": - version "16.2.1" - resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-16.2.1.tgz#794e769afd4756e4cf1bfd823b6612932e39c56d" - integrity sha512-hogSe0WGg7CKmp4IfNbdNES3Rq3UEI4XRPB8JL4EPgo/ORq5nrGTVzxJh78omibNuB8Ho4501Czb1Er1MoDWpw== - dependencies: - "@commitlint/types" "^16.2.1" - ajv "^6.12.6" - "@commitlint/config-validator@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.0.0.tgz#49ab09f3ca0ac3449e79ea389cb4942423162ac0" @@ -311,14 +281,6 @@ "@commitlint/types" "^17.0.0" ajv "^6.12.6" -"@commitlint/ensure@^16.2.1": - version "16.2.1" - resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-16.2.1.tgz#0fc538173f95c1eb2694eeedb79cab478347f16f" - integrity sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A== - dependencies: - "@commitlint/types" "^16.2.1" - lodash "^4.17.19" - "@commitlint/ensure@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.0.0.tgz#781ff5f8870cb98ce4496d5c71649a4cd122a0e0" @@ -327,24 +289,11 @@ "@commitlint/types" "^17.0.0" lodash "^4.17.19" -"@commitlint/execute-rule@^16.2.1": - version "16.2.1" - resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-16.2.1.tgz#60be73be4b9af97a41546e7ce59fdd33787c65f8" - integrity sha512-oSls82fmUTLM6cl5V3epdVo4gHhbmBFvCvQGHBRdQ50H/690Uq1Dyd7hXMuKITCIdcnr9umyDkr8r5C6HZDF3g== - "@commitlint/execute-rule@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.0.0.tgz#186e9261fd36733922ae617497888c4bdb6e5c92" integrity sha512-nVjL/w/zuqjCqSJm8UfpNaw66V9WzuJtQvEnCrK4jDw6qKTmZB+1JQ8m6BQVZbNBcwfYdDNKnhIhqI0Rk7lgpQ== -"@commitlint/format@^16.2.1": - version "16.2.1" - resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-16.2.1.tgz#6e673f710c799be78e68b2682323e04f75080d07" - integrity sha512-Yyio9bdHWmNDRlEJrxHKglamIk3d6hC0NkEUW6Ti6ipEh2g0BAhy8Od6t4vLhdZRa1I2n+gY13foy+tUgk0i1Q== - dependencies: - "@commitlint/types" "^16.2.1" - chalk "^4.0.0" - "@commitlint/format@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.0.0.tgz#2c991ac0df3955fe5d7d4d733967bd17e6cfd9e0" @@ -353,14 +302,6 @@ "@commitlint/types" "^17.0.0" chalk "^4.1.0" -"@commitlint/is-ignored@^16.2.4": - version "16.2.4" - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-16.2.4.tgz#369e40a240ad5451bf2b57a80829253129d7f19b" - integrity sha512-Lxdq9aOAYCOOOjKi58ulbwK/oBiiKz+7Sq0+/SpFIEFwhHkIVugvDvWjh2VRBXmRC/x5lNcjDcYEwS/uYUvlYQ== - dependencies: - "@commitlint/types" "^16.2.1" - semver "7.3.7" - "@commitlint/is-ignored@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.0.0.tgz#64f53517b390689e58aa3c29fbf1e05b7d4fbd65" @@ -369,16 +310,6 @@ "@commitlint/types" "^17.0.0" semver "7.3.7" -"@commitlint/lint@^16.2.4": - version "16.2.4" - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-16.2.4.tgz#575f5a9d227dddfca8386253d9aff27be5b94788" - integrity sha512-AUDuwOxb2eGqsXbTMON3imUGkc1jRdtXrbbohiLSCSk3jFVXgJLTMaEcr39pR00N8nE9uZ+V2sYaiILByZVmxQ== - dependencies: - "@commitlint/is-ignored" "^16.2.4" - "@commitlint/parse" "^16.2.1" - "@commitlint/rules" "^16.2.4" - "@commitlint/types" "^16.2.1" - "@commitlint/lint@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.0.0.tgz#38ef61e0e977d738f738233fbcdf33a5fc04cf96" @@ -389,23 +320,6 @@ "@commitlint/rules" "^17.0.0" "@commitlint/types" "^17.0.0" -"@commitlint/load@^16.3.0": - version "16.3.0" - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.3.0.tgz#e674ccc9edefd64a2d8b82d175de81ec3bb70eca" - integrity sha512-3tykjV/iwbkv2FU9DG+NZ/JqmP0Nm3b7aDwgCNQhhKV5P74JAuByULkafnhn+zsFGypG1qMtI5u+BZoa9APm0A== - dependencies: - "@commitlint/config-validator" "^16.2.1" - "@commitlint/execute-rule" "^16.2.1" - "@commitlint/resolve-extends" "^16.2.1" - "@commitlint/types" "^16.2.1" - "@types/node" ">=12" - chalk "^4.0.0" - cosmiconfig "^7.0.0" - cosmiconfig-typescript-loader "^2.0.0" - lodash "^4.17.19" - resolve-from "^5.0.0" - typescript "^4.4.3" - "@commitlint/load@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.0.0.tgz#0bbefe6d8b99276714c5ea8ef32de2bd2f082698" @@ -423,25 +337,11 @@ resolve-from "^5.0.0" typescript "^4.6.4" -"@commitlint/message@^16.2.1": - version "16.2.1" - resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-16.2.1.tgz#bc6a0fa446a746ac2ca78cf372e4cec48daf620d" - integrity sha512-2eWX/47rftViYg7a3axYDdrgwKv32mxbycBJT6OQY/MJM7SUfYNYYvbMFOQFaA4xIVZt7t2Alyqslbl6blVwWw== - "@commitlint/message@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.0.0.tgz#ae0f8ec6a3e5c8d369792a2c391952c7596cca73" integrity sha512-LpcwYtN+lBlfZijHUdVr8aNFTVpHjuHI52BnfoV01TF7iSLnia0jttzpLkrLmI8HNQz6Vhr9UrxDWtKZiMGsBw== -"@commitlint/parse@^16.2.1": - version "16.2.1" - resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-16.2.1.tgz#50b359cb711ec566d2ee236a8e4c6baca07b77c0" - integrity sha512-2NP2dDQNL378VZYioLrgGVZhWdnJO4nAxQl5LXwYb08nEcN+cgxHN1dJV8OLJ5uxlGJtDeR8UZZ1mnQ1gSAD/g== - dependencies: - "@commitlint/types" "^16.2.1" - conventional-changelog-angular "^5.0.11" - conventional-commits-parser "^3.2.2" - "@commitlint/parse@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.0.0.tgz#6d508a1e2aec76f348a447994f26e9b749c02091" @@ -451,16 +351,6 @@ conventional-changelog-angular "^5.0.11" conventional-commits-parser "^3.2.2" -"@commitlint/read@^16.2.1": - version "16.2.1" - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-16.2.1.tgz#e0539205d77cdb6879b560f95e5fb251e0c6f562" - integrity sha512-tViXGuaxLTrw2r7PiYMQOFA2fueZxnnt0lkOWqKyxT+n2XdEMGYcI9ID5ndJKXnfPGPppD0w/IItKsIXlZ+alw== - dependencies: - "@commitlint/top-level" "^16.2.1" - "@commitlint/types" "^16.2.1" - fs-extra "^10.0.0" - git-raw-commits "^2.0.0" - "@commitlint/read@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.0.0.tgz#8ab01cf2f27350d8f81f21690962679a7cae5abf" @@ -471,18 +361,6 @@ fs-extra "^10.0.0" git-raw-commits "^2.0.0" -"@commitlint/resolve-extends@^16.2.1": - version "16.2.1" - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-16.2.1.tgz#2f7833a5a3a7aa79f508e59fcb0f1d33c45ed360" - integrity sha512-NbbCMPKTFf2J805kwfP9EO+vV+XvnaHRcBy6ud5dF35dxMsvdJqke54W3XazXF1ZAxC4a3LBy4i/GNVBAthsEg== - dependencies: - "@commitlint/config-validator" "^16.2.1" - "@commitlint/types" "^16.2.1" - import-fresh "^3.0.0" - lodash "^4.17.19" - resolve-from "^5.0.0" - resolve-global "^1.0.0" - "@commitlint/resolve-extends@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.0.0.tgz#3a40ee08184b984acf475ebc962641f435e3a639" @@ -495,17 +373,6 @@ resolve-from "^5.0.0" resolve-global "^1.0.0" -"@commitlint/rules@^16.2.4": - version "16.2.4" - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-16.2.4.tgz#c2fbbf20d9d0e8fcf25690c88a27750d4a3e867b" - integrity sha512-rK5rNBIN2ZQNQK+I6trRPK3dWa0MtaTN4xnwOma1qxa4d5wQMQJtScwTZjTJeallFxhOgbNOgr48AMHkdounVg== - dependencies: - "@commitlint/ensure" "^16.2.1" - "@commitlint/message" "^16.2.1" - "@commitlint/to-lines" "^16.2.1" - "@commitlint/types" "^16.2.1" - execa "^5.0.0" - "@commitlint/rules@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.0.0.tgz#4eecc5d28cabbc5f3f73838fb02592b551f9bf62" @@ -517,23 +384,11 @@ "@commitlint/types" "^17.0.0" execa "^5.0.0" -"@commitlint/to-lines@^16.2.1": - version "16.2.1" - resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-16.2.1.tgz#42d000f34dc0406f514991e86237fdab5e8affd0" - integrity sha512-9/VjpYj5j1QeY3eiog1zQWY6axsdWAc0AonUUfyZ7B0MVcRI0R56YsHAfzF6uK/g/WwPZaoe4Lb1QCyDVnpVaQ== - "@commitlint/to-lines@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-17.0.0.tgz#5766895836b8085b099a098482f88a03f070b411" integrity sha512-nEi4YEz04Rf2upFbpnEorG8iymyH7o9jYIVFBG1QdzebbIFET3ir+8kQvCZuBE5pKCtViE4XBUsRZz139uFrRQ== -"@commitlint/top-level@^16.2.1": - version "16.2.1" - resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-16.2.1.tgz#bdaa53ab3d8970e0288879f1a342a8c2dfe01583" - integrity sha512-lS6GSieHW9y6ePL73ied71Z9bOKyK+Ib9hTkRsB8oZFAyQZcyRwq2w6nIa6Fngir1QW51oKzzaXfJL94qwImyw== - dependencies: - find-up "^5.0.0" - "@commitlint/top-level@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-17.0.0.tgz#ebd0df4c703c026c2fbdc20fa746836334f4ed15" @@ -541,12 +396,6 @@ dependencies: find-up "^5.0.0" -"@commitlint/types@^16.2.1": - version "16.2.1" - resolved "https://registry.npmjs.org/@commitlint/types/-/types-16.2.1.tgz" - dependencies: - chalk "^4.0.0" - "@commitlint/types@^17.0.0": version "17.0.0" resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.0.0.tgz#3b4604c1a0f06c340ce976e6c6903d4f56e3e690" @@ -604,7 +453,7 @@ version "6.1.0" resolved "https://registry.yarnpkg.com/@cspell/cspell-pipe/-/cspell-pipe-6.1.0.tgz#6ec072afafa7c1935906de4faf2f9f96109c6234" -"@cspell/cspell-types@*", "@cspell/cspell-types@^6.1.0": +"@cspell/cspell-types@^6.1.0": version "6.1.0" resolved "https://registry.yarnpkg.com/@cspell/cspell-types/-/cspell-types-6.1.0.tgz#308a4e07ec9c7b3e40be54b107eb6fbe7be6468f" integrity sha512-s6eoQqJpgsEEeYHBqgGX5NqchDk2F9zGRjZcJSuqV23go4WCKxUeDpkiewpMK0Q5P+8ZD4IOB46sOXzQzPVPaQ== @@ -834,10 +683,6 @@ version "3.0.2" resolved "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz" -"@iarna/toml@^2.2.5": - version "2.2.5" - resolved "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz" - "@istanbuljs/load-nyc-config@^1.0.0": version "1.1.0" resolved "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz" @@ -1037,22 +882,6 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@mountainpass/cool-bits-for-projen@^0.2.4": - version "0.2.4" - resolved "https://registry.yarnpkg.com/@mountainpass/cool-bits-for-projen/-/cool-bits-for-projen-0.2.4.tgz#2787727973063916d3e2cc3fdef383bb1d3e3a9b" - integrity sha512-hqN/0QbyPhEXPaKYwOXrOhfLbc+df9VfWrz6S5GpEFFrcDD6jNO6PRbS6ufcTs2fbszhvuBnDerUYiLTNBYFdg== - dependencies: - "@commitlint/cli" "^16.3.0" - "@commitlint/config-conventional" "^16.2.4" - "@commitlint/types" "^17.0.0" - "@cspell/cspell-types" "*" - cspell "*" - fs-extra "^10.1.0" - merge "^2.1.1" - shelljs "^0.8.5" - shelljs-plugin-authors "^2.0.105" - traverse "^0.6.6" - "@nodelib/fs.scandir@2.1.5": version "2.1.5" resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" @@ -1148,31 +977,6 @@ node-gyp "^8.4.1" read-package-json-fast "^2.0.3" -"@oozcitak/dom@1.15.8": - version "1.15.8" - resolved "https://registry.npmjs.org/@oozcitak/dom/-/dom-1.15.8.tgz" - dependencies: - "@oozcitak/infra" "1.0.8" - "@oozcitak/url" "1.0.4" - "@oozcitak/util" "8.3.8" - -"@oozcitak/infra@1.0.8": - version "1.0.8" - resolved "https://registry.npmjs.org/@oozcitak/infra/-/infra-1.0.8.tgz" - dependencies: - "@oozcitak/util" "8.3.8" - -"@oozcitak/url@1.0.4": - version "1.0.4" - resolved "https://registry.npmjs.org/@oozcitak/url/-/url-1.0.4.tgz" - dependencies: - "@oozcitak/infra" "1.0.8" - "@oozcitak/util" "8.3.8" - -"@oozcitak/util@8.3.8": - version "8.3.8" - resolved "https://registry.npmjs.org/@oozcitak/util/-/util-8.3.8.tgz" - "@sindresorhus/is@^0.14.0": version "0.14.0" resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" @@ -1591,10 +1395,6 @@ asynckit@^0.4.0: version "0.4.0" resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" -at-least-node@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz" - babel-jest@^27.5.1: version "27.5.1" resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz" @@ -1822,10 +1622,6 @@ caniuse-lite@^1.0.30001332: version "1.0.30001332" resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001332.tgz" -case@^1.6.3: - version "1.6.3" - resolved "https://registry.npmjs.org/case/-/case-1.6.3.tgz" - chalk@^2.0.0, chalk@^2.4.2: version "2.4.2" resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" @@ -1958,7 +1754,7 @@ combined-stream@^1.0.8: dependencies: delayed-stream "~1.0.0" -commander@^9.1.0, commander@^9.2.0, commander@^9.3.0: +commander@^9.1.0, commander@^9.3.0: version "9.3.0" resolved "https://registry.yarnpkg.com/commander/-/commander-9.3.0.tgz#f619114a5a2d2054e0d9ff1b31d5ccf89255e26b" integrity sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw== @@ -2032,11 +1828,11 @@ conventional-changelog-codemirror@^2.0.8: dependencies: q "^1.5.1" -conventional-changelog-config-spec@2.1.0, conventional-changelog-config-spec@^2.1.0: +conventional-changelog-config-spec@2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/conventional-changelog-config-spec/-/conventional-changelog-config-spec-2.1.0.tgz" -conventional-changelog-conventionalcommits@4.6.3, conventional-changelog-conventionalcommits@^4.3.1, conventional-changelog-conventionalcommits@^4.5.0: +conventional-changelog-conventionalcommits@4.6.3, conventional-changelog-conventionalcommits@^4.5.0: version "4.6.3" resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz#0765490f56424b46f6cb4db9135902d6e5a36dc2" integrity sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g== @@ -2929,15 +2725,6 @@ fs-extra@^10.0.0, fs-extra@^10.1.0: jsonfile "^6.0.1" universalify "^2.0.0" -fs-extra@^9.1.0: - version "9.1.0" - resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz" - dependencies: - at-least-node "^1.0.0" - graceful-fs "^4.2.0" - jsonfile "^6.0.1" - universalify "^2.0.0" - fs-minipass@^2.0.0, fs-minipass@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" @@ -3079,7 +2866,7 @@ glob-parent@^6.0.1: dependencies: is-glob "^4.0.3" -glob@^7, glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.2.0: +glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.2.0: version "7.2.0" resolved "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz" dependencies: @@ -3361,7 +3148,7 @@ inherits@2, inherits@^2.0.3, inherits@~2.0.3: version "2.0.4" resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" -ini@2.0.0, ini@^2.0.0: +ini@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5" integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA== @@ -3378,10 +3165,6 @@ internal-slot@^1.0.3: has "^1.0.3" side-channel "^1.0.4" -interpret@^1.0.0: - version "1.4.0" - resolved "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz" - ip@^1.1.5: version "1.1.8" resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.8.tgz#ae05948f6b075435ed3307acce04629da8cdbf48" @@ -3989,13 +3772,6 @@ js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" -js-yaml@3.14.0: - version "3.14.0" - resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz" - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - js-yaml@^3.13.1: version "3.14.1" resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz" @@ -4340,11 +4116,6 @@ merge2@^1.3.0, merge2@^1.4.1: version "1.4.1" resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" -merge@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/merge/-/merge-2.1.1.tgz#59ef4bf7e0b3e879186436e8481c06a6c162ca98" - integrity sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w== - micromatch@^4.0.4, micromatch@^4.0.5: version "4.0.5" resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz" @@ -4395,7 +4166,7 @@ minimist-options@4.1.0: is-plain-obj "^1.1.0" kind-of "^6.0.3" -minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6: +minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6: version "1.2.6" resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz" @@ -4989,24 +4760,6 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.58.15: - version "0.58.15" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.58.15.tgz#37640b839c2af5d03dcfe276f25b9988d84308ab" - integrity sha512-js9tdlmyUqPdz46BDYcdCrN936Gcr8ndnjX0J5aYVgOxucS1EHWXdLHqAOyhZiuYevpQ2dXg2AYurEdgjRXPtA== - dependencies: - "@iarna/toml" "^2.2.5" - case "^1.6.3" - chalk "^4.1.2" - conventional-changelog-config-spec "^2.1.0" - fs-extra "^9.1.0" - glob "^7" - ini "^2.0.0" - semver "^7.3.7" - shx "^0.3.4" - xmlbuilder2 "^2.4.1" - yaml "2.0.0" - yargs "^16.2.0" - promise-inflight@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" @@ -5156,12 +4909,6 @@ readable-stream@~2.3.6: string_decoder "~1.1.1" util-deprecate "~1.0.1" -rechoir@^0.6.2: - version "0.6.2" - resolved "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz" - dependencies: - resolve "^1.1.6" - redent@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz" @@ -5233,7 +4980,7 @@ resolve.exports@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz" -resolve@^1.1.6, resolve@^1.10.0, resolve@^1.20.0, resolve@^1.22.0: +resolve@^1.10.0, resolve@^1.20.0, resolve@^1.22.0: version "1.22.0" resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz" dependencies: @@ -5334,36 +5081,6 @@ shebang-regex@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" -shelljs-exec-proxy@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/shelljs-exec-proxy/-/shelljs-exec-proxy-0.2.1.tgz#7259ea5210a78dd8cdb4ea07d4e48df7efda3855" - integrity sha512-C4F2xP81pbW8DuWAbzhUb1jg6OS5oeD/THPKJfv5ecXv94lIgSconScCwjeLFSuDFrmvzqYVTnnf8IGzWNRclg== - dependencies: - shelljs "^0.8.5" - -shelljs-plugin-authors@^2.0.105: - version "2.0.105" - resolved "https://registry.yarnpkg.com/shelljs-plugin-authors/-/shelljs-plugin-authors-2.0.105.tgz#f2d8b38d8e48db241db1938daf176e071c01bbdb" - integrity sha512-1yVk8ngtIXFV1hsVDlB+FGUE9dq/OmfolEliNa5QvbhMyHvLIW6CjF9VTvaJP/T4acX7F5eqZFOjFoJeX4MODg== - dependencies: - commander "^9.2.0" - shelljs-exec-proxy "^0.2.1" - -shelljs@^0.8.5: - version "0.8.5" - resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz" - dependencies: - glob "^7.0.0" - interpret "^1.0.0" - rechoir "^0.6.2" - -shx@^0.3.4: - version "0.3.4" - resolved "https://registry.npmjs.org/shx/-/shx-0.3.4.tgz" - dependencies: - minimist "^1.2.3" - shelljs "^0.8.5" - side-channel@^1.0.4: version "1.0.4" resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz" @@ -5707,11 +5424,6 @@ tr46@^2.1.0: dependencies: punycode "^2.1.1" -traverse@^0.6.6: - version "0.6.6" - resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137" - integrity sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc= - trim-newlines@^3.0.0: version "3.0.1" resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz" @@ -5831,7 +5543,7 @@ typedarray@^0.0.6: version "0.0.6" resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" -typescript@^4.4.3, typescript@^4.6.3, typescript@^4.6.4: +typescript@^4.6.3, typescript@^4.6.4: version "4.7.4" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== @@ -6075,16 +5787,6 @@ xml@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz" -xmlbuilder2@^2.4.1: - version "2.4.1" - resolved "https://registry.npmjs.org/xmlbuilder2/-/xmlbuilder2-2.4.1.tgz" - dependencies: - "@oozcitak/dom" "1.15.8" - "@oozcitak/infra" "1.0.8" - "@oozcitak/util" "8.3.8" - "@types/node" "*" - js-yaml "3.14.0" - xmlchars@^2.2.0: version "2.2.0" resolved "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz" @@ -6101,11 +5803,6 @@ yallist@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" -yaml@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.0.0.tgz#cbc588ad58e0cd924cd3f5f2b1a9485103048e25" - integrity sha512-JbfdlHKGP2Ik9IHylzWlGd4pPK++EU46/IxMykphS2ZKw7a7h+dHNmcXObLgpRDriBY+rpWslldikckX8oruWQ== - yaml@^1.10.0, yaml@^1.10.2: version "1.10.2" resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz"