Skip to content

Commit

Permalink
chore(deps): update all dependencies j:kit-282 (#2579)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies j:kit-282

* stabilize

stabilize

* patch

* bump-cypress-timeout

* stabilize ut

* stabilize types

* stabilize types

* typo

* timeout everywhere

* stabilize eslint

* bump cypress wait-on timeout everywhere

* fix ghost dep

* result-text do not err when not present in DOM, caused by #3053

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Louis Bompart <[email protected]>
  • Loading branch information
renovate[bot] and louis-bompart authored Sep 15, 2023
1 parent 71f9c0c commit 7548125
Show file tree
Hide file tree
Showing 54 changed files with 36,697 additions and 46,455 deletions.
94 changes: 94 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
const {resolve} = require('path');
const gtsPkgJsonPath = require.resolve('gts/package.json');
const gtsPath = resolve(gtsPkgJsonPath, '..');

module.exports = {
ignorePatterns: [
'node_modules',
'stencil-generated',
'dist',
'www',
'!.storybook',
],
env: {
jest: true,
es6: true,
},
extends: ['plugin:prettier/recommended'],
parserOptions: {
ecmaVersion: 2020,
sourceType: 'module',
},
overrides: [
{
files: ['**/package-lock.json'],
parser: 'eslint-plugin-json-es',
plugins: ['package-lock'],
rules: {
'package-lock/lock-file-version': [
'error',
{
version: 3,
},
],
},
},
{
files: ['**/*.ts', '**/*.tsx', '**/*.js', '**/*.jsx', '**/*.mjs'],
extends: ['plugin:@cspell/recommended'],
rules: {
'@cspell/spellchecker': ['error'],
},
},
{
files: ['**/*.ts', '**/*.tsx'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
extends: [gtsPath],
parserOptions: {
jsxPragma: 'h',
},
rules: {
'@typescript-eslint/no-unused-vars': [
'error',
{
ignoreRestSiblings: true,
argsIgnorePattern: '^_',
varsIgnorePattern: '^_',
},
],
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/no-empty-interface': [
'error',
{
allowSingleExtends: true,
},
],
},
},
{
files: ['**/*.js', '**/*.jsx'],
extends: ['eslint:recommended'],
rules: {
'no-unused-vars': [
'error',
{
argsIgnorePattern: '^_',
},
],
},
env: {
node: true,
},
},
{
files: '**/*.mjs',
parserOptions: {
sourceType: 'module',
ecmaVersion: 2022,
},
},
],
root: true,
};
90 changes: 0 additions & 90 deletions .eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions .github/actions/e2e-atomic-hosted-page/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ runs:
command-prefix: 'npx -w @coveo/atomic-hosted-page cypress-repeat run -n 3 --until-passes --rerun-failed-only --'
start: npx nx run atomic-hosted-page:dev
wait-on: 'http://localhost:3335'
wait-on-timeout: 600000
install: false
record: false
- uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .github/actions/e2e-atomic-insight-panel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ runs:
config-file: cypress-insight-panel.config.ts
start: npx nx run atomic:prod
wait-on: 'http://localhost:3333'
wait-on-timeout: 600000
install: false
record: false
1 change: 1 addition & 0 deletions .github/actions/e2e-atomic-next/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ runs:
command-prefix: 'npx -w @coveo/atomic-next-samples cypress-repeat run -n 3 --until-passes --rerun-failed-only --'
start: npx nx run atomic-next-samples:dev
wait-on: 'http://localhost:3000'
wait-on-timeout: 600000
install: false
record: false

Expand Down
1 change: 1 addition & 0 deletions .github/actions/e2e-atomic-react/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ runs:
command-prefix: 'npx -w @coveo/atomic-react-samples cypress-repeat run -n 3 --until-passes --rerun-failed-only --'
start: npx nx run atomic-react-samples:dev
wait-on: 'http://localhost:3000'
wait-on-timeout: 600000
install: false
record: false
- uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .github/actions/e2e-atomic-screenshots/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
config-file: cypress-screenshots.config.ts
start: npx nx run atomic:prod
wait-on: 'http://localhost:3333'
wait-on-timeout: 600000
install: false
record: false
- uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .github/actions/e2e-atomic/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ runs:
spec: ${{ inputs.spec }}
start: npx nx run atomic:prod
wait-on: 'http://localhost:3333'
wait-on-timeout: 600000
install: false
record: false
env:
Expand Down
1 change: 1 addition & 0 deletions .github/actions/e2e-headless-ssr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ runs:
command-prefix: 'npm run -w @coveo/headless-ssr-samples e2e'
start: npx nx run headless-ssr-samples:prod
wait-on: 'http://localhost:3000'
wait-on-timeout: 600000
install: false
record: false

Expand Down
1 change: 1 addition & 0 deletions .github/actions/e2e-iife/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ runs:
command-prefix: 'npx -w @coveo/iife-samples cypress-repeat run -n 3 --until-passes --rerun-failed-only --'
start: npx nx run iife-samples:prod
wait-on: 'http://localhost:3000'
wait-on-timeout: 600000
install: false
record: false

Expand Down
1 change: 1 addition & 0 deletions .github/actions/e2e-stencil/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ runs:
command-prefix: 'npx -w @coveo/atomic-stencil-samples cypress-repeat run -n 3 --until-passes --rerun-failed-only --'
start: npx nx run atomic-stencil-samples:dev
wait-on: 'http://localhost:3666'
wait-on-timeout: 600000
install: false
record: false
- uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .github/actions/e2e-vuejs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ runs:
command-prefix: 'npx -w @coveo/atomic-vuejs-samples cypress-repeat run -n 3 --until-passes --rerun-failed-only --'
start: npx nx run atomic-vuejs-samples:dev
wait-on: 'http://localhost:8080'
wait-on-timeout: 600000
install: false
record: false
- uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
],
"negativeCommonNonProduction": [
"!{projectRoot}/.eslintrc.json",
"!{projectRoot}/.eslintrc.js",
"!{projectRoot}/.gitignore",
"!{projectRoot}/.editorconfig",
"!{projectRoot}/.lint-staged.config.js",
Expand Down
Loading

0 comments on commit 7548125

Please sign in to comment.