Skip to content

[INTERNAL] Bump @apidevtools/json-schema-ref-parser from 13.0.5 to 14.1.1 - #1080

Merged
dependabot[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/apidevtools/json-schema-ref-parser-14.1.1
Jul 21, 2025
Merged

[INTERNAL] Bump @apidevtools/json-schema-ref-parser from 13.0.5 to 14.1.1#1080
dependabot[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/apidevtools/json-schema-ref-parser-14.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2025

Copy link
Copy Markdown
Contributor

Bumps @apidevtools/json-schema-ref-parser from 13.0.5 to 14.1.1.

Release notes

Sourced from @​apidevtools/json-schema-ref-parser's releases.

v14.1.1

14.1.1 (2025-07-15)

Bug Fixes

  • bundle: don't look for a $ref pointer on a null value (#393) (c1b2916)

v14.1.0

14.1.0 (2025-07-07)

Features

v14.0.3

14.0.3 (2025-06-30)

Bug Fixes

  • targets: upgrade targets to support Node 20 (current maintenace node), change typescript config to match, dont ship vite config (6c77265)

v14.0.2

14.0.2 (2025-06-18)

Bug Fixes

  • file: support trailing slashes in file resolver #389 (3406a25)

v14.0.1

14.0.1 (2025-06-16)

Bug Fixes

  • options: make safe url resolver optional and boolean (171e30f)

v14.0.0

14.0.0 (2025-06-16)

Bug Fixes

  • safety: assume browsers are safe urls (5ffea78)

Fix

... (truncated)

Commits
  • c1b2916 fix(bundle): don't look for a $ref pointer on a null value (#393)
  • dfbf4bb feat: add onBundle callback (#391)
  • 6c77265 fix(targets): upgrade targets to support Node 20 (current maintenace node), c...
  • 3c7af41 chore(deps): update deps, set typescript type flag
  • 9376c24 chore(deps): bump deps
  • 3406a25 fix(file): support trailing slashes in file resolver #389
  • 171e30f fix(options): make safe url resolver optional and boolean
  • 0ac9f35 chore(tests): skip url safety resolver in browser
  • 5ffea78 fix(safety): assume browsers are safe urls
  • 932683f chore: deps
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 13.0.5 to 14.1.1.
- [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
- [Commits](APIDevTools/json-schema-ref-parser@v13.0.5...v14.1.1)

---
updated-dependencies:
- dependency-name: "@apidevtools/json-schema-ref-parser"
  dependency-version: 14.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2025

Copy link
Copy Markdown
Contributor Author

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot
dependabot Bot requested a review from a team July 20, 2025 10:21
@dependabot dependabot Bot added dependencies Automated dependency update javascript Pull requests that update Javascript code labels Jul 20, 2025

@d3xter666 d3xter666 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@dependabot squash and merge

@dependabot
dependabot Bot merged commit 3cc9d21 into main Jul 21, 2025
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/apidevtools/json-schema-ref-parser-14.1.1 branch July 21, 2025 06:17
d3xter666 pushed a commit that referenced this pull request Sep 24, 2025
…edLocales (#1080)

This fixes two problems that could have occurred:

A properties file with an invalid locale was still taken into the list
of supported locales, which then caused a runtime exception in the
ResourceBundle as it validates the input.

Another problem was that properties files could have a valid name
according to BCP47, but the file won't be ever requested with that name.
This is due to the fact that the ResourceBundle does use the legacy Java
locale format (using underscores instead of dashes) for the request URL.

In both cases, the properties file is now ignored and no entry for the
supportedLocales is created.

Only locales that are valid according to the legacy Java locale format
are considered.
However, there is one special case: sr_Latn is also requested by the UI5
runtime, although it contains a BCP47 script, which is not valid
according to the legacy Java locale format.

---------

Co-authored-by: Merlin Beutlberger <m.beutlberger@sap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Automated dependency update javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant