Skip to content

Commit

Permalink
chore(deps): update dependencies (#178)
Browse files Browse the repository at this point in the history
### **PR Type**
dependencies


___

### **Description**
- Updated `lint-staged` dependency from `15.2.2` to `15.2.4` in `package.json`.
- Updated `bun` package manager from `1.1.8` to `1.1.9` in `package.json`.
- Updated `tsx` dependency from `4.10.5` to `4.11.0` in `packages/eslint-config/package.json`.
- Added a new changeset file to document these updates.


___



### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Miscellaneous
</strong></td><td><table>
<tr>
  <td>
    <details>
      <summary><strong>friendly-vans-refuse.md</strong><dd><code>Add new changeset file for dependency updates</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary>
<hr>

.changeset/friendly-vans-refuse.md
- Added a new changeset file with front matter.



</details>
    

  </td>
  <td><a href="https://github.com/mheob/config/pull/178/files#diff-70c1f0df4eb8fff087bb085b8a3bc5a5b59efffe287e910c6690216a7226f377">+2/-0</a>&nbsp; &nbsp; &nbsp; </td>
</tr>                    
</table></td></tr><tr><td><strong>Dependencies
</strong></td><td><table>
<tr>
  <td>
    <details>
      <summary><strong>package.json</strong><dd><code>Update lint-staged and bun dependencies</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary>
<hr>

package.json
<li>Updated <code>lint-staged</code> from <code>15.2.2</code> to <code>15.2.4</code>.<br> <li> Updated <code>bun</code> package manager from <code>1.1.8</code> to <code>1.1.9</code>.<br>


</details>
    

  </td>
  <td><a href="https://github.com/mheob/config/pull/178/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519">+2/-2</a>&nbsp; &nbsp; &nbsp; </td>
</tr>                    

<tr>
  <td>
    <details>
      <summary><strong>package.json</strong><dd><code>Update tsx dependency</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary>
<hr>

packages/eslint-config/package.json
- Updated `tsx` from `4.10.5` to `4.11.0`.



</details>
    

  </td>
  <td><a href="https://github.com/mheob/config/pull/178/files#diff-b398e019411e81059801ebf7fe19f6ebcad0bc316fd5c0449d8acdbee9d6d5de">+1/-1</a>&nbsp; &nbsp; &nbsp; </td>
</tr>                    
</table></td></tr></tr></tbody></table>

___

> 💡 **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions
  • Loading branch information
mheob committed May 23, 2024
1 parent cdbb079 commit a25bf26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/friendly-vans-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"cz-git": "^1.9.1",
"eslint": "^9.3.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.4",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
"packageManager": "bun@1.1.8"
"packageManager": "bun@1.1.9"
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"rimraf": "^5.0.7",
"svelte-eslint-parser": "^0.36.0",
"tsup": "^8.0.2",
"tsx": "^4.10.5",
"tsx": "^4.11.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
Expand Down

0 comments on commit a25bf26

Please sign in to comment.