Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Github changeset workflow committed Mar 4, 2025
1 parent c2e876f commit d0cc9c3
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 355 deletions.
12 changes: 12 additions & 0 deletions .changeset/renovate-7456c65.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'filter-data': patch
---

Updated dependency `packageManager` to `pnpm@9.15.6`.
Updated dependency `@changesets/changelog-github` to `^0.5.1`.
Updated dependency `@changesets/cli` to `^2.28.1`.
Updated dependency `@swc/core` to `^1.11.6`.
Updated dependency `@types/node` to `^20.17.23`.
Updated dependency `fuse.js` to `^7.1.0`.
Updated dependency `tsx` to `^4.19.3`.
Updated dependency `typescript` to `^5.8.2`.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filter-data",
"version": "0.6.1",
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@9.15.6",
"description": "simple, fast data filter",
"keywords": [
"match-sorter",
Expand Down Expand Up @@ -59,21 +59,21 @@
"ramda": "^0.30.1"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.28.1",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.10.12",
"@swc/core": "^1.11.6",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.16",
"@types/node": "^20.17.23",
"@types/ramda": "^0.30.2",
"@web-configs/eslint-plugin": "^0.5.2",
"@web-configs/prettier": "^0.1.2",
"eslint": "^8.57.1",
"fuse.js": "^7.0.0",
"fuse.js": "^7.1.0",
"jest": "^29.7.0",
"match-sorter": "^6.3.4",
"prettier": "^3.4.2",
Expand All @@ -82,8 +82,8 @@
"rollup-plugin-dts": "^6.1.1",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
"tsx": "^4.19.3",
"typescript": "^5.8.2"
},
"prettier": "@web-configs/prettier"
}
Loading

0 comments on commit d0cc9c3

Please # to comment.