What's Changed
* [js] Update all npm dependencies (2024-05-12) by depfu in https://github.com/bids-standard/bids-validator/pull/1971
* [js] Update all npm dependencies (2024-05-19) by depfu in https://github.com/bids-standard/bids-validator/pull/1972
* ci: Fix artifact name for schema web validator deployment by nellh in https://github.com/bids-standard/bids-validator/pull/1970
* FIX: Expect multiple rule matches for events.json by effigies in https://github.com/bids-standard/bids-validator/pull/1952
* feat: Add values to associations.bvals, fix misnamed variables by effigies in https://github.com/bids-standard/bids-validator/pull/1955
* ENH: Validate phenotype filenames by effigies in https://github.com/bids-standard/bids-validator/pull/1957
* Resolve remaining test failures for schema validator by effigies in https://github.com/bids-standard/bids-validator/pull/1958
* feat(py): Base Python validator on schema instead of hard-coded regexes by effigies in https://github.com/bids-standard/bids-validator/pull/1967
* chore(codespell): particpants ==> participants by effigies in https://github.com/bids-standard/bids-validator/pull/1976
* chore(deps): bump tar and lerna by dependabot in https://github.com/bids-standard/bids-validator/pull/1975
* feat(schema): Load subject data by effigies in https://github.com/bids-standard/bids-validator/pull/1977
* [js] Update all npm dependencies (2024-05-26) by depfu in https://github.com/bids-standard/bids-validator/pull/1980
* feat(schema): Add issue for missing dataset_description.json by effigies in https://github.com/bids-standard/bids-validator/pull/1982
* chore(deps): bump bids-validator/spec from `0950f6d` to `70d7750` by dependabot in https://github.com/bids-standard/bids-validator/pull/1983
* Bump hed-validator to 3.14.0 by happy5214 in https://github.com/bids-standard/bids-validator/pull/1986
* (deno) TSV type check overhaul. by rwblair in https://github.com/bids-standard/bids-validator/pull/1987
* [js] Update all npm dependencies (2024-06-09) by depfu in https://github.com/bids-standard/bids-validator/pull/1991
* fix: OSX and Windows tests by effigies in https://github.com/bids-standard/bids-validator/pull/1989
* fix(expr): Use a sensible sorting function for sorted() by effigies in https://github.com/bids-standard/bids-validator/pull/1990
* fix: Small cleanups from recent test fixes by effigies in https://github.com/bids-standard/bids-validator/pull/1992
* feat(deno): Retrieve version from import.meta.url or git, when possible by effigies in https://github.com/bids-standard/bids-validator/pull/1985
* Provide safe.directory=* for git describe to prevent git freaking out by yarikoptic in https://github.com/bids-standard/bids-validator/pull/1996
* chore(ci): Tag deno builds with full version, truncate history by effigies in https://github.com/bids-standard/bids-validator/pull/1993
* feat(tsv): Accept column definitions in schema entries by effigies in https://github.com/bids-standard/bids-validator/pull/2003
* chore(deps): bump braces from 3.0.2 to 3.0.3 by dependabot in https://github.com/bids-standard/bids-validator/pull/2002
* [js] Update all npm dependencies (2024-06-16) by depfu in https://github.com/bids-standard/bids-validator/pull/2004
* Add support for the XPCT suffix in microscopy by chourroutm in https://github.com/bids-standard/bids-validator/pull/1973
* fix(legacy): Prevent prototype pollution (global property) from crashing sidecar merges by nellh in https://github.com/bids-standard/bids-validator/pull/2015
* fix(legacy): Combine sidecars with a method resilient to Object namespace pollution by effigies in https://github.com/bids-standard/bids-validator/pull/2016
* Completely rewrite HED support by happy5214 in https://github.com/bids-standard/bids-validator/pull/2014
* chore(deps-dev): bump ws from 8.13.0 to 8.17.1 by dependabot in https://github.com/bids-standard/bids-validator/pull/2005
* chore(deps): bump docker/build-push-action from 5 to 6 by dependabot in https://github.com/bids-standard/bids-validator/pull/2011
* [js] Update all npm dependencies (2024-07-11) by depfu in https://github.com/bids-standard/bids-validator/pull/2009
* Improve test coverage for code added in 2014 by happy5214 in https://github.com/bids-standard/bids-validator/pull/2018
* [js] Update all npm dependencies (2024-07-21) by depfu in https://github.com/bids-standard/bids-validator/pull/2023
* [js] Update all npm dependencies (2024-07-28) by depfu in https://github.com/bids-standard/bids-validator/pull/2024
* chore: `deno fmt` schema validator by effigies in https://github.com/bids-standard/bids-validator/pull/2026
* feat(expr): Allow sorted to take a method argument, enabling numeric and lexical sorting by effigies in https://github.com/bids-standard/bids-validator/pull/2022
* feat(json): Warn on missing RECOMMENDED metadata by effigies in https://github.com/bids-standard/bids-validator/pull/2027
* fix(tsv): Check explicit formats for column contents when defined by effigies in https://github.com/bids-standard/bids-validator/pull/2025
* fix(context): Find sidecars when directories share prefixes by effigies in https://github.com/bids-standard/bids-validator/pull/2028
* fix(summary): Verify context.json is an object before looking up keys by effigies in https://github.com/bids-standard/bids-validator/pull/2029
* fix(context): Add file size to context, fixes README_FILE_SMALL by effigies in https://github.com/bids-standard/bids-validator/pull/2030
* Generate JSON schema's from spec schema to validate values in sidecars. by rwblair in https://github.com/bids-standard/bids-validator/pull/2020
* fix(web): Use JSON.stringify when Deno.inspect is unavailable by effigies in https://github.com/bids-standard/bids-validator/pull/2032
* Bump hed-validator to v3.15.2 by happy5214 in https://github.com/bids-standard/bids-validator/pull/2034
* rf(context): Refactor inheritance principle to walk from leaf to root by effigies in https://github.com/bids-standard/bids-validator/pull/2035
* fix(nifti): Load NIfTI headers by effigies in https://github.com/bids-standard/bids-validator/pull/2036
* rf(json-schema): Factor JSON schema validation out of context.dataset by effigies in https://github.com/bids-standard/bids-validator/pull/2033
* feat(eval): Distinguish JSON rules from sidecar rules by effigies in https://github.com/bids-standard/bids-validator/pull/2031
* fix(expr): Coerce arguments to min/max to numbers by effigies in https://github.com/bids-standard/bids-validator/pull/2038
* feat(context): Detect duplicate columns when parsing TSV files by effigies in https://github.com/bids-standard/bids-validator/pull/2039
* Bump hed-validator to v3.15.3 by happy5214 in https://github.com/bids-standard/bids-validator/pull/2041
* hack: Censor ".parent" fields which can lead to circular references by effigies in https://github.com/bids-standard/bids-validator/pull/2040
* HED Validator integration into bids schema based validator. by rwblair in https://github.com/bids-standard/bids-validator/pull/1648
* fix(expr): Escape backslashes in checks before interpolating by effigies in https://github.com/bids-standard/bids-validator/pull/2042
* chore(deps): bump bids-validator/tests/data/bids-examples from `401f4cf` to `ad9db4b` by dependabot in https://github.com/bids-standard/bids-validator/pull/2045
* chore(deps): bump bids-validator/spec from `9f2a7a8` to `fdca7ec` by dependabot in https://github.com/bids-standard/bids-validator/pull/2046
* 🚨 [security] [js] Update aws-sdk/client-s3 3.614.0 → 3.621.0 (minor) by depfu in https://github.com/bids-standard/bids-validator/pull/2047
* feat(tsv): Memoize TSV loading with a tiered cache, deleting after leaving a directory by effigies in https://github.com/bids-standard/bids-validator/pull/2052
* fix(channels): Add needed fields to context.associations.channels by effigies in https://github.com/bids-standard/bids-validator/pull/2051
* fix(bvec): Improve empty row detection, stop preemptive numeric conversion by effigies in https://github.com/bids-standard/bids-validator/pull/2053
* Cross reference local and schema issue codes by rwblair in https://github.com/bids-standard/bids-validator/pull/2048
* [js] Update all npm dependencies (2024-08-04) by depfu in https://github.com/bids-standard/bids-validator/pull/2055
New Contributors
* chourroutm made their first contribution in https://github.com/bids-standard/bids-validator/pull/1973
**Full Changelog**: https://github.com/bids-standard/bids-validator/compare/v1.14.6...v1.14.7