-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: hoverinc/hover-javascript
base: v6.65.0
head repository: hoverinc/hover-javascript
compare: main
Commits on Jan 24, 2022
-
feat(deps): bump eslint-plugin-import from 2.25.3 to 2.25.4
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.3 to 2.25.4. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.25.3...v2.25.4) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b6fdfc5 - Browse repository at this point
Copy the full SHA b6fdfc5View commit details
Commits on Feb 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1afb9db - Browse repository at this point
Copy the full SHA 1afb9dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e3882 - Browse repository at this point
Copy the full SHA 99e3882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 874fdc0 - Browse repository at this point
Copy the full SHA 874fdc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1017028 - Browse repository at this point
Copy the full SHA 1017028View commit details -
Configuration menu - View commit details
-
Copy full SHA for f50c38e - Browse repository at this point
Copy the full SHA f50c38eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 169898a - Browse repository at this point
Copy the full SHA 169898aView commit details -
fix(api/test): forward ts-jest utils from
ts-jest
,mocked
from JestConfiguration menu - View commit details
-
Copy full SHA for 308613b - Browse repository at this point
Copy the full SHA 308613bView commit details -
build: set
skipLibCheck
... ts-jest and jest aren't playing nicelyI'm not exactly sure why as `ts-jest` looks to be implementing Jest's `SyncTransform` type properly.
Configuration menu - View commit details
-
Copy full SHA for 5c08ac3 - Browse repository at this point
Copy the full SHA 5c08ac3View commit details -
fix(config/jest): set
ts-jest
transform unconditionallyNo alternative is provided, so this would break things anyways unless a dependent project provided its own transform. This unambiguously makes `ts-jest` the default transform and project can always explicitly override the transform in its `jest.config`
Configuration menu - View commit details
-
Copy full SHA for 2e9b18f - Browse repository at this point
Copy the full SHA 2e9b18fView commit details
Commits on Feb 3, 2022
-
Revert "fix(config/jest): set
ts-jest
transform unconditionally"This reverts commit 2e9b18f.
Configuration menu - View commit details
-
Copy full SHA for 0badbb3 - Browse repository at this point
Copy the full SHA 0badbb3View commit details -
Revert "build: set
skipLibCheck
... ts-jest and jest aren't playing ……nicely" This reverts commit 5c08ac3.
Configuration menu - View commit details
-
Copy full SHA for 3ab9ff6 - Browse repository at this point
Copy the full SHA 3ab9ff6View commit details -
Revert "fix(api/test): forward ts-jest utils from
ts-jest
,mocked
…… from Jest" This reverts commit 308613b.
Configuration menu - View commit details
-
Copy full SHA for 27382c7 - Browse repository at this point
Copy the full SHA 27382c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcc6932 - Browse repository at this point
Copy the full SHA bcc6932View commit details -
feat(deps): bump lint-staged from 11.1.2 to 12.3.3
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.1.2 to 12.3.3. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v11.1.2...v12.3.3) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 4c9a077 - Browse repository at this point
Copy the full SHA 4c9a077View commit details -
feat(deps): bump @typescript-eslint/eslint-plugin from 5.10.0 to 5.10.2
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.10.0 to 5.10.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.2/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for f19b195 - Browse repository at this point
Copy the full SHA f19b195View commit details -
feat(deps): bump is-ci from 3.0.0 to 3.0.1
Bumps [is-ci](https://github.com/watson/is-ci) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/watson/is-ci/releases) - [Changelog](https://github.com/watson/is-ci/blob/master/CHANGELOG.md) - [Commits](watson/is-ci@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: is-ci dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for cac4849 - Browse repository at this point
Copy the full SHA cac4849View commit details -
fix: resolve package binaries without
require
ing thepackage.json
The `resolveBin` util was using `require('package-name/package.json')` to read the `bin` field of packages, but that blows up for ESM packages as an export map is required to define the package entrypoint and who's gonna add `package.json` as a package entry?
Configuration menu - View commit details
-
Copy full SHA for 7865fcf - Browse repository at this point
Copy the full SHA 7865fcfView commit details -
feat(deps): bump jest from 27.3.1 to 27.4.7
Bumps [jest](https://github.com/facebook/jest) from 27.3.1 to 27.4.7. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](jestjs/jest@v27.3.1...v27.4.7) --- updated-dependencies: - dependency-name: jest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 66e9948 - Browse repository at this point
Copy the full SHA 66e9948View commit details
Commits on Feb 4, 2022
-
feat(deps): bump @commitlint/config-conventional from 13.1.0 to 16.0.0
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 13.1.0 to 16.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.0.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c8eda77 - Browse repository at this point
Copy the full SHA c8eda77View commit details -
feat(deps): bump @commitlint/cli from 13.1.0 to 16.1.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 13.1.0 to 16.1.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.1.0/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 7a35bef - Browse repository at this point
Copy the full SHA 7a35befView commit details -
fix: resolve package binaries correctly (fixes all scripts)
The previous `resolveBin` modification actually broke all scripts (including `validate` which is used on CI, which caused false positives for everything.
Configuration menu - View commit details
-
Copy full SHA for 109b510 - Browse repository at this point
Copy the full SHA 109b510View commit details -
feat(deps): bump @commitlint/prompt from 13.1.0 to 16.1.0
Bumps [@commitlint/prompt](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/prompt) from 13.1.0 to 16.1.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/prompt/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.1.0/@commitlint/prompt) --- updated-dependencies: - dependency-name: "@commitlint/prompt" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b54b998 - Browse repository at this point
Copy the full SHA b54b998View commit details -
feat(deps): bump prettier from 2.4.1 to 2.5.1
Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.4.1...2.5.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for cbbd082 - Browse repository at this point
Copy the full SHA cbbd082View commit details -
feat(deps): bump typescript from 4.4.3 to 4.5.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.5.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.4.3...v4.5.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 83fe1e7 - Browse repository at this point
Copy the full SHA 83fe1e7View commit details -
feat(deps): 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](eslint/eslint@v8.7.0...v8.8.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 756d861 - Browse repository at this point
Copy the full SHA 756d861View commit details -
feat(deps): bump yargs-parser from 20.2.9 to 21.0.0
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 20.2.9 to 21.0.0. - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md) - [Commits](yargs/yargs-parser@yargs-parser-v20.2.9...yargs-parser-v21.0.0) --- updated-dependencies: - dependency-name: yargs-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for ff80d73 - Browse repository at this point
Copy the full SHA ff80d73View commit details -
build(deps-dev): bump @babel/core from 7.16.0 to 7.17.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.0 to 7.17.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.17.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 4dcc21b - Browse repository at this point
Copy the full SHA 4dcc21bView commit details -
feat(deps): bump @typescript-eslint/parser from 5.4.0 to 5.10.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.4.0 to 5.10.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.10.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 511b18f - Browse repository at this point
Copy the full SHA 511b18fView commit details -
test(scripts/pre-commit): remove extraneous quotes in custom test com…
…mand cases Only the OS/shell should remove the quotes: yargs/yargs#1324
Configuration menu - View commit details
-
Copy full SHA for cb737d5 - Browse repository at this point
Copy the full SHA cb737d5View commit details -
feat(deps): bump concurrently from 6.2.2 to 7.0.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.2.2 to 7.0.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v6.2.2...v7.0.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b1d8747 - Browse repository at this point
Copy the full SHA b1d8747View commit details -
feat(deps): bump concurrently from 6.2.2 to 7.0.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.2.2 to 7.0.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v6.2.2...v7.0.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 91ba8d8 - Browse repository at this point
Copy the full SHA 91ba8d8View commit details -
feat(deps): 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](jest-community/eslint-plugin-jest@v25.7.0...v26.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 880c910 - Browse repository at this point
Copy the full SHA 880c910View commit details -
Configuration menu - View commit details
-
Copy full SHA for 316119a - Browse repository at this point
Copy the full SHA 316119aView commit details -
build(deps-dev): bump @babel/cli from 7.15.7 to 7.17.0
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.15.7 to 7.17.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.17.0/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 70bb974 - Browse repository at this point
Copy the full SHA 70bb974View commit details
Commits on Feb 8, 2022
-
feat(deps): bump @types/node from 17.0.15 to 17.0.16
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.15 to 17.0.16. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 32cbc78 - Browse repository at this point
Copy the full SHA 32cbc78View commit details
Commits on Feb 9, 2022
-
build(deps-dev): bump @babel/core from 7.17.0 to 7.17.2
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.0 to 7.17.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.17.2/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b81b66 - Browse repository at this point
Copy the full SHA 9b81b66View commit details
Commits on Feb 11, 2022
-
feat(deps): bump @types/node from 17.0.16 to 17.0.17
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.16 to 17.0.17. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for fb9414f - Browse repository at this point
Copy the full SHA fb9414fView commit details
Commits on Feb 14, 2022
-
feat(deps): bump lint-staged from 12.3.3 to 12.3.4
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.3.3 to 12.3.4. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v12.3.3...v12.3.4) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e929b25 - Browse repository at this point
Copy the full SHA e929b25View commit details
Commits on Mar 2, 2022
-
feat(deps): bump eslint-plugin-jest from 26.0.0 to 26.1.1
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.0.0 to 26.1.1. - [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](jest-community/eslint-plugin-jest@v26.0.0...v26.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c725ca1 - Browse repository at this point
Copy the full SHA c725ca1View commit details -
feat(deps): bump @typescript-eslint/eslint-plugin from 5.10.2 to 5.13.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.10.2 to 5.13.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.13.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2c06c7b - Browse repository at this point
Copy the full SHA 2c06c7bView commit details -
build(deps-dev): bump @babel/cli from 7.17.0 to 7.17.6
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.17.0 to 7.17.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.17.6/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 4ae412a - Browse repository at this point
Copy the full SHA 4ae412aView commit details
Commits on Mar 4, 2022
-
feat(deps): bump @typescript-eslint/parser from 5.10.2 to 5.13.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.10.2 to 5.13.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.13.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 9bca982 - Browse repository at this point
Copy the full SHA 9bca982View commit details
Commits on Apr 1, 2022
-
build: fix duet commit message integration
Co-authored-by: Max Pleaner <maxpleaner@hover.to>
Configuration menu - View commit details
-
Copy full SHA for f55a431 - Browse repository at this point
Copy the full SHA f55a431View commit details -
feat(deps): bump @commitlint/config-conventional from 16.0.0 to 16.2.1
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 16.0.0 to 16.2.1. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.1/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5aa2c63 - Browse repository at this point
Copy the full SHA 5aa2c63View commit details -
feat(deps): bump ansi-regex from 3.0.0 to 3.0.1
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](chalk/ansi-regex@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 4460c1f - Browse repository at this point
Copy the full SHA 4460c1fView commit details
Commits on Apr 12, 2022
-
feat(config/eslint): disable
class-methods-use-this
ruleIt makes the interface less stable. If you change a method between instance and class, you have to change all invocations. Whether or not it uses `this` is an implementation detail that should not matter for the interface Co-authored-by: Jamie Rolfs <jamie.rolfs@hover.to>
Configuration menu - View commit details
-
Copy full SHA for ba848a9 - Browse repository at this point
Copy the full SHA ba848a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for db098a2 - Browse repository at this point
Copy the full SHA db098a2View commit details
Commits on Jun 1, 2022
-
feat(deps): bump jest from 27.4.7 to 27.5.1
Bumps [jest](https://github.com/facebook/jest) from 27.4.7 to 27.5.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](jestjs/jest@v27.4.7...v27.5.1) --- updated-dependencies: - dependency-name: jest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3e48301 - Browse repository at this point
Copy the full SHA 3e48301View commit details -
feat(deps): bump eslint-config-prettier from 8.3.0 to 8.5.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.3.0 to 8.5.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v8.3.0...v8.5.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e3634cb - Browse repository at this point
Copy the full SHA e3634cbView commit details
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.