Skip to content

Commit 947e245

Browse files
chore(deps-dev): bump jest from 30.0.4 to 30.0.5 in the dependencies group (#1692)
* chore(deps-dev): bump jest in the dependencies group Bumps the dependencies group with 1 update: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). Updates `jest` from 30.0.4 to 30.0.5 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Update linter config, README, and CSS selector Disabled unused linter validations in super-linter workflow. Added website and Lighthouse URLs to the README for easier access. Changed CSS attribute selector quotes for dark theme header to single quotes for consistency. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Oliff <christian_oliff@trimble.com>
1 parent dc0ef64 commit 947e245

5 files changed

Lines changed: 680 additions & 427 deletions

File tree

.github/workflows/super-linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,16 @@ jobs:
4242
VALIDATE_BASH: false
4343
VALIDATE_CHECKOV: false
4444
VALIDATE_CSS: false
45+
VALIDATE_CSS_PRETTIER: false
4546
VALIDATE_EDITORCONFIG: false
4647
VALIDATE_GIT_COMMITLINT: false
4748
VALIDATE_HTML: false
4849
VALIDATE_HTML_PRETTIER: false
4950
VALIDATE_JAVASCRIPT_ES: false
5051
VALIDATE_JAVASCRIPT_PRETTIER: false
51-
VALIDATE_JAVASCRIPT_STANDARD: false
5252
VALIDATE_JSON: false
5353
VALIDATE_JSON_PRETTIER: false
5454
VALIDATE_JSCPD: false
5555
VALIDATE_NATURAL_LANGUAGE: false
5656
VALIDATE_TYPESCRIPT_ES: false
5757
VALIDATE_TYPESCRIPT_PRETTIER: false
58-
VALIDATE_TYPESCRIPT_STANDARD: false

0 commit comments

Comments
 (0)