From d3827439a385d13ade4ababbca244c28c7fe24bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Dec 2021 05:07:48 +0000 Subject: [PATCH 001/113] Bump eslint from 8.4.1 to 8.5.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.4.1 to 8.5.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.4.1...v8.5.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acc9e36..3574362 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/jest-when": "^2.7.0", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.4.1", + "eslint": "8.5.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From c1373ee54698cc2fab0ec723d37800b508cf44c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 05:04:39 +0000 Subject: [PATCH 002/113] Bump actions/setup-node from 2.5.0 to 2.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 688b9a2..b19eafa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: '2' - name: Test on Node ${{ matrix.node-version }} - uses: actions/setup-node@v2.5.0 + uses: actions/setup-node@v2.5.1 with: node-version: ${{ matrix.node-version }} From 80fc14f8fdbce0c85eed73c4f4b26eb8e7142364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 05:07:27 +0000 Subject: [PATCH 003/113] Bump eslint from 8.5.0 to 8.6.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.5.0 to 8.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.5.0...v8.6.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3574362..0f391a9 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/jest-when": "^2.7.0", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.5.0", + "eslint": "8.6.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From b82c4acf4115265f351fea0733af52535b94bfdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 05:07:29 +0000 Subject: [PATCH 004/113] Bump eslint from 8.6.0 to 8.7.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.6.0 to 8.7.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.6.0...v8.7.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f391a9..b53ed61 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/jest-when": "^2.7.0", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.6.0", + "eslint": "8.7.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From a6bd7e84dccc189c389431bbd7017b552d2ba246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jan 2022 05:06:46 +0000 Subject: [PATCH 005/113] Bump eslint-plugin-jest from 25.7.0 to 26.0.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.7.0 to 26.0.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v25.7.0...v26.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b53ed61..c139f24 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-import": "^2.25.3", - "eslint-plugin-jest": "^25.2.1", + "eslint-plugin-jest": "^26.0.0", "jest": "^27.0.1", "jest-when": "^3.1.0", "npm-run-all": "^4.1.5", From c35a01c271b2af08304880a45f9a9fe0f859012c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jan 2022 05:08:05 +0000 Subject: [PATCH 006/113] Bump eslint from 8.7.0 to 8.8.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.7.0 to 8.8.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.7.0...v8.8.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b53ed61..af00a07 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/jest-when": "^2.7.0", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.7.0", + "eslint": "8.8.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From c7c0a8b452cf79cae4a5165840fac113f41a82a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Feb 2022 05:06:40 +0000 Subject: [PATCH 007/113] Bump @types/jest-when from 2.7.4 to 3.5.0 Bumps [@types/jest-when](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest-when) from 2.7.4 to 3.5.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest-when) --- updated-dependencies: - dependency-name: "@types/jest-when" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0de4143..b2d2d9f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@babel/preset-env": "^7.5.5", "@babel/preset-typescript": "^7.5.5", "@types/jest": "^27.0.1", - "@types/jest-when": "^2.7.0", + "@types/jest-when": "^3.5.0", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", "eslint": "8.8.0", From 5b4831866c6685c2a5a3bf37d054248cfa0e9d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 05:06:15 +0000 Subject: [PATCH 008/113] Bump eslint from 8.8.0 to 8.9.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.9.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.8.0...v8.9.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2d2d9f..9d5f6e7 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/jest-when": "^3.5.0", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.8.0", + "eslint": "8.9.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From ad97baf86b284e6fee5ca2606ae1f39c625df94c Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Sun, 13 Feb 2022 00:43:02 -0600 Subject: [PATCH 009/113] Move package into a sub-directory of /packages --- .eslintignore | 5 ++--- .github/README.md | 1 + .gitignore | 1 - demo/tsconfig.json | 4 ++-- .babelrc => packages/strings-to-regex/.babelrc | 0 CHANGELOG.md => packages/strings-to-regex/CHANGELOG.md | 0 README.md => packages/strings-to-regex/README.md | 0 package.json => packages/strings-to-regex/package.json | 4 ++-- {src => packages/strings-to-regex/src}/e2e.spec.ts | 0 {src => packages/strings-to-regex/src}/index.spec.ts | 0 {src => packages/strings-to-regex/src}/index.ts | 0 {src => packages/strings-to-regex/src}/types/charTrie.ts | 0 {src => packages/strings-to-regex/src}/utils/pattern.spec.ts | 0 {src => packages/strings-to-regex/src}/utils/pattern.ts | 0 {src => packages/strings-to-regex/src}/utils/trie.spec.ts | 0 {src => packages/strings-to-regex/src}/utils/trie.ts | 0 tsconfig.json => packages/strings-to-regex/tsconfig.json | 0 .../strings-to-regex/tsconfig.types.json | 0 18 files changed, 7 insertions(+), 8 deletions(-) create mode 120000 .github/README.md rename .babelrc => packages/strings-to-regex/.babelrc (100%) rename CHANGELOG.md => packages/strings-to-regex/CHANGELOG.md (100%) rename README.md => packages/strings-to-regex/README.md (100%) rename package.json => packages/strings-to-regex/package.json (95%) rename {src => packages/strings-to-regex/src}/e2e.spec.ts (100%) rename {src => packages/strings-to-regex/src}/index.spec.ts (100%) rename {src => packages/strings-to-regex/src}/index.ts (100%) rename {src => packages/strings-to-regex/src}/types/charTrie.ts (100%) rename {src => packages/strings-to-regex/src}/utils/pattern.spec.ts (100%) rename {src => packages/strings-to-regex/src}/utils/pattern.ts (100%) rename {src => packages/strings-to-regex/src}/utils/trie.spec.ts (100%) rename {src => packages/strings-to-regex/src}/utils/trie.ts (100%) rename tsconfig.json => packages/strings-to-regex/tsconfig.json (100%) rename tsconfig.types.json => packages/strings-to-regex/tsconfig.types.json (100%) diff --git a/.eslintignore b/.eslintignore index 0964bbb..a1430c8 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,3 @@ -/coverage/ -/demo/lib/ +coverage/ +lib/ /demo/webpack.config.js -/lib/ diff --git a/.github/README.md b/.github/README.md new file mode 120000 index 0000000..3e12ca8 --- /dev/null +++ b/.github/README.md @@ -0,0 +1 @@ +../packages/strings-to-regex/README.md \ No newline at end of file diff --git a/.gitignore b/.gitignore index cad0a43..8aa55d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ package-lock.json coverage/ -demo/lib/ lib/ node_modules/ diff --git a/demo/tsconfig.json b/demo/tsconfig.json index ba36087..513caee 100644 --- a/demo/tsconfig.json +++ b/demo/tsconfig.json @@ -9,6 +9,6 @@ "es2017.object" ] }, - "extends": "../tsconfig.json", - "include": ["../src", "./src"] + "extends": "../packages/strings-to-regex/tsconfig.json", + "include": ["../packages/strings-to-regex/src", "./src"] } diff --git a/.babelrc b/packages/strings-to-regex/.babelrc similarity index 100% rename from .babelrc rename to packages/strings-to-regex/.babelrc diff --git a/CHANGELOG.md b/packages/strings-to-regex/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to packages/strings-to-regex/CHANGELOG.md diff --git a/README.md b/packages/strings-to-regex/README.md similarity index 100% rename from README.md rename to packages/strings-to-regex/README.md diff --git a/package.json b/packages/strings-to-regex/package.json similarity index 95% rename from package.json rename to packages/strings-to-regex/package.json index 9d5f6e7..d4ebc60 100644 --- a/package.json +++ b/packages/strings-to-regex/package.json @@ -23,14 +23,14 @@ "scripts": { "build": "run-s clean build:*", "build:src": "babel src -d lib --extensions '.js,.ts'", - "build:demo": "wp --config demo/webpack.config.js", + "build:demo": "wp --config ../../demo/webpack.config.js", "build:types": "tsc -p ./tsconfig.types.json", "changelog": "npx auto-changelog", "clean": "rimraf lib/*", "format": "prettier --write 'src/**' 'demo/**'", "lint": "run-s lint:*", "lint:src": "tsc -p ./tsconfig.json && eslint ./src --report-unused-disable-directives --ext .js,.ts --parser-options=project:./tsconfig.json", - "lint:demo": "tsc -p ./demo/tsconfig.json && eslint ./demo --report-unused-disable-directives --ext .js,.ts --parser-options=project:./demo/tsconfig.json", + "lint:demo": "tsc -p ./demo/tsconfig.json && eslint ./demo --report-unused-disable-directives --ext .js,.ts --parser-options=project:../../demo/tsconfig.json", "release": "npx release-it --no-increment", "test": "jest --coverage" }, diff --git a/src/e2e.spec.ts b/packages/strings-to-regex/src/e2e.spec.ts similarity index 100% rename from src/e2e.spec.ts rename to packages/strings-to-regex/src/e2e.spec.ts diff --git a/src/index.spec.ts b/packages/strings-to-regex/src/index.spec.ts similarity index 100% rename from src/index.spec.ts rename to packages/strings-to-regex/src/index.spec.ts diff --git a/src/index.ts b/packages/strings-to-regex/src/index.ts similarity index 100% rename from src/index.ts rename to packages/strings-to-regex/src/index.ts diff --git a/src/types/charTrie.ts b/packages/strings-to-regex/src/types/charTrie.ts similarity index 100% rename from src/types/charTrie.ts rename to packages/strings-to-regex/src/types/charTrie.ts diff --git a/src/utils/pattern.spec.ts b/packages/strings-to-regex/src/utils/pattern.spec.ts similarity index 100% rename from src/utils/pattern.spec.ts rename to packages/strings-to-regex/src/utils/pattern.spec.ts diff --git a/src/utils/pattern.ts b/packages/strings-to-regex/src/utils/pattern.ts similarity index 100% rename from src/utils/pattern.ts rename to packages/strings-to-regex/src/utils/pattern.ts diff --git a/src/utils/trie.spec.ts b/packages/strings-to-regex/src/utils/trie.spec.ts similarity index 100% rename from src/utils/trie.spec.ts rename to packages/strings-to-regex/src/utils/trie.spec.ts diff --git a/src/utils/trie.ts b/packages/strings-to-regex/src/utils/trie.ts similarity index 100% rename from src/utils/trie.ts rename to packages/strings-to-regex/src/utils/trie.ts diff --git a/tsconfig.json b/packages/strings-to-regex/tsconfig.json similarity index 100% rename from tsconfig.json rename to packages/strings-to-regex/tsconfig.json diff --git a/tsconfig.types.json b/packages/strings-to-regex/tsconfig.types.json similarity index 100% rename from tsconfig.types.json rename to packages/strings-to-regex/tsconfig.types.json From c419e578731652114e241f07aef905d943ec6fca Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Sun, 13 Feb 2022 21:28:19 -0600 Subject: [PATCH 010/113] Split package into Yarn workspaces Move demo-only dependencies into the demo workspace. Move shared linting dependencies into the workspace root. --- demo/package.json | 19 +++++++++++++++++++ demo/src/demo.ts | 2 +- demo/webpack.config.js | 2 +- package.json | 24 ++++++++++++++++++++++++ packages/strings-to-regex/package.json | 25 ++----------------------- 5 files changed, 47 insertions(+), 25 deletions(-) create mode 100644 demo/package.json create mode 100644 package.json diff --git a/demo/package.json b/demo/package.json new file mode 100644 index 0000000..07e953f --- /dev/null +++ b/demo/package.json @@ -0,0 +1,19 @@ +{ + "name": "strings-to-regex-demo", + "version": "1.0.0", + "private": true, + "scripts": { + "build": "wp --config webpack.config.js", + "lint": "tsc -p tsconfig.json && eslint ./src --report-unused-disable-directives --ext .js,.ts --parser-options=project:./tsconfig.json", + "test": "exit 0" + }, + "devDependencies": { + "ts-loader": "^9.1.2", + "typescript": "^4.1.3", + "webpack": "^5.0.0", + "webpack-nano": "^1.1.1" + }, + "dependencies": { + "strings-to-regex": "*" + } +} diff --git a/demo/src/demo.ts b/demo/src/demo.ts index d23c85a..ce830a9 100644 --- a/demo/src/demo.ts +++ b/demo/src/demo.ts @@ -1,4 +1,4 @@ -import { condense, condenseIgnoreCase } from '../../src'; +import { condense, condenseIgnoreCase } from 'strings-to-regex'; import { autoExpandTextarea } from './utils/auto-expand-field'; import { parseString, WhitespaceHandling } from './utils/wordList'; diff --git a/demo/webpack.config.js b/demo/webpack.config.js index fad284f..c7f569e 100644 --- a/demo/webpack.config.js +++ b/demo/webpack.config.js @@ -2,7 +2,7 @@ const { resolve } = require('path'); module.exports = { - entry: './demo/src/demo.ts', + entry: './src/demo.ts', mode: 'production', module: { rules: [ diff --git a/package.json b/package.json new file mode 100644 index 0000000..a597dc3 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "private": true, + "workspaces": [ + "packages/*", + "demo" + ], + "scripts": { + "build": "yarn workspaces run build", + "format": "prettier --write .", + "lint": "yarn workspaces run lint", + "test": "yarn workspaces run test" + }, + "devDependencies": { + "@typescript-eslint/eslint-plugin": "^5.6.0", + "@typescript-eslint/parser": "^5.6.0", + "eslint": "8.9.0", + "eslint-config-airbnb-base": "15.0.0", + "eslint-config-prettier": "^8.3.0", + "eslint-import-resolver-typescript": "^2.5.0", + "eslint-plugin-import": "^2.25.3", + "eslint-plugin-jest": "^26.0.0", + "prettier": "2.2.1" + } +} diff --git a/packages/strings-to-regex/package.json b/packages/strings-to-regex/package.json index d4ebc60..4ee2d6f 100644 --- a/packages/strings-to-regex/package.json +++ b/packages/strings-to-regex/package.json @@ -23,23 +23,14 @@ "scripts": { "build": "run-s clean build:*", "build:src": "babel src -d lib --extensions '.js,.ts'", - "build:demo": "wp --config ../../demo/webpack.config.js", "build:types": "tsc -p ./tsconfig.types.json", "changelog": "npx auto-changelog", "clean": "rimraf lib/*", - "format": "prettier --write 'src/**' 'demo/**'", - "lint": "run-s lint:*", - "lint:src": "tsc -p ./tsconfig.json && eslint ./src --report-unused-disable-directives --ext .js,.ts --parser-options=project:./tsconfig.json", - "lint:demo": "tsc -p ./demo/tsconfig.json && eslint ./demo --report-unused-disable-directives --ext .js,.ts --parser-options=project:../../demo/tsconfig.json", + "lint": "tsc -p ./tsconfig.json && eslint ./src --report-unused-disable-directives --ext .js,.ts --parser-options=project:./tsconfig.json", "release": "npx release-it --no-increment", "test": "jest --coverage" }, "jest": { - "collectCoverageFrom": [ - "**/src/**/?*.(js|ts)", - "!demo/src/utils/auto-expand-field.ts", - "!demo/src/demo.ts" - ], "preset": "ts-jest", "restoreMocks": true }, @@ -50,25 +41,13 @@ "@babel/preset-typescript": "^7.5.5", "@types/jest": "^27.0.1", "@types/jest-when": "^3.5.0", - "@typescript-eslint/eslint-plugin": "^5.6.0", - "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.9.0", - "eslint-config-airbnb-base": "15.0.0", - "eslint-config-prettier": "^8.3.0", - "eslint-import-resolver-typescript": "^2.5.0", - "eslint-plugin-import": "^2.25.3", - "eslint-plugin-jest": "^26.0.0", "jest": "^27.0.1", "jest-when": "^3.1.0", "npm-run-all": "^4.1.5", - "prettier": "2.2.1", "regex-to-strings": "^2.0.1", "rimraf": "^3.0.2", "ts-jest": "^27.0.1", - "ts-loader": "^9.1.2", - "typescript": "^4.1.3", - "webpack": "^5.0.0", - "webpack-nano": "^1.1.1" + "typescript": "^4.1.3" }, "dependencies": { "escape-string-regexp": "^4.0.0" From ed148eb9b2fa96e88b8d42ed1f858fef9c73bf37 Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Sun, 13 Feb 2022 21:29:15 -0600 Subject: [PATCH 011/113] Exclude generated artifacts from Prettier --- .prettierignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.prettierignore b/.prettierignore index ec6d3cd..1181a81 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,3 @@ +coverage +lib package.json From 7e99aa3b688406f3c1910062054d13c918866e9a Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Sun, 13 Feb 2022 22:09:03 -0600 Subject: [PATCH 012/113] Run CI tests with Yarn --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b19eafa..68b93de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,11 +31,11 @@ jobs: with: node-version: ${{ matrix.node-version }} - - run: npm install + - run: yarn - run: npx prettier --check . - - run: npm run lint - - run: npm run build - - run: npm run test + - run: yarn run lint + - run: yarn run build + - run: yarn run test - run: npx testpack-cli --keep=@types/jest,ts-jest,typescript src/e2e.spec.ts - name: Upload test coverage report to Codecov From 00254b59747b365676f022ff7c06220db66c78e1 Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Sun, 13 Feb 2022 22:12:34 -0600 Subject: [PATCH 013/113] Build types before running linter --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68b93de..f15bac4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,8 +33,8 @@ jobs: - run: yarn - run: npx prettier --check . - - run: yarn run lint - run: yarn run build + - run: yarn run lint - run: yarn run test - run: npx testpack-cli --keep=@types/jest,ts-jest,typescript src/e2e.spec.ts From 653b2e5a9f390c34cc691553dc6566596e6062ba Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Sun, 13 Feb 2022 22:17:21 -0600 Subject: [PATCH 014/113] Run testpack from strings-to-regex workspace --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f15bac4..f38f241 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,9 @@ jobs: - run: yarn run build - run: yarn run lint - run: yarn run test + - run: npx testpack-cli --keep=@types/jest,ts-jest,typescript src/e2e.spec.ts + working-directory: ./packages/strings-to-regex - name: Upload test coverage report to Codecov uses: codecov/codecov-action@v2.1.0 From ea04f4eec98060e6a4e01db6f2b6d5f19eade9c9 Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Mon, 14 Feb 2022 23:35:15 -0600 Subject: [PATCH 015/113] Transpile with TypeScript Replace Babel for compiling TypeScript code to JavaScript. Update to use TypeScript project references. --- .eslintrc.json | 3 +- demo/package.json | 1 - demo/tsconfig.json | 19 ++++++------ demo/tsconfig.test.json | 12 ++++++++ demo/webpack.config.js | 1 + package.json | 2 +- packages/strings-to-regex/.babelrc | 4 --- packages/strings-to-regex/package.json | 12 +------- packages/strings-to-regex/tsconfig.json | 21 ++++---------- packages/strings-to-regex/tsconfig.test.json | 12 ++++++++ packages/strings-to-regex/tsconfig.types.json | 13 --------- tsconfig.json | 29 +++++++++++++++++++ 12 files changed, 72 insertions(+), 57 deletions(-) create mode 100644 demo/tsconfig.test.json delete mode 100644 packages/strings-to-regex/.babelrc create mode 100644 packages/strings-to-regex/tsconfig.test.json delete mode 100644 packages/strings-to-regex/tsconfig.types.json create mode 100644 tsconfig.json diff --git a/.eslintrc.json b/.eslintrc.json index 9d085da..1be9686 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,7 +8,8 @@ "prettier" ], "parserOptions": { - "ecmaVersion": 2018 + "ecmaVersion": 2018, + "project": ["./**/tsconfig.json", "./**/tsconfig.test.json"] }, "rules": { "@typescript-eslint/no-shadow": "error", diff --git a/demo/package.json b/demo/package.json index 07e953f..b24cd30 100644 --- a/demo/package.json +++ b/demo/package.json @@ -4,7 +4,6 @@ "private": true, "scripts": { "build": "wp --config webpack.config.js", - "lint": "tsc -p tsconfig.json && eslint ./src --report-unused-disable-directives --ext .js,.ts --parser-options=project:./tsconfig.json", "test": "exit 0" }, "devDependencies": { diff --git a/demo/tsconfig.json b/demo/tsconfig.json index 513caee..3afa508 100644 --- a/demo/tsconfig.json +++ b/demo/tsconfig.json @@ -1,14 +1,13 @@ { "compilerOptions": { - "lib": [ - "dom", - "es5", - "es2015.collection", - "es2015.core", - "es2015.iterable", - "es2017.object" - ] + "lib": ["dom", "es5"], + "noEmit": true, + "outDir": "lib", + "rootDir": "src", + "tsBuildInfoFile": "lib/demo.tsbuildinfo" }, - "extends": "../packages/strings-to-regex/tsconfig.json", - "include": ["../packages/strings-to-regex/src", "./src"] + "extends": "../tsconfig.json", + "exclude": ["**/*.spec.ts", "**/*.config.js"], + "include": ["src"], + "references": [{ "path": "../packages/strings-to-regex" }] } diff --git a/demo/tsconfig.test.json b/demo/tsconfig.test.json new file mode 100644 index 0000000..9322da7 --- /dev/null +++ b/demo/tsconfig.test.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "lib": ["es5"], + "noEmit": true, + "outDir": "lib", + "tsBuildInfoFile": "lib/test.tsbuildinfo", + "types": ["jest"] + }, + "extends": "../tsconfig.json", + "include": ["src/**/*.spec.ts", "jest.config.js"], + "references": [{ "path": "./" }] +} diff --git a/demo/webpack.config.js b/demo/webpack.config.js index c7f569e..b8e222f 100644 --- a/demo/webpack.config.js +++ b/demo/webpack.config.js @@ -17,6 +17,7 @@ module.exports = { noEmit: false, }, configFile: resolve(__dirname, './tsconfig.json'), + projectReferences: true, }, }, ], diff --git a/package.json b/package.json index a597dc3..0615e84 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "yarn workspaces run build", "format": "prettier --write .", - "lint": "yarn workspaces run lint", + "lint": "tsc -b && eslint . --report-unused-disable-directives", "test": "yarn workspaces run test" }, "devDependencies": { diff --git a/packages/strings-to-regex/.babelrc b/packages/strings-to-regex/.babelrc deleted file mode 100644 index 11a8a70..0000000 --- a/packages/strings-to-regex/.babelrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "presets": ["@babel/env", "@babel/preset-typescript"], - "ignore": ["**/*.spec.js", "**/*.spec.ts"] -} diff --git a/packages/strings-to-regex/package.json b/packages/strings-to-regex/package.json index 4ee2d6f..4bf7b3e 100644 --- a/packages/strings-to-regex/package.json +++ b/packages/strings-to-regex/package.json @@ -21,12 +21,8 @@ "node": ">=12" }, "scripts": { - "build": "run-s clean build:*", - "build:src": "babel src -d lib --extensions '.js,.ts'", - "build:types": "tsc -p ./tsconfig.types.json", + "build": "tsc -b --clean && tsc -b", "changelog": "npx auto-changelog", - "clean": "rimraf lib/*", - "lint": "tsc -p ./tsconfig.json && eslint ./src --report-unused-disable-directives --ext .js,.ts --parser-options=project:./tsconfig.json", "release": "npx release-it --no-increment", "test": "jest --coverage" }, @@ -35,17 +31,11 @@ "restoreMocks": true }, "devDependencies": { - "@babel/cli": "^7.5.5", - "@babel/core": "^7.5.5", - "@babel/preset-env": "^7.5.5", - "@babel/preset-typescript": "^7.5.5", "@types/jest": "^27.0.1", "@types/jest-when": "^3.5.0", "jest": "^27.0.1", "jest-when": "^3.1.0", - "npm-run-all": "^4.1.5", "regex-to-strings": "^2.0.1", - "rimraf": "^3.0.2", "ts-jest": "^27.0.1", "typescript": "^4.1.3" }, diff --git a/packages/strings-to-regex/tsconfig.json b/packages/strings-to-regex/tsconfig.json index 36f41a7..59daaa0 100644 --- a/packages/strings-to-regex/tsconfig.json +++ b/packages/strings-to-regex/tsconfig.json @@ -1,11 +1,5 @@ { "compilerOptions": { - "allowJs": true, - "baseUrl": "./", - "checkJs": true, - "downlevelIteration": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, "lib": [ "es5", "es2015.collection", @@ -13,16 +7,11 @@ "es2015.iterable", "es2017.object" ], - "module": "es2015", - "moduleResolution": "node", - "noEmit": true, - "noImplicitReturns": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "outDir": "./lib", - "pretty": true, - "sourceMap": true, - "strict": true + "outDir": "lib", + "rootDir": "src", + "tsBuildInfoFile": "lib/tsconfig.tsbuildinfo" }, + "extends": "../../tsconfig.json", + "exclude": ["**/*.spec.ts", "**/*.config.js"], "include": ["src"] } diff --git a/packages/strings-to-regex/tsconfig.test.json b/packages/strings-to-regex/tsconfig.test.json new file mode 100644 index 0000000..aeecf21 --- /dev/null +++ b/packages/strings-to-regex/tsconfig.test.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "lib": ["es5", "es2015.core"], + "noEmit": true, + "outDir": "lib", + "tsBuildInfoFile": "lib/test.tsbuildinfo", + "types": ["jest", "jest-when"] + }, + "extends": "../../tsconfig.json", + "include": ["src/**/*.spec.ts", "jest.config.js"], + "references": [{ "path": "./" }] +} diff --git a/packages/strings-to-regex/tsconfig.types.json b/packages/strings-to-regex/tsconfig.types.json deleted file mode 100644 index ee59efb..0000000 --- a/packages/strings-to-regex/tsconfig.types.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "compilerOptions": { - // Necessary due to https://github.com/microsoft/TypeScript/issues/7546 - "allowJs": false, - "checkJs": false, - - "declaration": true, - "emitDeclarationOnly": true, - "noEmit": false - }, - "exclude": ["**/*.spec.ts"], - "extends": "./tsconfig.json" -} diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..af7f4a1 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,29 @@ +{ + "compilerOptions": { + "allowJs": true, + "baseUrl": ".", + "checkJs": true, + "composite": true, + "declaration": true, + "downlevelIteration": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "module": "CommonJS", + "moduleResolution": "node", + "noImplicitReturns": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "pretty": true, + "rootDir": ".", + "skipLibCheck": true, + "sourceMap": true, + "strict": true, + "types": [] + }, + "files": [], + "references": [ + { "path": "./demo" }, + { "path": "./packages/strings-to-regex" }, + { "path": "./packages/strings-to-regex/tsconfig.test.json" } + ] +} From 2b12cf9b14b6e97cbb28c3f6ada135c869287767 Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Mon, 14 Feb 2022 23:38:48 -0600 Subject: [PATCH 016/113] Extract Jest configuration to separate file --- packages/strings-to-regex/jest.config.js | 13 +++++++++++++ packages/strings-to-regex/package.json | 4 ---- 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 packages/strings-to-regex/jest.config.js diff --git a/packages/strings-to-regex/jest.config.js b/packages/strings-to-regex/jest.config.js new file mode 100644 index 0000000..b391c93 --- /dev/null +++ b/packages/strings-to-regex/jest.config.js @@ -0,0 +1,13 @@ +module.exports = { + collectCoverageFrom: ['./src/**/?*.(js|ts)', '!**/src/**/?*.d.ts'], + restoreMocks: true, + globals: { + 'ts-jest': { + isolatedModules: true, + tsconfig: 'tsconfig.test.json', + }, + }, + preset: 'ts-jest', + testEnvironment: 'node', + verbose: true, +}; diff --git a/packages/strings-to-regex/package.json b/packages/strings-to-regex/package.json index 4bf7b3e..7359088 100644 --- a/packages/strings-to-regex/package.json +++ b/packages/strings-to-regex/package.json @@ -26,10 +26,6 @@ "release": "npx release-it --no-increment", "test": "jest --coverage" }, - "jest": { - "preset": "ts-jest", - "restoreMocks": true - }, "devDependencies": { "@types/jest": "^27.0.1", "@types/jest-when": "^3.5.0", From b9284796876363f053ee87206d595bced8b02645 Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Mon, 14 Feb 2022 23:40:10 -0600 Subject: [PATCH 017/113] Run tests in demo workspace --- demo/jest.config.js | 12 ++++++++++++ demo/package.json | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 demo/jest.config.js diff --git a/demo/jest.config.js b/demo/jest.config.js new file mode 100644 index 0000000..9b2e1cc --- /dev/null +++ b/demo/jest.config.js @@ -0,0 +1,12 @@ +module.exports = { + restoreMocks: true, + globals: { + 'ts-jest': { + isolatedModules: true, + tsconfig: 'tsconfig.test.json', + }, + }, + preset: 'ts-jest', + testEnvironment: 'node', + verbose: true, +}; diff --git a/demo/package.json b/demo/package.json index b24cd30..83fbb7a 100644 --- a/demo/package.json +++ b/demo/package.json @@ -4,9 +4,12 @@ "private": true, "scripts": { "build": "wp --config webpack.config.js", - "test": "exit 0" + "test": "jest --coverage" }, "devDependencies": { + "@types/jest": "^27.4.0", + "jest": "^27.5.1", + "ts-jest": "^27.1.3", "ts-loader": "^9.1.2", "typescript": "^4.1.3", "webpack": "^5.0.0", From bae8ef31493def903a8ffe6f5b90d9948de92118 Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Wed, 16 Feb 2022 22:09:50 -0600 Subject: [PATCH 018/113] Include test configs in testpack --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f38f241..6a5fc02 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: - run: yarn run lint - run: yarn run test - - run: npx testpack-cli --keep=@types/jest,ts-jest,typescript src/e2e.spec.ts + - run: npx testpack-cli --keep=@types/jest,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts working-directory: ./packages/strings-to-regex - name: Upload test coverage report to Codecov From bcfdc3ee556a78889bd99dd1c54187db24838a64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 05:06:10 +0000 Subject: [PATCH 019/113] Bump actions/setup-node from 2.5.1 to 3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.5.1...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6a5fc02..5265b4a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: '2' - name: Test on Node ${{ matrix.node-version }} - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} From 996a3621e3e51e7fca6882d4ffcc389f7194dbd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 05:07:02 +0000 Subject: [PATCH 020/113] Bump eslint from 8.9.0 to 8.10.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.10.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.9.0...v8.10.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0615e84..74eba49 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.9.0", + "eslint": "8.10.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From 169df6d148c4d8ccb8dd390f5abaf7328721468c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Mar 2022 05:06:13 +0000 Subject: [PATCH 021/113] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 79ec955..c7b425d 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize CodeQL uses: github/codeql-action/init@v1 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5265b4a..a2864d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: '2' From 2890ba1cb5c454dd4b8ccfb9c344382d31dfb79a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 05:08:50 +0000 Subject: [PATCH 022/113] Bump eslint from 8.10.0 to 8.11.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.10.0...v8.11.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74eba49..b0d3769 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.10.0", + "eslint": "8.11.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From a1f96903d3aa1bc341398b72e7288f8c3cb1e882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 05:06:19 +0000 Subject: [PATCH 023/113] Bump eslint from 8.11.0 to 8.12.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.11.0 to 8.12.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.11.0...v8.12.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0d3769..37593d4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.11.0", + "eslint": "8.12.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From d42f3e0fbe703df53b56064414ae82435790277c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Apr 2022 05:05:40 +0000 Subject: [PATCH 024/113] Bump codecov/codecov-action from 2.1.0 to 3.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a2864d3..2e28f6e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: working-directory: ./packages/strings-to-regex - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.0 with: fail_ci_if_error: true From 58410a3c6a9951b3bffdd268e61b104c1e083057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Apr 2022 05:07:25 +0000 Subject: [PATCH 025/113] Bump eslint from 8.12.0 to 8.14.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.12.0 to 8.14.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.12.0...v8.14.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37593d4..8e0e4dd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.12.0", + "eslint": "8.14.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From 97b7b9a0f58b4280ff412eb58108ef7fbb8a4a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Apr 2022 05:04:29 +0000 Subject: [PATCH 026/113] Bump github/codeql-action from 1 to 2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index c7b425d..c2c4c09 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -25,12 +25,12 @@ jobs: uses: actions/checkout@v3 - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 From 6ba671ab97ae56bb664d9daeb2ed692093ab09dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 May 2022 05:08:28 +0000 Subject: [PATCH 027/113] Bump eslint from 8.14.0 to 8.15.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.14.0 to 8.15.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.14.0...v8.15.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e0e4dd..cd19130 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.14.0", + "eslint": "8.15.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From 58ff81b0ed5145c1dd36a73fc76e76f813fd2e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 May 2022 05:04:36 +0000 Subject: [PATCH 028/113] Bump eslint from 8.15.0 to 8.16.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.15.0 to 8.16.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.15.0...v8.16.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd19130..57de20d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.15.0", + "eslint": "8.16.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From 8633b9253c74bb6185a6502d726ea0030094b854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jun 2022 05:03:22 +0000 Subject: [PATCH 029/113] Bump eslint from 8.16.0 to 8.17.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.16.0 to 8.17.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.16.0...v8.17.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57de20d..8ad6dd9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.16.0", + "eslint": "8.17.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From 4cbad30bc384024fe71e8b0cfa3c363e09d440cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jun 2022 05:04:00 +0000 Subject: [PATCH 030/113] Bump @types/jest from 27.5.2 to 28.1.0 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.5.2 to 28.1.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- demo/package.json | 2 +- packages/strings-to-regex/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/package.json b/demo/package.json index 83fbb7a..683e0ef 100644 --- a/demo/package.json +++ b/demo/package.json @@ -7,7 +7,7 @@ "test": "jest --coverage" }, "devDependencies": { - "@types/jest": "^27.4.0", + "@types/jest": "^28.1.0", "jest": "^27.5.1", "ts-jest": "^27.1.3", "ts-loader": "^9.1.2", diff --git a/packages/strings-to-regex/package.json b/packages/strings-to-regex/package.json index 7359088..5819857 100644 --- a/packages/strings-to-regex/package.json +++ b/packages/strings-to-regex/package.json @@ -27,7 +27,7 @@ "test": "jest --coverage" }, "devDependencies": { - "@types/jest": "^27.0.1", + "@types/jest": "^28.1.0", "@types/jest-when": "^3.5.0", "jest": "^27.0.1", "jest-when": "^3.1.0", From 50c64062e41932175bd26c0fd9d6a0554ce20259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 05:06:50 +0000 Subject: [PATCH 031/113] Bump eslint from 8.17.0 to 8.18.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.18.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.17.0...v8.18.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ad6dd9..d14298e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.17.0", + "eslint": "8.18.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From 4ff32d814b97242768d82195ced11725a94af772 Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Sun, 26 Jun 2022 10:13:27 -0500 Subject: [PATCH 032/113] Ignore testpack failures on Node 16+ Only fail tests if testpack fails on Node 12. Workaround sudden pathing issue that is breaking testpack in Node 16. --- .github/workflows/tests.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e28f6e..376dbd5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,13 @@ jobs: strategy: fail-fast: false matrix: - node-version: [12.x, 16.x, lts/*] + node-version: [12.x] + require-successful-testpack: [true] + include: + - node-version: 16.x + require-successful-testpack: false + - node-version: lts/* + require-successful-testpack: false steps: - name: Checkout repository @@ -39,6 +45,8 @@ jobs: - run: npx testpack-cli --keep=@types/jest,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts working-directory: ./packages/strings-to-regex + # Workaround for #76 + continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov uses: codecov/codecov-action@v3.1.0 From a9fe4ecae110ac88b89d03d25c0469b6b7ac9761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 05:08:38 +0000 Subject: [PATCH 033/113] Bump eslint from 8.18.0 to 8.19.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.19.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.18.0...v8.19.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d14298e..a66f80d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.18.0", + "eslint": "8.19.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From fda792a44b8636367596625e70c721d39e78e4e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Jul 2022 05:06:43 +0000 Subject: [PATCH 034/113] Bump eslint from 8.19.0 to 8.20.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.19.0 to 8.20.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.19.0...v8.20.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a66f80d..8e87f0a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.19.0", + "eslint": "8.20.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From a907e4b6abccfdc710906dfbb255f21514b19089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 05:04:55 +0000 Subject: [PATCH 035/113] Bump eslint from 8.20.0 to 8.21.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.20.0 to 8.21.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.20.0...v8.21.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e87f0a..f77989a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.20.0", + "eslint": "8.21.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From 24bbae8c103490a6e8afba1ff695d766c4c95d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Aug 2022 05:57:43 +0000 Subject: [PATCH 036/113] Bump eslint from 8.21.0 to 8.22.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.21.0...v8.22.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f77989a..f4c2905 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.21.0", + "eslint": "8.22.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From 367f573abd12ec3e86a3df7bfdb8eeaf03cc1394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Aug 2022 05:04:20 +0000 Subject: [PATCH 037/113] Bump eslint from 8.22.0 to 8.23.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.22.0 to 8.23.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.22.0...v8.23.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4c2905..6a59dea 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.22.0", + "eslint": "8.23.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", From 82f3b574c8759beede4a0ad24b77c7269b497579 Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Sat, 10 Sep 2022 13:02:52 -0500 Subject: [PATCH 038/113] Drop Node 12 support Node 12 reached end-of-life on 2022-04-30. --- .github/workflows/tests.yml | 2 +- packages/strings-to-regex/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 376dbd5..25b7dd4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [12.x] + node-version: [14.x] require-successful-testpack: [true] include: - node-version: 16.x diff --git a/packages/strings-to-regex/package.json b/packages/strings-to-regex/package.json index 5819857..2273ecf 100644 --- a/packages/strings-to-regex/package.json +++ b/packages/strings-to-regex/package.json @@ -18,7 +18,7 @@ ], "sideEffects": false, "engines": { - "node": ">=12" + "node": ">=14" }, "scripts": { "build": "tsc -b --clean && tsc -b", From b7a5e3a76a9a53c8f1027160af836e42e50f7532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Sep 2022 18:09:42 +0000 Subject: [PATCH 039/113] Bump @types/jest from 28.1.8 to 29.0.0 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.8 to 29.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- demo/package.json | 2 +- packages/strings-to-regex/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/package.json b/demo/package.json index 683e0ef..fce2ee4 100644 --- a/demo/package.json +++ b/demo/package.json @@ -7,7 +7,7 @@ "test": "jest --coverage" }, "devDependencies": { - "@types/jest": "^28.1.0", + "@types/jest": "^29.0.0", "jest": "^27.5.1", "ts-jest": "^27.1.3", "ts-loader": "^9.1.2", diff --git a/packages/strings-to-regex/package.json b/packages/strings-to-regex/package.json index 2273ecf..2bc3fb7 100644 --- a/packages/strings-to-regex/package.json +++ b/packages/strings-to-regex/package.json @@ -27,7 +27,7 @@ "test": "jest --coverage" }, "devDependencies": { - "@types/jest": "^28.1.0", + "@types/jest": "^29.0.0", "@types/jest-when": "^3.5.0", "jest": "^27.0.1", "jest-when": "^3.1.0", From 872961279fc694089aa7fd79d443d149f3fda03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Sep 2022 18:10:13 +0000 Subject: [PATCH 040/113] Bump eslint-plugin-jest from 26.9.0 to 27.0.4 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.9.0 to 27.0.4. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.9.0...v27.0.4) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a59dea..b4c9202 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-import": "^2.25.3", - "eslint-plugin-jest": "^26.0.0", + "eslint-plugin-jest": "^27.0.4", "prettier": "2.2.1" } } From 97aabc0b16800d41562b30010a57a41daaf175ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Sep 2022 18:16:05 +0000 Subject: [PATCH 041/113] Bump eslint-import-resolver-typescript from 2.7.1 to 3.5.1 Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 2.7.1 to 3.5.1. - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v2.7.1...v3.5.1) --- updated-dependencies: - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4c9202..937aa1c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "eslint": "8.23.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", - "eslint-import-resolver-typescript": "^2.5.0", + "eslint-import-resolver-typescript": "^3.5.1", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jest": "^27.0.4", "prettier": "2.2.1" From 78dff70b4dcac2058cf3e603d46648780a7ebfe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 05:11:15 +0000 Subject: [PATCH 042/113] Bump eslint from 8.23.0 to 8.23.1 Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.23.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.23.0...v8.23.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 937aa1c..fb3bd5d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.23.0", + "eslint": "8.23.1", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From d84197209ba5f2d67496046e7037c2c9d5b24c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Sep 2022 05:04:06 +0000 Subject: [PATCH 043/113] Bump codecov/codecov-action from 3.1.0 to 3.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 25b7dd4..4e851d4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.1 with: fail_ci_if_error: true From e945037f1a38a8c68d4b0f003979a2450bade18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Sep 2022 05:05:37 +0000 Subject: [PATCH 044/113] Bump eslint from 8.23.1 to 8.24.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.23.1 to 8.24.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.23.1...v8.24.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb3bd5d..c1240d5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.23.1", + "eslint": "8.24.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From a129c7689ea55579d1141d15e30bb3a4b39e89f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Oct 2022 05:04:35 +0000 Subject: [PATCH 045/113] Bump eslint from 8.24.0 to 8.25.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.25.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.24.0...v8.25.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1240d5..81216b3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.24.0", + "eslint": "8.25.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 93523a67a095f45b23386e85948200a81dfff7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 05:07:12 +0000 Subject: [PATCH 046/113] Bump eslint from 8.25.0 to 8.26.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.26.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.25.0...v8.26.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81216b3..1dc224e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.25.0", + "eslint": "8.26.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From c9e3d9d6443fc8da862ab2b20009b8d18b6382e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 05:31:40 +0000 Subject: [PATCH 047/113] Bump eslint from 8.26.0 to 8.27.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.27.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.26.0...v8.27.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1dc224e..db0111c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.26.0", + "eslint": "8.27.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From ad4afad8c1bb92931d8deed3b0936c31e76a8ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Nov 2022 05:12:45 +0000 Subject: [PATCH 048/113] Bump eslint from 8.27.0 to 8.28.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.27.0 to 8.28.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.27.0...v8.28.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db0111c..e2d7ea5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.27.0", + "eslint": "8.28.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 8fb5eb4242ec17776508f39624b18d3c6ece4bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 05:02:18 +0000 Subject: [PATCH 049/113] Bump eslint from 8.28.0 to 8.29.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 8.29.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.28.0...v8.29.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2d7ea5..d821015 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.28.0", + "eslint": "8.29.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 7de1717fcd61d0b75fe164dad418b52db1a55127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 05:00:51 +0000 Subject: [PATCH 050/113] Bump eslint from 8.29.0 to 8.30.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.30.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.29.0...v8.30.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d821015..48328bf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.29.0", + "eslint": "8.30.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 97099f39b9ca688612499381e7195402e7b722e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 05:02:42 +0000 Subject: [PATCH 051/113] Bump eslint from 8.30.0 to 8.31.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.30.0 to 8.31.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.30.0...v8.31.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48328bf..cd9d41b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.30.0", + "eslint": "8.31.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From fb5df8e8f39f9338433f49b4840f4b5efbdf6c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 05:03:15 +0000 Subject: [PATCH 052/113] Bump eslint from 8.31.0 to 8.32.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.31.0 to 8.32.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.31.0...v8.32.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd9d41b..937d216 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.31.0", + "eslint": "8.32.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 94153bae2b015b085b4a5288ca9d4e9a922428d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 05:01:14 +0000 Subject: [PATCH 053/113] Bump eslint from 8.32.0 to 8.33.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.32.0 to 8.33.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.32.0...v8.33.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 937d216..78d7ebe 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.32.0", + "eslint": "8.33.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 9f4029e3f209b4e79c844a83c37d17b71a00841b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 05:59:24 +0000 Subject: [PATCH 054/113] Bump eslint from 8.33.0 to 8.34.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.34.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78d7ebe..cb6f2a3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.33.0", + "eslint": "8.34.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 73f3c65f4d42eea3c8af2555791b88aa43ae6ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 06:53:51 +0000 Subject: [PATCH 055/113] Bump eslint from 8.34.0 to 8.35.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.34.0 to 8.35.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.34.0...v8.35.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb6f2a3..67b37ef 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.34.0", + "eslint": "8.35.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 837818a7b60625f04d781e83d1b18cb8af0dfe6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 05:59:04 +0000 Subject: [PATCH 056/113] Bump eslint from 8.35.0 to 8.36.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.36.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.35.0...v8.36.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67b37ef..2ae0c19 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.35.0", + "eslint": "8.36.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From b28a39c21dbeaf52ebbb3aa6a3ed09cc2bdb65ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 06:01:51 +0000 Subject: [PATCH 057/113] Bump eslint from 8.36.0 to 8.37.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.36.0 to 8.37.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.36.0...v8.37.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ae0c19..0ab68cc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.36.0", + "eslint": "8.37.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 7d872cf4433a8eabd846df9b8238937fc714ba7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Apr 2023 05:59:01 +0000 Subject: [PATCH 058/113] Bump eslint from 8.37.0 to 8.38.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.37.0 to 8.38.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.37.0...v8.38.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ab68cc..885eec7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.37.0", + "eslint": "8.38.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From cf01c500955c490d4804c9d6306c6998abbfe2b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 05:57:06 +0000 Subject: [PATCH 059/113] Bump codecov/codecov-action from 3.1.1 to 3.1.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4e851d4..750a6b1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.2 with: fail_ci_if_error: true From 465b04deb1a7ac234269d745854aba5e2b7d681d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 05:59:17 +0000 Subject: [PATCH 060/113] Bump eslint from 8.38.0 to 8.39.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.38.0 to 8.39.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.38.0...v8.39.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 885eec7..6b6099e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.38.0", + "eslint": "8.39.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 55c3ee610b4162256a822c34f6727e3200047744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 06:00:05 +0000 Subject: [PATCH 061/113] Bump codecov/codecov-action from 3.1.2 to 3.1.3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 750a6b1..bf0b43b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v3.1.2 + uses: codecov/codecov-action@v3.1.3 with: fail_ci_if_error: true From 5137e0409482ba0a74164ac1d8a97165af16fa7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 05:58:53 +0000 Subject: [PATCH 062/113] Bump eslint from 8.39.0 to 8.40.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.39.0 to 8.40.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.39.0...v8.40.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b6099e..8c7fd5e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.39.0", + "eslint": "8.40.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 3f71766d721a0aa8764067021da9128034911a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 May 2023 05:56:33 +0000 Subject: [PATCH 063/113] Bump codecov/codecov-action from 3.1.3 to 3.1.4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf0b43b..9e755c5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v3.1.3 + uses: codecov/codecov-action@v3.1.4 with: fail_ci_if_error: true From e60c898f0ce30c2696bf503718372ef045eb2379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 May 2023 05:58:09 +0000 Subject: [PATCH 064/113] Bump eslint from 8.40.0 to 8.41.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.41.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.40.0...v8.41.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c7fd5e..ab0557f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.40.0", + "eslint": "8.41.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From b1f197c42aeff83c49ce2a533616a99f78ad9b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 05:57:34 +0000 Subject: [PATCH 065/113] Bump eslint from 8.41.0 to 8.42.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.42.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.41.0...v8.42.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab0557f..1fb470b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.41.0", + "eslint": "8.42.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 40d5d727a3801586b9d0e8484b72554af1b212b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 06:03:27 +0000 Subject: [PATCH 066/113] Bump eslint from 8.42.0 to 8.43.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.43.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.42.0...v8.43.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fb470b..0649dbb 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.42.0", + "eslint": "8.43.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 81544cda5c42bc535580709a878a51d9161b8ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 05:05:53 +0000 Subject: [PATCH 067/113] Bump eslint from 8.43.0 to 8.44.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.43.0 to 8.44.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.43.0...v8.44.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0649dbb..8c192ce 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.43.0", + "eslint": "8.44.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 353909b6c34741a65b94b3aed104688de950f276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 05:42:58 +0000 Subject: [PATCH 068/113] Bump eslint from 8.44.0 to 8.45.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.44.0...v8.45.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c192ce..49a2871 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.44.0", + "eslint": "8.45.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 009a0149bffe84ef1c370691582febe4d31de308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 05:27:27 +0000 Subject: [PATCH 069/113] Bump eslint from 8.45.0 to 8.46.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.45.0...v8.46.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49a2871..ed0ec89 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.45.0", + "eslint": "8.46.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From 9cf21df7ac7e7547a9c509063a6e8b6d154f7b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 05:57:45 +0000 Subject: [PATCH 070/113] Bump eslint-config-prettier from 8.10.0 to 9.0.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.10.0 to 9.0.0. - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.10.0...v9.0.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed0ec89..dc470e0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@typescript-eslint/parser": "^5.6.0", "eslint": "8.46.0", "eslint-config-airbnb-base": "15.0.0", - "eslint-config-prettier": "^8.3.0", + "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.5.1", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jest": "^27.0.4", From c8d01a9302b9f6187193888ffb78e077d89a7674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 05:58:18 +0000 Subject: [PATCH 071/113] Bump eslint from 8.46.0 to 8.47.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.46.0 to 8.47.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.46.0...v8.47.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed0ec89..501c36e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.46.0", + "eslint": "8.47.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^3.5.1", From ef787347f4c3901ea6ef52e40e0af48a4cf5581f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 05:56:47 +0000 Subject: [PATCH 072/113] Bump eslint from 8.47.0 to 8.48.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.48.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.47.0...v8.48.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69b1474..5be4f36 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.47.0", + "eslint": "8.48.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.5.1", From f06e661f52a6659ba6bf2a0b229fd9b754cdca54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 05:32:40 +0000 Subject: [PATCH 073/113] Bump eslint from 8.48.0 to 8.49.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.49.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5be4f36..1af30fd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.48.0", + "eslint": "8.49.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.5.1", From f44c96a7c6ddcbd9b471a63e37d919c8da75e508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 05:48:51 +0000 Subject: [PATCH 074/113] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index c2c4c09..1aaf532 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9e755c5..00f8a24 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: '2' From 08d67491d799b4ea350252bbe42843d2d4cd19f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 05:19:47 +0000 Subject: [PATCH 075/113] Bump eslint from 8.49.0 to 8.50.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1af30fd..0c18e73 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.49.0", + "eslint": "8.50.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.5.1", From 20f39444c912983048cb3fab34d3822d7f84b49f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 05:07:49 +0000 Subject: [PATCH 076/113] Bump eslint from 8.50.0 to 8.51.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.50.0...v8.51.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c18e73..cb374c5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.50.0", + "eslint": "8.51.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.5.1", From f286f03d977f6e3f342023b583874800e987b349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 05:05:10 +0000 Subject: [PATCH 077/113] Bump eslint from 8.51.0 to 8.52.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.51.0...v8.52.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb374c5..30e9e8f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.51.0", + "eslint": "8.52.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.5.1", From 1c2dbca62d013a56454717fbba3a3fa30848aa39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 05:01:13 +0000 Subject: [PATCH 078/113] Bump actions/setup-node from 3 to 4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 00f8a24..a8204b1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: '2' - name: Test on Node ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} From 99517c10658dbf0cba62ea269a4e7c26db6a4ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 05:48:09 +0000 Subject: [PATCH 079/113] Bump eslint from 8.52.0 to 8.53.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.52.0...v8.53.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30e9e8f..0e496cc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.52.0", + "eslint": "8.53.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.5.1", From d95dc2659c37ad616ed9e6050dcdba36e9aed7fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 05:08:59 +0000 Subject: [PATCH 080/113] Bump eslint from 8.53.0 to 8.54.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.53.0...v8.54.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e496cc..3b1f092 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.53.0", + "eslint": "8.54.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.5.1", From 6b776e1666f565952ec280ba7d1bb76f1d11180b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 05:05:23 +0000 Subject: [PATCH 081/113] Bump eslint from 8.54.0 to 8.55.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.54.0...v8.55.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b1f092..dd6117d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.54.0", + "eslint": "8.55.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.5.1", From 0ea38c5bba954e0d36658dfaf1d851ed267b00d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 05:07:09 +0000 Subject: [PATCH 082/113] Bump github/codeql-action from 2 to 3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 1aaf532..3154363 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -25,12 +25,12 @@ jobs: uses: actions/checkout@v4 - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 From de7dba34ae5d5c83b47cbe78e5e52f7c081aab02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 05:37:32 +0000 Subject: [PATCH 083/113] Bump eslint from 8.55.0 to 8.56.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.55.0...v8.56.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd6117d..bf091ea 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.55.0", + "eslint": "8.56.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.5.1", From 62fe717d296d544badb1caf27f1e0da4a69d2e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 05:23:03 +0000 Subject: [PATCH 084/113] Bump codecov/codecov-action from 3.1.4 to 3.1.5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a8204b1..f6ea1b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v3.1.5 with: fail_ci_if_error: true From 76b8eaf3b66a6122f4bca264ac7d035053b2b4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 05:35:11 +0000 Subject: [PATCH 085/113] Bump eslint from 8.56.0 to 8.57.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf091ea..9d8dd94 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", - "eslint": "8.56.0", + "eslint": "8.57.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.5.1", From df15563ed055b6c56469f9d3944996902bc8da72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 05:01:51 +0000 Subject: [PATCH 086/113] Bump codecov/codecov-action from 3.1.5 to 4.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 4.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.5...v4.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f6ea1b0..fda6f7e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v4.1.0 with: fail_ci_if_error: true From b45e271b0a8b8d8855aa1db2230dce0bdf3c28f1 Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Sat, 16 Mar 2024 00:36:34 -0500 Subject: [PATCH 087/113] Specify CodeCov upload token v4 of the CodeCov GitHub action no longer supports tokenless uploading. --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fda6f7e..bd1e0c7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,6 +52,8 @@ jobs: uses: codecov/codecov-action@v4.1.0 with: fail_ci_if_error: true + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Run Snyk to check for vulnerabilities if: ${{ github.actor != 'dependabot[bot]' }} From cb87415fd60926bd05aba15425ddc1feb9a1b23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 05:33:11 +0000 Subject: [PATCH 088/113] Bump codecov/codecov-action from 4.1.0 to 4.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bd1e0c7..7b4f81f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.1.1 with: fail_ci_if_error: true env: From aef8f9f3e4695ff6a93bbda3a2119f67032246ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 05:09:09 +0000 Subject: [PATCH 089/113] Bump codecov/codecov-action from 4.1.1 to 4.2.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7b4f81f..1538b33 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.2.0 with: fail_ci_if_error: true env: From 4bffa6b6d6a7ffa637e42c884deb3231e9d31ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 05:06:29 +0000 Subject: [PATCH 090/113] Bump codecov/codecov-action from 4.2.0 to 4.3.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1538b33..ef39b3c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v4.2.0 + uses: codecov/codecov-action@v4.3.0 with: fail_ci_if_error: true env: From c5efbe9ac858e03ba283fb8641a7b3170fe92016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 05:40:52 +0000 Subject: [PATCH 091/113] Bump codecov/codecov-action from 4.3.0 to 4.3.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ef39b3c..7144503 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.3.1 with: fail_ci_if_error: true env: From 476b2ddd5a4c22b3e7f318699e68e4b292151041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 05:07:49 +0000 Subject: [PATCH 092/113] Bump codecov/codecov-action from 4.3.1 to 4.4.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7144503..07b6375 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.0 with: fail_ci_if_error: true env: From 3fa38c61aec5038423feb94b2655ac59d171d733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 05:28:25 +0000 Subject: [PATCH 093/113] Bump codecov/codecov-action from 4.4.0 to 4.4.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 07b6375..f31f9ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v4.4.0 + uses: codecov/codecov-action@v4.4.1 with: fail_ci_if_error: true env: From dceb3dd1a281ac3808fc59e2768d3187a2530645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 05:19:07 +0000 Subject: [PATCH 094/113] Bump codecov/codecov-action from 4.4.1 to 4.5.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f31f9ad..35569c5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: fail_ci_if_error: true env: From 04f613f1d0cf43e2ee8b21214c2af691927c6736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 05:08:46 +0000 Subject: [PATCH 095/113] Bump codecov/codecov-action from 4.5.0 to 4.6.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 35569c5..5c6f0cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 with: fail_ci_if_error: true env: From c194e02985023614a760b745fd25b7ea030c137e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 05:21:35 +0000 Subject: [PATCH 096/113] Bump codecov/codecov-action from 4.6.0 to 5.0.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.6.0...v5.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5c6f0cd..3f97ad2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.2 with: fail_ci_if_error: true env: From 89d3b8e6b2d9f45ca8e04e9d52f95b2b25aba607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 05:26:24 +0000 Subject: [PATCH 097/113] Bump codecov/codecov-action from 5.0.2 to 5.0.7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.0.2...v5.0.7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3f97ad2..6c5ae25 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.7 with: fail_ci_if_error: true env: From e1a3c0fdf96ba330f5ad7f2e52e7d1e4e6f0036f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 05:50:52 +0000 Subject: [PATCH 098/113] Bump codecov/codecov-action from 5.0.7 to 5.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.0.7...v5.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6c5ae25..dcb5fd9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.1 with: fail_ci_if_error: true env: From 91b1f73a1c50dfd11cff3174dfa1b37bdeabb3d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 05:10:00 +0000 Subject: [PATCH 099/113] Bump codecov/codecov-action from 5.1.1 to 5.1.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dcb5fd9..38998b9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: continue-on-error: ${{ !matrix.require-successful-testpack }} - name: Upload test coverage report to Codecov - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: fail_ci_if_error: true env: From 4bd12642af38f2d25a2a34dcb73a2989ce198e38 Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Tue, 31 Dec 2024 23:24:22 -0600 Subject: [PATCH 100/113] Replace polyfill.io with Cloudflare CDN The polyfill.io domain was compromised and no longer resolves. https://blog.cloudflare.com/automatically-replacing-polyfill-io-links-with-cloudflares-mirror-for-a-safer-internet/ --- demo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.html b/demo/index.html index 7a837fc..fe737f4 100644 --- a/demo/index.html +++ b/demo/index.html @@ -42,7 +42,7 @@ /> - + From 4bec9f34eaca39c183fae62aab6685eeb9203532 Mon Sep 17 00:00:00 2001 From: Drew Scheller Date: Tue, 31 Dec 2024 23:24:48 -0600 Subject: [PATCH 101/113] Update demo copyright to 2025 --- demo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.html b/demo/index.html index fe737f4..a6e567b 100644 --- a/demo/index.html +++ b/demo/index.html @@ -163,7 +163,7 @@