Skip to content

Commit

Permalink
chore(deps): update dependency lint-staged to v13.3.0 (#3261)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency lint-staged to v13.3.0

* update locks
  • Loading branch information
ScriptedAlchemy authored Oct 26, 2023
1 parent b3f869d commit 202844f
Show file tree
Hide file tree
Showing 15 changed files with 667 additions and 700 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
echo "Yarn changed - install deps ... "
yarn install --frozen-lockfile
yarn install
- name: Check disk space after install
run: |
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
echo "Yarn changed - install deps ... "
yarn install --frozen-lockfile
yarn install
- name: Install sample deps
# TODO Uncomment when yarn will work properly from the root and install all nessessary deps. Also please, add yarn install to the run section below instead of npx lerna exec
Expand Down
2 changes: 1 addition & 1 deletion basic-host-remote/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/eslint-config": "2.32.0",
"@modern-js/tsconfig":"2.32.0",
"@modern-js-app/eslint-config": "2.32.0",
"lint-staged": "~13.1.0",
"lint-staged": "13.3.0",
"prettier": "~2.8.1",
"husky": "~8.0.1",
"rimraf": "~3.0.2"
Expand Down
217 changes: 104 additions & 113 deletions basic-host-remote/app1/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basic-host-remote/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/eslint-config": "2.32.0",
"@modern-js/tsconfig":"2.32.0",
"@modern-js-app/eslint-config": "2.32.0",
"lint-staged": "~13.1.0",
"lint-staged": "13.3.0",
"prettier": "~2.8.1",
"husky": "~8.0.1",
"rimraf": "~3.0.2"
Expand Down
217 changes: 104 additions & 113 deletions basic-host-remote/app2/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bi-directional/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/eslint-config": "2.32.0",
"@modern-js/tsconfig":"2.32.0",
"@modern-js-app/eslint-config": "2.32.0",
"lint-staged": "~13.1.0",
"lint-staged": "13.3.0",
"prettier": "~2.8.1",
"husky": "~8.0.1",
"rimraf": "~3.0.2"
Expand Down
217 changes: 104 additions & 113 deletions bi-directional/app1/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bi-directional/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/eslint-config": "2.32.0",
"@modern-js/tsconfig":"2.32.0",
"@modern-js-app/eslint-config": "2.32.0",
"lint-staged": "~13.1.0",
"lint-staged": "13.3.0",
"prettier": "~2.8.1",
"husky": "~8.0.1",
"rimraf": "~3.0.2"
Expand Down
Loading

5 comments on commit 202844f

@vercel
Copy link

@vercel vercel bot commented on 202844f Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-utils – ./medusa-example/utils

medusa-example-utils-module-federation.vercel.app
medusa-example-utils.vercel.app
medusa-example-utils-git-master-module-federation.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 202844f Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-search – ./medusa-example/search

medusa-example-search.vercel.app
medusa-example-search-module-federation.vercel.app
medusa-example-search-git-master-module-federation.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 202844f Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-nav – ./medusa-example/nav

medusa-example-nav.vercel.app
medusa-example-nav-git-master-module-federation.vercel.app
medusa-example-nav-module-federation.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 202844f Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-home – ./medusa-example/home

medusa-example-home.vercel.app
medusa-example-home-git-master-module-federation.vercel.app
medusa-example-home-module-federation.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 202844f Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-dsl – ./medusa-example/dsl

medusa-example-dsl.vercel.app
medusa-example-dsl-git-master-module-federation.vercel.app
medusa-example-dsl-module-federation.vercel.app

Please sign in to comment.