Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump fhirpath from 3.10.1 to 3.13.3 #2449

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2024

Bumps fhirpath from 3.10.1 to 3.13.3.

Release notes

Sourced from fhirpath's releases.

3.13.3

fhirpath.zip contains a file named fhirpath.min.js, which is ready for use in a web browser, and optional files with support for FHIR choice types named with the FHIR release name, e.g. fhirpath.r4.min.js. These optional files still require fhirpath.min.js to be loaded. See CHANGELOG.md for information about this and past releases.

3.13.2

fhirpath.zip contains a file named fhirpath.min.js, which is ready for use in a web browser, and optional files with support for FHIR choice types named with the FHIR release name, e.g. fhirpath.r4.min.js. These optional files still require fhirpath.min.js to be loaded. See CHANGELOG.md for information about this and past releases.

3.13.1

fhirpath.zip contains a file named fhirpath.min.js, which is ready for use in a web browser, and optional files with support for FHIR choice types named with the FHIR release name, e.g. fhirpath.r4.min.js. These optional files still require fhirpath.min.js to be loaded. See CHANGELOG.md for information about this and past releases.

3.13.0

fhirpath.zip contains a file named fhirpath.min.js, which is ready for use in a web browser, and optional files with support for FHIR choice types named with the FHIR release name, e.g. fhirpath.r4.min.js. These optional files still require fhirpath.min.js to be loaded. See CHANGELOG.md for information about this and past releases.

3.11.0

fhirpath.zip contains a file named fhirpath.min.js, which is ready for use in a web browser, and optional files with support for FHIR choice types named with the FHIR release name, e.g. fhirpath.r4.min.js. These optional files still require fhirpath.min.js to be loaded. See CHANGELOG.md for information about this and past releases.

3.10.5

fhirpath.zip contains a file named fhirpath.min.js, which is ready for use in a web browser, and optional files with support for FHIR choice types named with the FHIR release name, e.g. fhirpath.r4.min.js. These optional files still require fhirpath.min.js to be loaded. See CHANGELOG.md for information about this and past releases.

3.10.4

fhirpath.zip contains a file named fhirpath.min.js, which is ready for use in a web browser, and optional files with support for FHIR choice types named with the FHIR release name, e.g. fhirpath.r4.min.js. These optional files still require fhirpath.min.js to be loaded. See CHANGELOG.md for information about this and past releases.

Changelog

Sourced from fhirpath's changelog.

[3.13.3] - 2024-05-24

Changed

  • Added separate TypeScript type definition files for the main file and each supported model.

[3.13.2] - 2024-05-15

Fixed

  • an issue with evaluating an expression for a resource passed through an environment variable.
  • an issue with "statusShift" during performance tests.

[3.13.1] - 2024-04-25

Fixed

  • Added flag 'u' for regular expressions in the specification's matches and replaceMatches functions to support the use of unicode character class escapes.

[3.13.0] - 2024-04-10

Added

  • Function defineVariable(name: String [, expr: expression]).

[3.12.0] - 2024-04-10

Changed

  • Updated Cypress to version 13.

[3.11.0] - 2024-03-29

Added

  • Storing the FHIR data type along with the path in internal ResourceNode objects to improve the accuracy of determining a resource node data type.
  • Missing entries to mapping paths to data types.

[3.10.5] - 2024-03-25

Fixed

  • Handling of empty values that came from nulls.

[3.10.4] - 2024-03-13

Fixed

  • hasValue() function previously only checked the data type of an input single-element collection, but not the existence of a value.

[3.10.3] - 2024-03-12

Fixed

  • Functions as(<type specifier>), is(<type specifier>), ofType(<type specifier>) and operators as <type specifier>, is <type specifier> now throw an exception if <type specifier> is invalid.
  • Resource object properties that are not defined in the model now have System.* data types.
  • All tests in fhir-r4.yaml are executed using the R4 model.

[3.10.2] - 2024-03-12

... (truncated)

Commits
  • 374a37b Merge branch 'bugfix/LF-2769/typescript-update' into 'master'
  • 6753ec7 Changes as per review
  • 4e664f1 version info
  • 7b90498 Resolved merge conflicts
  • 5d14389 Merge remote-tracking branch 'lhc-git/master' into bugfix/LF-2769/typescript-...
  • 5d3e04f Merge branch 'bugfix/LF-3005/resource-in-environment-var' into 'master'
  • 7273e8f Resolved merge conflicts
  • 5f654d0 Merge remote-tracking branch 'lhc-git/master' into bugfix/LF-3005/resource-in...
  • 172cf35 Changes as per review
  • 35ac9c9 Fixed some performance issues
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 12, 2024
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot enabled auto-merge (squash) June 12, 2024 18:07
@anthony-nhs
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 69567fa to 9381c92 Compare June 12, 2024 18:16
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 9381c92 to 280a0c4 Compare June 17, 2024 08:26
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 280a0c4 to 221bb46 Compare June 17, 2024 21:16
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 221bb46 to 6df978f Compare June 17, 2024 21:34
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 6df978f to 434c60f Compare June 17, 2024 21:52
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 434c60f to da7b162 Compare June 17, 2024 22:12
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from da7b162 to 609894c Compare June 17, 2024 22:31
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 609894c to 216d848 Compare June 17, 2024 22:46
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 216d848 to 5fedc69 Compare June 19, 2024 14:31
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 5fedc69 to 1ce66fa Compare June 19, 2024 14:48
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 1ce66fa to b48da74 Compare June 19, 2024 21:05
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from b48da74 to 4a39572 Compare June 19, 2024 21:24
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 4a39572 to fb17c3d Compare June 19, 2024 21:43
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from fb17c3d to 1db48e2 Compare June 19, 2024 22:03
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 1db48e2 to 2397c65 Compare June 20, 2024 20:58
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 2397c65 to d958465 Compare June 21, 2024 09:55
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from d958465 to f08adfe Compare June 21, 2024 21:26
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from f08adfe to 08c67ca Compare June 21, 2024 21:50
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 08c67ca to 1c19cb2 Compare June 21, 2024 22:10
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Bumps [fhirpath](https://github.com/HL7/fhirpath.js) from 3.10.1 to 3.13.3.
- [Release notes](https://github.com/HL7/fhirpath.js/releases)
- [Changelog](https://github.com/HL7/fhirpath.js/blob/master/CHANGELOG.md)
- [Commits](HL7/fhirpath.js@3.10.1...3.13.3)

---
updated-dependencies:
- dependency-name: fhirpath
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fhirpath-3.13.3 branch from 1c19cb2 to ed19153 Compare June 21, 2024 22:25
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Copy link

sonarcloud bot commented Jun 21, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant