baryonsoft / overleaf

GNU Affero General Public License v3.0
0 stars 0 forks source link

Update dependency check-types to v11 #154

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
check-types ^5.1.0 -> ^11.0.0 age adoption passing confidence

Release Notes

philbooth/check-types.js (check-types) ### [`v11.2.3`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#1123) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/11.2.2...11.2.3) ##### Bug fixes - predicates: make `identical` work for nested objects ([`b6ba272`](https://togithub.com/philbooth/check-types.js/commit/b6ba2728bf4e6b73a97a199739d031e827d42321)) - tests: fix bad assertion in tests for like and identical ([`38eea40`](https://togithub.com/philbooth/check-types.js/commit/38eea40d2115c5dc70560cfeca35efca95a33e49)) ### [`v11.2.2`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#1122) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/11.2.1...11.2.2) ##### Bug fixes - predicates: don't throw if args to identical are null ([`4c20cae`](https://togithub.com/philbooth/check-types.js/commit/4c20caee0380ed88bf3b503bfdbae476ceaf19dd)) ### [`v11.2.1`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#1121) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/11.2.0...11.2.1) ##### Bug fixes - predicates: don't throw if args to like are null ([`eb2721f`](https://togithub.com/philbooth/check-types.js/commit/eb2721f6a681a9184e25f32b87cb50b28a24cdb6)) ##### Other changes - docs: correct unminified size in readme ([`e2fad64`](https://togithub.com/philbooth/check-types.js/commit/e2fad64c12fa129c82d693e3d29a59868a4c4f17)) - ci: run tests in node 16 and 18 ([`fbd87fb`](https://togithub.com/philbooth/check-types.js/commit/fbd87fbab6040552c9b73d36532b4292a31d1083)) ### [`v11.2.0`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#1120) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/11.1.2...11.2.0) ##### New features - predicates: implement identical ([`a6e0adb`](https://togithub.com/philbooth/check-types.js/commit/a6e0adb8e43e0cedb5f2ab98d1592605befff99b)) ##### Other changes - package: drop license and history files from package ([`ef89d67`](https://togithub.com/philbooth/check-types.js/commit/ef89d67b2495915a98b74a0645d3e6c445eebc41)) - docs: add note about zero dependencies to readme ([`2f7c15c`](https://togithub.com/philbooth/check-types.js/commit/2f7c15c4c7e4d6bd4c16aa9610de7171586e9872)) - tests: extra test cases for like predicate ([`29bc848`](https://togithub.com/philbooth/check-types.js/commit/29bc848f7806dd00e77cfbf2ecf2afdd72d0f163)) - package: drop bower/component support ([`24ccb91`](https://togithub.com/philbooth/check-types.js/commit/24ccb9196d5854dbd1b38b89c27042f0897ea72c)) - package: update dev deps ([`bb0d193`](https://togithub.com/philbooth/check-types.js/commit/bb0d193651b0f2e90108c518963949424cba95c4)) ### [`v11.1.2`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#1112) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/11.1.1...11.1.2) ##### Bug fixes - errors: format `true` correctly in error messages ([`51291ef`](https://togithub.com/philbooth/check-types.js/commit/51291ef)) ### [`v11.1.1`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#1111) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/11.1.0...11.1.1) ##### Other changes - build: update minified script ([`99f024b`](https://togithub.com/philbooth/check-types.js/commit/99f024b)) - docs: tweak comment ([`6a69673`](https://togithub.com/philbooth/check-types.js/commit/6a69673)) ### [`v11.1.0`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#1110) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/11.0.0...11.1.0) ##### New features - predicates: add thenable ([`d95829c`](https://togithub.com/philbooth/check-types.js/commit/d95829c)) ##### Other changes - docs: remove some examples ([`8c67463`](https://togithub.com/philbooth/check-types.js/commit/8c67463)) - docs: add missing link to readme index ([`3da9662`](https://togithub.com/philbooth/check-types.js/commit/3da9662)) ### [`v11.0.0`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#1100) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/10.1.2...11.0.0) ##### Breaking changes - api: remove trim option from emptyString and nonEmptyString ([`3747900`](https://togithub.com/philbooth/check-types.js/commit/3747900)) ##### New features - predicates: implement float ([`b6bf1dc`](https://togithub.com/philbooth/check-types.js/commit/b6bf1dc)) - predicates: implement throws ([`018f50a`](https://togithub.com/philbooth/check-types.js/commit/018f50a)) - predicates: implement one ([`3fb7424`](https://togithub.com/philbooth/check-types.js/commit/3fb7424)) ##### Bug fixes - lib: stop object predicates throwing when prototypes is null ([`b0bab07`](https://togithub.com/philbooth/check-types.js/commit/b0bab07)) ##### Other changes - tests: add missing test case for assert.throws ([`6f9c2f7`](https://togithub.com/philbooth/check-types.js/commit/6f9c2f7)) - docs: update author list ([`81ab8a9`](https://togithub.com/philbooth/check-types.js/commit/81ab8a9)) ### [`v10.1.2`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#1012) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/10.1.1...10.1.2) ##### Performance improvements - lib: shortcut unnecessary iteration for Sets in contains ([`522f073`](https://togithub.com/philbooth/check-types.js/commit/522f073)) ### [`v10.1.1`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#1011) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/10.1.0...10.1.1) ##### Bug fixes - docs: fix broken description for keyIn predicate ([`6eb431e`](https://togithub.com/philbooth/check-types.js/commit/6eb431e)) ### [`v10.1.0`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#1010) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/10.0.0...10.1.0) ##### New features - api: add keyIn predicate ([`1ff2227`](https://togithub.com/philbooth/check-types.js/commit/1ff2227)) - api: add containsKey predicate ([`40c28c7`](https://togithub.com/philbooth/check-types.js/commit/40c28c7)) ##### Other changes - lib: fix lint errors ([`dcecb88`](https://togithub.com/philbooth/check-types.js/commit/dcecb88)) ### [`v10.0.0`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#1000) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/9.0.1...10.0.0) ##### Breaking changes - assert: return detailed error messages from assertions ([`c0ceacd`](https://togithub.com/philbooth/check-types.js/commit/c0ceacd)) - api: merge the includes predicate into contains ([`2fd60c4`](https://togithub.com/philbooth/check-types.js/commit/2fd60c4)) ##### New features - predicates: add inside as argument-flipped wrapper for contains ([`1c95714`](https://togithub.com/philbooth/check-types.js/commit/1c95714)) ##### Refactorings - api: rename inside predicate to in ([`55e07a5`](https://togithub.com/philbooth/check-types.js/commit/55e07a5)) ### [`v9.0.1`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#901) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/9.0.0...9.0.1) ##### Bug fixes - docs: link to changes for 9.0.0 ([`4108a66`](https://togithub.com/philbooth/check-types.js/commit/4108a66)) ##### Other changes - package: remove package-lock.json from source control ([`09679a7`](https://togithub.com/philbooth/check-types.js/commit/09679a7)) ### [`v9.0.0`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#900) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/8.0.3...9.0.0) ##### Breaking changes - lib: support a trim option on emptyString and nonEmptyString ([`75599d2`](https://togithub.com/philbooth/check-types.js/commit/75599d2)) ##### Other changes - docs: update download counter ([`ee81d9c`](https://togithub.com/philbooth/check-types.js/commit/ee81d9c)) ### [`v8.0.3`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#803) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/8.0.2...8.0.3) ##### Bug fixes - docs: remove stale link from readme ([`9f467b3`](https://togithub.com/philbooth/check-types.js/commit/9f467b3)) ##### Other changes - ci: turn off node 4/6 builds ([`301e09a`](https://togithub.com/philbooth/check-types.js/commit/301e09a)) - lib: delete old commented-out code ([`2d11e0b`](https://togithub.com/philbooth/check-types.js/commit/2d11e0b)) ### [`v8.0.2`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#802) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/8.0.1...8.0.2) ##### Bug fixes - lib: ignore properties in map that have no predicate ([`f6bbad7`](https://togithub.com/philbooth/check-types.js/commit/f6bbad7)) - docs: add missing section link to readme index ([`5cfec25`](https://togithub.com/philbooth/check-types.js/commit/5cfec25)) - ci: stop testing in node 0.10 ([`f986f1c`](https://togithub.com/philbooth/check-types.js/commit/f986f1c)) ##### Other changes - docs: update readme ([`e602bfd`](https://togithub.com/philbooth/check-types.js/commit/e602bfd)) - package: npm update ([`1b32cd4`](https://togithub.com/philbooth/check-types.js/commit/1b32cd4)) ### [`v8.0.1`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#801) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/8.0.0...8.0.1) ##### Bug fixes - docs: fix link to change log ([`9166ecf`](https://togithub.com/philbooth/check-types.js/commit/9166ecf)) ##### Other changes - docs: update copyright ([`ddc00b8`](https://togithub.com/philbooth/check-types.js/commit/ddc00b8)) ### [`v8.0.0`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#800) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/7.4.0...8.0.0) ##### Breaking changes - api: remove apply and combine functionality with map ([`ecc40e5`](https://togithub.com/philbooth/check-types.js/commit/ecc40e5)) ##### Bug fixes - docs: fix links to change log ([`ae3811a`](https://togithub.com/philbooth/check-types.js/commit/ae3811a)) ##### Refactorings - lib: eliminate intermediate arrays when iterating properties ([`8eeda6f`](https://togithub.com/philbooth/check-types.js/commit/8eeda6f)) - lib: use native Array.isArray internally ([`ebc9ed0`](https://togithub.com/philbooth/check-types.js/commit/ebc9ed0)) ##### Other changes - deps: update dev dependencies and rebuild ([`854b012`](https://togithub.com/philbooth/check-types.js/commit/854b012)) - project: turn on gitlab pipeline ([`ab4f662`](https://togithub.com/philbooth/check-types.js/commit/ab4f662)) ### [`v7.4.0`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#740) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/7.3.0...7.4.0) ##### New features - docs: add note about typescript definitions to readme ([`13c7a90`](https://togithub.com/philbooth/check-types.js/commit/13c7a90)) ##### Bug fixes - docs: remove errant semicolon from example code ([`9053f95`](https://togithub.com/philbooth/check-types.js/commit/9053f95)) - docs: clarify the behaviour of between and inRange ([`88a2f61`](https://togithub.com/philbooth/check-types.js/commit/88a2f61)) - tests: ensure tests run in non-es6 environments ([`4bae637`](https://togithub.com/philbooth/check-types.js/commit/4bae637)) ##### Other changes - deps: update please-release-me ([`72377bf`](https://togithub.com/philbooth/check-types.js/commit/72377bf)) - project: migrate to gitlab ([`19919b5`](https://togithub.com/philbooth/check-types.js/commit/19919b5)) - package: update authors ([`9848df0`](https://togithub.com/philbooth/check-types.js/commit/9848df0)) ### [`v7.3.0`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#730) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/7.2.1...7.3.0) - feature: add primitive predicate ([`3114d7f`](https://togithub.com/philbooth/check-types.js/commit/3114d7f)) ### [`v7.2.1`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#721) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/7.2.0...7.2.1) - fix: perf tweaks for tight loops ([`8a9919d`](https://togithub.com/philbooth/check-types.js/commit/8a9919d)) - chore: update ci config ([`136f185`](https://togithub.com/philbooth/check-types.js/commit/136f185)) ### [`v7.2.0`](https://gitlab.com/philbooth/check-types.js/blob/HEAD/HISTORY.md#720) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/7.1.5...7.2.0) - feature: return the target value from assertions ([`73da792`](https://togithub.com/philbooth/check-types.js/commit/73da792)) - chore: add release script dependency ([`cacc348`](https://togithub.com/philbooth/check-types.js/commit/cacc348)) - fix: make assert throw for any falsy value ([`4f15c73`](https://togithub.com/philbooth/check-types.js/commit/4f15c73)) ### [`v7.1.5`](https://gitlab.com/philbooth/check-types.js/compare/7.1.4...7.1.5) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/7.1.4...7.1.5) ### [`v7.1.4`](https://gitlab.com/philbooth/check-types.js/compare/7.1.3...7.1.4) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/7.1.3...7.1.4) ### [`v7.1.3`](https://gitlab.com/philbooth/check-types.js/compare/7.1.2...7.1.3) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/7.1.2...7.1.3) ### [`v7.1.2`](https://gitlab.com/philbooth/check-types.js/compare/7.1.1...7.1.2) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/7.1.1...7.1.2) ### [`v7.1.1`](https://gitlab.com/philbooth/check-types.js/compare/7.1.0...7.1.1) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/7.1.0...7.1.1) ### [`v7.1.0`](https://gitlab.com/philbooth/check-types.js/compare/7.0.1...7.1.0) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/7.0.1...7.1.0) ### [`v7.0.1`](https://gitlab.com/philbooth/check-types.js/compare/7.0.0...7.0.1) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/7.0.0...7.0.1) ### [`v7.0.0`](https://gitlab.com/philbooth/check-types.js/compare/6.0.0...7.0.0) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/6.0.0...7.0.0) ### [`v6.0.0`](https://gitlab.com/philbooth/check-types.js/compare/5.1.0...6.0.0) [Compare Source](https://gitlab.com/philbooth/check-types.js/compare/5.1.0...6.0.0)

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 11.x releases. But if you manually upgrade to 11.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.