@visulima/pagination 3.0.21 → 3.0.23

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 +17 -0
  2. package/LICENSE.md +2 -2
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## @visulima/pagination [3.0.23](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.22...@visulima/pagination@3.0.23) (2024-10-05)
2
+
3
+ ### Bug Fixes
4
+
5
+ * updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67))
6
+
7
+ ## @visulima/pagination [3.0.22](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.21...@visulima/pagination@3.0.22) (2024-09-24)
8
+
9
+ ### Bug Fixes
10
+
11
+ * update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877))
12
+ * updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8))
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
17
+
1
18
  ## @visulima/pagination [3.0.21](https://github.com/visulima/visulima/compare/@visulima/pagination@3.0.20...@visulima/pagination@3.0.21) (2024-09-11)
2
19
 
3
20
  ### Bug Fixes
package/LICENSE.md CHANGED
@@ -62,7 +62,7 @@ Repository: https://github.com/payloadcms/qs-esm.git
62
62
  > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
63
63
  > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
64
64
 
65
- <!-- DEPENDENCIES -->
65
+ <!-- /DEPENDENCIES -->
66
66
 
67
67
  <!-- TYPE_DEPENDENCIES -->
68
68
 
@@ -98,4 +98,4 @@ Repository: https://github.com/kogosoftwarellc/open-api/tree/master/packages/ope
98
98
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
99
99
  > THE SOFTWARE.
100
100
 
101
- <!-- TYPE_DEPENDENCIES -->
101
+ <!-- /TYPE_DEPENDENCIES -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pagination",
3
- "version": "3.0.21",
3
+ "version": "3.0.23",
4
4
  "description": "Simple Pagination for Node.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -67,16 +67,16 @@
67
67
  "@anolilab/prettier-config": "^5.0.14",
68
68
  "@anolilab/semantic-release-pnpm": "^1.1.3",
69
69
  "@anolilab/semantic-release-preset": "^9.0.0",
70
- "@arethetypeswrong/cli": "^0.16.2",
71
- "@babel/core": "^7.25.2",
72
- "@rushstack/eslint-plugin-security": "^0.8.2",
70
+ "@arethetypeswrong/cli": "^0.16.4",
71
+ "@babel/core": "^7.25.7",
72
+ "@rushstack/eslint-plugin-security": "^0.8.3",
73
73
  "@types/node": "18.19.15",
74
- "@visulima/packem": "^1.0.0-alpha.108",
75
- "@vitest/coverage-v8": "^2.0.5",
76
- "@vitest/ui": "^2.0.5",
74
+ "@visulima/packem": "1.0.7",
75
+ "@vitest/coverage-v8": "^2.1.2",
76
+ "@vitest/ui": "^2.1.2",
77
77
  "conventional-changelog-conventionalcommits": "8.0.0",
78
78
  "cross-env": "^7.0.3",
79
- "esbuild": "0.23.0",
79
+ "esbuild": "0.24.0",
80
80
  "eslint": "8.57.0",
81
81
  "eslint-plugin-deprecation": "^3.0.0",
82
82
  "eslint-plugin-etc": "^2.0.3",
@@ -90,7 +90,7 @@
90
90
  "rimraf": "5.0.9",
91
91
  "semantic-release": "24.0.0",
92
92
  "typescript": "5.4.5",
93
- "vitest": "^2.0.5"
93
+ "vitest": "^2.1.2"
94
94
  },
95
95
  "engines": {
96
96
  "node": ">=18.* <=22.*"
@@ -122,11 +122,11 @@
122
122
  "clean": "rimraf node_modules dist .eslintcache",
123
123
  "dev": "pnpm run build --watch",
124
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.js",
126
- "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js --fix",
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
127
  "lint:package-json": "publint --strict",
128
- "lint:prettier": "prettier --config=.prettierrc.js --check .",
129
- "lint:prettier:fix": "prettier --config=.prettierrc.js --write .",
128
+ "lint:prettier": "prettier --config=.prettierrc.cjs --check .",
129
+ "lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
130
130
  "lint:types": "tsc --noEmit",
131
131
  "test": "vitest run",
132
132
  "test:coverage": "vitest run --coverage",