Skip to content

Commit

Permalink
Merge pull request #34 from joomcode/fix/deps-in-docker-image
Browse files Browse the repository at this point in the history
fix: error with `get-modules-graph` dependencies in docker image
  • Loading branch information
uid11 authored Sep 23, 2023
2 parents a76d8fb + 72fa9ce commit 0e82cdd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

feat: add `stabilizationInterval` option to all actions with `waitForInterfaceStabilization`

- [refactor: rename getLocatorProperty to getDescriptionFromSelector](https://github.com/joomcode/e2ed/commit/fda2c3264a529ba0c38256130570a16e28fb48fb) ([uid11](https://github.com/uid11))
- [refactor: rename `getLocatorFromSelector` to `getDescriptionFromSelector`](https://github.com/joomcode/e2ed/commit/fda2c3264a529ba0c38256130570a16e28fb48fb) ([uid11](https://github.com/uid11))

## [v0.14.19](https://github.com/joomcode/e2ed/tree/v0.14.19) (2023-08-30)

Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ COPY ./package-lock.json .
RUN npm install --legacy-peer-deps=true --no-save --omit=dev --omit=peer && npm cache clean --force
RUN rm -rf package-lock.json ./node_modules/@types ./node_modules/.bin ./node_modules/.package-lock.json
RUN mv ./node_modules/create-locator /node_modules/create-locator
RUN mv ./node_modules/get-modules-graph /node_modules/get-modules-graph
COPY ./node_modules/typescript ./node_modules/typescript
WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion autotests/packs/allTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {RunEnvironment, runEnvironment} from 'e2ed/configurator';

import {doAfterPack} from '../doAfterPack';
import {doBeforePack} from '../doBeforePack';
import {mapLogPayloadInConsole} from '../mapLogPayloadInConsole';
import {skipTests} from '../skipTests';
import {mapLogPayloadInConsole} from '../utils/mapLogPayloadInConsole';

import type {IsTestIncludedInPack, Pack} from 'autotests/types/packSpecific';

Expand Down
File renamed without changes.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@typescript-eslint/parser": "6.7.2",
"assert-modules-support-case-insensitive-fs": "1.0.1",
"assert-package-lock-is-consistent": "1.0.0",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
Expand Down

0 comments on commit 0e82cdd

Please sign in to comment.