is-immutable-type
Advanced tools
Comparing version 1.2.8 to 1.2.9
# Changelog | ||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
## [1.2.9](https://github.com/RebeccaStevens/is-immutable-type/compare/v1.2.8...v1.2.9) (2023-03-20) | ||
### Bug Fixes | ||
* add eslint peer dependency ([#113](https://github.com/RebeccaStevens/is-immutable-type/issues/113)) ([05af716](https://github.com/RebeccaStevens/is-immutable-type/commit/05af7161fb7a58cd89a071a05ae77d439950362c)) | ||
## [1.2.8](https://github.com/RebeccaStevens/is-immutable-type/compare/v1.2.7...v1.2.8) (2023-03-14) | ||
@@ -5,0 +12,0 @@ |
{ | ||
"name": "is-immutable-type", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "Check the immutability of TypeScript types", | ||
@@ -51,3 +51,5 @@ "keywords": [ | ||
"lint:js-fix": "eslint . --fix", | ||
"lint:knip": "knip --config knip.jsonc --production --exclude exports", | ||
"lint:knip": "pnpm run lint:knip:development && pnpm run lint:knip:production", | ||
"lint:knip:development": "knip --exclude exports", | ||
"lint:knip:production": "knip --production --strict --exclude exports", | ||
"lint:md": "markdownlint \"**/*.md\" --config=.markdownlint.json --ignore-path=.markdownlintignore", | ||
@@ -58,2 +60,3 @@ "lint:prettier": "prettier \"**/*\" --ignore-unknown --list-different", | ||
"prepare": "husky install", | ||
"release": "semantic-release", | ||
"test": "pnpm run test:js", | ||
@@ -71,3 +74,3 @@ "test:js": "c8 ava", | ||
"@cspell/dict-cryptocurrencies": "3.0.1", | ||
"@rebeccastevens/eslint-config": "1.5.6", | ||
"@rebeccastevens/eslint-config": "1.6.1", | ||
"@rollup/plugin-json": "6.0.0", | ||
@@ -82,6 +85,6 @@ "@rollup/plugin-node-resolve": "15.0.1", | ||
"@semantic-release/release-notes-generator": "10.0.3", | ||
"@types/node": "18.15.0", | ||
"@types/node": "18.15.3", | ||
"@types/rollup-plugin-auto-external": "2.0.2", | ||
"@typescript-eslint/eslint-plugin": "5.54.1", | ||
"@typescript-eslint/parser": "5.54.1", | ||
"@typescript-eslint/eslint-plugin": "5.55.0", | ||
"@typescript-eslint/parser": "5.55.0", | ||
"@typescript/vfs": "1.4.0", | ||
@@ -91,3 +94,4 @@ "ava": "5.2.0", | ||
"commitizen": "4.3.0", | ||
"cspell": "6.29.0", | ||
"cspell": "6.30.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "8.36.0", | ||
@@ -100,3 +104,3 @@ "eslint-config-prettier": "8.7.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"eslint-plugin-jsdoc": "40.0.1", | ||
"eslint-plugin-jsdoc": "40.0.3", | ||
"eslint-plugin-markdown": "3.0.0", | ||
@@ -110,6 +114,5 @@ "eslint-plugin-node": "11.1.0", | ||
"husky": "8.0.3", | ||
"knip": "2.0.0-alpha.6", | ||
"knip": "2.0.0-beta.0", | ||
"lint-staged": "13.2.0", | ||
"markdownlint-cli": "0.33.0", | ||
"marked": "4.2.12", | ||
"prettier": "2.8.4", | ||
@@ -122,8 +125,9 @@ "prettier-plugin-packagejson": "2.4.3", | ||
"rollup-plugin-unassert": "0.6.0", | ||
"semantic-release": "20.1.1", | ||
"semantic-release": "20.1.3", | ||
"ts-node": "10.9.1", | ||
"tslib": "2.5.0", | ||
"typescript": "4.9.5" | ||
"typescript": "5.0.2" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "*", | ||
"typescript": ">=4.7.4" | ||
@@ -130,0 +134,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89332
3