@visulima/pagination 3.0.25 → 3.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +1 -1
  3. package/package.json +2 -61
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## @visulima/pagination [3.0.26](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.25...@visulima/pagination@3.0.26) (2025-01-25)
2
+
3
+ ### Bug Fixes
4
+
5
+ * fixed wrong node version range in package.json ([4ae2929](https://github.com/visulima/visulima/commit/4ae292984681c71a770e4d4560432f7b7c5a141a))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * fixed typescript url ([fe65a8c](https://github.com/visulima/visulima/commit/fe65a8c0296ece7ee26474c70d065b06d4d0da89))
10
+ * updated all dev dependencies ([37fb298](https://github.com/visulima/visulima/commit/37fb298b2af7c63be64252024e54bb3af6ddabec))
11
+ * updated all dev dependencies and all dependencies in the app folder ([87f4ccb](https://github.com/visulima/visulima/commit/87f4ccbf9f7900ec5b56f3c1477bc4a0ef571bcf))
12
+
1
13
  ## @visulima/pagination [3.0.25](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.24...@visulima/pagination@3.0.25) (2025-01-12)
2
14
 
3
15
  ### Bug Fixes
package/README.md CHANGED
@@ -90,7 +90,7 @@ If you would like to help take a look at the [list of issues](https://github.com
90
90
  The visulima pagination is open-sourced software licensed under the [MIT][license-url]
91
91
 
92
92
  [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
93
- [typescript-url]: "typescript"
93
+ [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
94
94
  [license-image]: https://img.shields.io/npm/l/@visulima/pagination?color=blueviolet&style=for-the-badge
95
95
  [license-url]: LICENSE.md "license"
96
96
  [npm-image]: https://img.shields.io/npm/v/@visulima/pagination/latest.svg?style=for-the-badge&logo=npm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pagination",
3
- "version": "3.0.25",
3
+ "version": "3.0.26",
4
4
  "description": "Simple Pagination for Node.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -62,38 +62,8 @@
62
62
  "CHANGELOG.md",
63
63
  "LICENSE.md"
64
64
  ],
65
- "devDependencies": {
66
- "@anolilab/eslint-config": "^15.0.3",
67
- "@anolilab/prettier-config": "^5.0.14",
68
- "@anolilab/semantic-release-pnpm": "^1.1.6",
69
- "@anolilab/semantic-release-preset": "^9.0.3",
70
- "@arethetypeswrong/cli": "^0.17.2",
71
- "@babel/core": "^7.26.0",
72
- "@rushstack/eslint-plugin-security": "^0.8.3",
73
- "@types/node": "18.19.15",
74
- "@visulima/packem": "1.10.7",
75
- "@vitest/coverage-v8": "^2.1.8",
76
- "@vitest/ui": "^2.1.8",
77
- "conventional-changelog-conventionalcommits": "8.0.0",
78
- "cross-env": "^7.0.3",
79
- "esbuild": "0.24.2",
80
- "eslint": "8.57.0",
81
- "eslint-plugin-deprecation": "^3.0.0",
82
- "eslint-plugin-etc": "^2.0.3",
83
- "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
84
- "eslint-plugin-mdx": "^3.1.5",
85
- "eslint-plugin-vitest": "^0.4.1",
86
- "eslint-plugin-vitest-globals": "^1.5.0",
87
- "openapi-types": "^12.1.3",
88
- "prettier": "^3.4.2",
89
- "qs-esm": "^7.0.2",
90
- "rimraf": "6.0.1",
91
- "semantic-release": "24.2.1",
92
- "typescript": "5.7.3",
93
- "vitest": "^2.1.8"
94
- },
95
65
  "engines": {
96
- "node": ">=18.* <=23.*"
66
+ "node": ">=18.0.0 <=23.x"
97
67
  },
98
68
  "os": [
99
69
  "darwin",
@@ -103,34 +73,5 @@
103
73
  "publishConfig": {
104
74
  "access": "public",
105
75
  "provenance": true
106
- },
107
- "anolilab": {
108
- "eslint-config": {
109
- "plugin": {
110
- "tsdoc": false
111
- },
112
- "warn_on_unsupported_typescript_version": false,
113
- "info_on_disabling_jsx_react_rule": false,
114
- "info_on_disabling_prettier_conflict_rule": false,
115
- "info_on_disabling_jsonc_sort_keys_rule": false,
116
- "info_on_disabling_etc_no_deprecated": false
117
- }
118
- },
119
- "scripts": {
120
- "build": "cross-env NODE_ENV=development packem build",
121
- "build:prod": "cross-env NODE_ENV=production packem build",
122
- "clean": "rimraf node_modules dist .eslintcache",
123
- "dev": "pnpm run build --watch",
124
- "lint:attw": "attw --pack",
125
- "lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
126
- "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
127
- "lint:package-json": "publint --strict",
128
- "lint:prettier": "prettier --config=.prettierrc.cjs --check .",
129
- "lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
130
- "lint:types": "tsc --noEmit",
131
- "test": "vitest run",
132
- "test:coverage": "vitest run --coverage",
133
- "test:ui": "vitest --ui --coverage.enabled=true",
134
- "test:watch": "vitest"
135
76
  }
136
77
  }