@visulima/pagination 3.0.22 → 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 +6 -0
  2. package/LICENSE.md +4 -8
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
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
+
1
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)
2
8
 
3
9
  ### Bug Fixes
package/LICENSE.md CHANGED
@@ -23,14 +23,11 @@ SOFTWARE.
23
23
  <!-- DEPENDENCIES -->
24
24
 
25
25
  # Licenses of bundled dependencies
26
-
27
26
  The published @visulima/pagination artifact additionally contains code with the following licenses:
28
27
  BSD-3-Clause
29
28
 
30
29
  # Bundled dependencies:
31
-
32
30
  ## qs-esm
33
-
34
31
  License: BSD-3-Clause
35
32
  By: Jordan Harband
36
33
  Repository: https://github.com/payloadcms/qs-esm.git
@@ -45,9 +42,11 @@ Repository: https://github.com/payloadcms/qs-esm.git
45
42
  >
46
43
  > 1. Redistributions of source code must retain the above copyright notice, this
47
44
  > list of conditions and the following disclaimer.
45
+ >
48
46
  > 2. Redistributions in binary form must reproduce the above copyright notice,
49
47
  > this list of conditions and the following disclaimer in the documentation
50
48
  > and/or other materials provided with the distribution.
49
+ >
51
50
  > 3. Neither the name of the copyright holder nor the names of its
52
51
  > contributors may be used to endorse or promote products derived from
53
52
  > this software without specific prior written permission.
@@ -63,19 +62,16 @@ Repository: https://github.com/payloadcms/qs-esm.git
63
62
  > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
64
63
  > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
65
64
 
66
- <!-- DEPENDENCIES -->
65
+ <!-- /DEPENDENCIES -->
67
66
 
68
67
  <!-- TYPE_DEPENDENCIES -->
69
68
 
70
69
  # Licenses of bundled types
71
-
72
70
  The published @visulima/pagination artifact additionally contains code with the following licenses:
73
71
  MIT
74
72
 
75
73
  # Bundled types:
76
-
77
74
  ## openapi-types
78
-
79
75
  License: MIT
80
76
  By: Joseph Spencer
81
77
  Repository: https://github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-types
@@ -102,4 +98,4 @@ Repository: https://github.com/kogosoftwarellc/open-api/tree/master/packages/ope
102
98
  > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
103
99
  > THE SOFTWARE.
104
100
 
105
- <!-- TYPE_DEPENDENCIES -->
101
+ <!-- /TYPE_DEPENDENCIES -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pagination",
3
- "version": "3.0.22",
3
+ "version": "3.0.23",
4
4
  "description": "Simple Pagination for Node.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -68,12 +68,12 @@
68
68
  "@anolilab/semantic-release-pnpm": "^1.1.3",
69
69
  "@anolilab/semantic-release-preset": "^9.0.0",
70
70
  "@arethetypeswrong/cli": "^0.16.4",
71
- "@babel/core": "^7.25.2",
71
+ "@babel/core": "^7.25.7",
72
72
  "@rushstack/eslint-plugin-security": "^0.8.3",
73
73
  "@types/node": "18.19.15",
74
- "@visulima/packem": "1.0.1",
75
- "@vitest/coverage-v8": "^2.1.1",
76
- "@vitest/ui": "^2.1.1",
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
79
  "esbuild": "0.24.0",
@@ -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.1.1"
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",