Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4398 npm update #4402

Merged
merged 6 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,4 @@ module.exports = {
},
],
},
overrides: [
{ files: ["**/*.spec.*"], extends: ["plugin:cypress/recommended"] },
],
};
10 changes: 5 additions & 5 deletions actions/changed-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"micromatch": "^4.0.5",
"simple-git": "^3.19.0"
"@actions/core": "^1.11.1",
"micromatch": "^4.0.8",
"simple-git": "^3.27.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/micromatch": "^4.0.2"
"@jest/globals": "^29.7.0",
"@types/micromatch": "^4.0.9"
}
}
8 changes: 4 additions & 4 deletions actions/paths-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.11.1",
"@actions/github": "^5.1.1",
"@octokit/webhooks-types": "^6.11.0",
"js-yaml": "^4.1.0",
"micromatch": "^4.0.5"
"micromatch": "^4.0.8"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/micromatch": "^4.0.2"
"@types/js-yaml": "^4.0.9",
"@types/micromatch": "^4.0.9"
}
}
9 changes: 0 additions & 9 deletions cypress/plugins/index.js

This file was deleted.

169 changes: 0 additions & 169 deletions cypress/support/e2e.js

This file was deleted.

108 changes: 0 additions & 108 deletions cypress/support/index.d.ts

This file was deleted.

3 changes: 1 addition & 2 deletions doc-utils/component-example.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@
}

.jkl-device {
overflow-x: auto;
overflow-y: hidden;
overflow: auto hidden;
max-width: calc(100vw - 600px);
width: 100%;

Expand Down
1 change: 1 addition & 0 deletions jest/setupTests.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { configure } from "@testing-library/react";
import "@testing-library/jest-dom/extend-expect";
// @ts-ignore
import prettier from "prettier";
import { toHaveNoViolations } from "jest-axe";

Expand Down
Loading
Loading