Skip to content

Commit

Permalink
chore(deps): update devdependencies (#279)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
devDependencies | minor | [`18.15.0` ->
`18.17.6`](https://renovatebot.com/diffs/npm/@types%2fnode/18.15.0/18.17.6)
| `18.17.15` (+8) |
|
[eslint-plugin-import](https://togithub.com/import-js/eslint-plugin-import)
| devDependencies | patch | [`2.28.0` ->
`2.28.1`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.28.0/2.28.1)
| |

---

### Release Notes

<details>
<summary>import-js/eslint-plugin-import (eslint-plugin-import)</summary>

###
[`v2.28.1`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2281---2023-08-18)

[Compare
Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1)

##### Fixed

- \[`order`]: revert breaking change to single nested group
(\[[#&#8203;2854](https://togithub.com/import-js/eslint-plugin-import/issues/2854)],
thanks \[[@&#8203;yndajas](https://togithub.com/yndajas)])

##### Changed

- \[Docs] remove duplicate fixable notices in docs
(\[[#&#8203;2850](https://togithub.com/import-js/eslint-plugin-import/issues/2850)],
thanks \[[@&#8203;bmish](https://togithub.com/bmish)])

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge
- At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xLjExIiwidXBkYXRlZEluVmVyIjoiMzYuMS4xMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] authored Sep 8, 2023
1 parent 5c6c874 commit 9cf97e8
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 126 deletions.
2 changes: 1 addition & 1 deletion packages/core-js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"eslint-config-prettier": "8.10.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jest-dom": "4.0.3",
"eslint-plugin-jest-formatting": "3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"@testing-library/jest-dom": "5.17.0",
"@types/testing-library__jest-dom": "5.14.9",
"@types/jest": "^29.0.0",
"@types/node": "18.15.0",
"@types/node": "18.17.6",
"dotenv": "^16.0.3",
"eslint": "8.47.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jest-dom": "4.0.3",
"eslint-plugin-jest-formatting": "3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.0.0",
"@types/node": "18.15.0",
"@types/node": "18.17.6",
"@types/js-cookie": "^3.0.2",
"@types/lodash.get": "^4.4.7",
"@typescript-eslint/parser": "^5.33.1",
Expand All @@ -58,7 +58,7 @@
"eslint-config-prettier": "8.10.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jest-dom": "4.0.3",
"eslint-plugin-jest-formatting": "3.1.0",
Expand Down
Loading

0 comments on commit 9cf97e8

Please sign in to comment.