Skip to content

Commit

Permalink
chore(deps): bump bids-validator/spec from d5b3d23 to f9cfafa (#1820
Browse files Browse the repository at this point in the history
)

Bumps [bids-validator/spec](https://github.com/bids-standard/bids-specification) from `d5b3d23` to `f9cfafa`.
- [Release notes](https://github.com/bids-standard/bids-specification/releases)
- [Commits](bids-standard/bids-specification@d5b3d23...f9cfafa)

---
updated-dependencies:
- dependency-name: bids-validator/spec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 0fb4ca3 commit 76a49fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids-validator/spec
Submodule spec updated 36 files
+4 −4 .github/workflows/schemacode_ci.yml
+6 −6 .github/workflows/validation.yml
+2 −2 .pre-commit-config.yaml
+1 −0 README.md
+2 −2 mkdocs.yml
+12 −0 src/CHANGES.md
+20 −20 src/appendices/coordinate-systems.md
+1 −1 src/appendices/hed.md
+8 −8 src/appendices/meg-file-formats.md
+1 −1 src/appendices/meg-systems.md
+23 −0 src/common-principles.md
+13 −17 src/derivatives/imaging.md
+2 −2 src/introduction.md
+3 −3 src/modality-specific-files/electroencephalography.md
+7 −7 src/modality-specific-files/intracranial-electroencephalography.md
+2 −2 src/modality-specific-files/magnetic-resonance-imaging-data.md
+3 −3 src/modality-specific-files/magnetoencephalography.md
+1 −1 src/modality-specific-files/microscopy.md
+1 −1 src/schema/SCHEMA_VERSION
+6 −0 src/schema/meta/context.yaml
+6 −8 src/schema/objects/columns.yaml
+16 −13 src/schema/objects/entities.yaml
+9 −7 src/schema/objects/extensions.yaml
+2 −2 src/schema/objects/files.yaml
+4 −9 src/schema/objects/metadata.yaml
+6 −4 src/schema/rules/checks/dwi.yaml
+1 −1 src/schema/rules/checks/events.yaml
+1 −1 src/schema/rules/entities.yaml
+0 −18 src/schema/rules/errors.yaml
+9 −0 src/schema/rules/files/raw/anat.yaml
+2 −0 src/schema/rules/files/raw/dwi.yaml
+7 −0 src/schema/rules/files/raw/fmap.yaml
+2 −0 src/schema/rules/files/raw/func.yaml
+0 −20 src/schema/rules/sidecars/derivatives/common_derivatives.yaml
+1 −1 src/schema/rules/sidecars/micr.yaml
+8 −2 src/schema/rules/sidecars/mri.yaml

0 comments on commit 76a49fc

Please sign in to comment.