:rocket: UI5 Schemas allows you to develop SAPUI5/OpenUI5 XML at a maximum convenience. It downloads, upgrades and sets up SAPUI5/OpenUI5 XML schemas for a better development experience in your favorite IDE (if it is WebStorm ;).
Release notes
*Sourced from [np's releases](https://github.com/sindresorhus/np/releases).*
> ## v5.1.1
> - Fix Yarn OTP failure ([#461](https://github-redirect.dependabot.com/sindresorhus/np/issues/461)) 9155cce
>
> https://github.com/sindresorhus/np/compare/v5.1.0...v5.1.1
>
> ## v5.1.0
> ### Enhancements
>
> - Add `tests` option ([#423](https://github-redirect.dependabot.com/sindresorhus/np/issues/423)) bea57db
> - Warn if no `files` field in package.json or .npmignore file is present ([#411](https://github-redirect.dependabot.com/sindresorhus/np/issues/411)) c790d37
>
> ### Fixes
>
> - Fix pushing to uncommon Git hosts ([#441](https://github-redirect.dependabot.com/sindresorhus/np/issues/441)) c0dc3a3
> - Use correct version when creating release draft ([#435](https://github-redirect.dependabot.com/sindresorhus/np/issues/435)) ff5e21a
> - Avoid enabling 2FA for packages published to external registries ([#433](https://github-redirect.dependabot.com/sindresorhus/np/issues/433)) ab35fb9
> - Do not show the rollback message when the test step fails ([#443](https://github-redirect.dependabot.com/sindresorhus/np/issues/443)) 66bedff
>
> https://github.com/sindresorhus/np/compare/v5.0.3...v5.1.0
Commits
- [`55eec55`](https://github.com/sindresorhus/np/commit/55eec55c0cbd2263d38172a72b8089e1cb932bf8) 5.1.1
- [`9155cce`](https://github.com/sindresorhus/np/commit/9155ccef4e4033891a27babd0cf49353185bacc2) Fix Yarn OTP failure ([#461](https://github-redirect.dependabot.com/sindresorhus/np/issues/461))
- [`1834e96`](https://github.com/sindresorhus/np/commit/1834e960f3256a34fe7b897e2ee1682745981545) 5.1.0
- [`d5c94fc`](https://github.com/sindresorhus/np/commit/d5c94fc52c9672da0858c0c05220466807c7c1ea) Work around issue with `async-exit-hook`
- [`73ec992`](https://github.com/sindresorhus/np/commit/73ec992836d107302502b9ece9fc45e24b3e93cd) Upgrade dependencies
- [`66bedff`](https://github.com/sindresorhus/np/commit/66bedffbec97f726d712de3476872c9506519962) Do not show the rollback message when the test step fails ([#443](https://github-redirect.dependabot.com/sindresorhus/np/issues/443))
- [`c0dc3a3`](https://github.com/sindresorhus/np/commit/c0dc3a31ac3bbf50d6e66a7911eef08b9199ebd5) Fix pushing to uncommon Git hosts ([#441](https://github-redirect.dependabot.com/sindresorhus/np/issues/441))
- [`ab35fb9`](https://github.com/sindresorhus/np/commit/ab35fb9f10b787e62e535fce32eca00b746b51fd) Avoid enabling 2FA for packages published to external registries ([#433](https://github-redirect.dependabot.com/sindresorhus/np/issues/433))
- [`c790d37`](https://github.com/sindresorhus/np/commit/c790d37fe5d9662577c8aaeed8b0dfec96ab5e9d) Warn if no `files` field in package.json or .npmignore file is present ([#411](https://github-redirect.dependabot.com/sindresorhus/np/issues/411))
- [`589dc8f`](https://github.com/sindresorhus/np/commit/589dc8fd28d366a052f0c1f7150e2806f9e3df10) Increase util.js test coverage ([#419](https://github-redirect.dependabot.com/sindresorhus/np/issues/419))
- Additional commits viewable in [compare view](https://github.com/sindresorhus/np/compare/v5.0.3...v5.1.1)
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 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 use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps np from 5.0.3 to 5.1.1.
Release notes
*Sourced from [np's releases](https://github.com/sindresorhus/np/releases).* > ## v5.1.1 > - Fix Yarn OTP failure ([#461](https://github-redirect.dependabot.com/sindresorhus/np/issues/461)) 9155cce > > https://github.com/sindresorhus/np/compare/v5.1.0...v5.1.1 > > ## v5.1.0 > ### Enhancements > > - Add `tests` option ([#423](https://github-redirect.dependabot.com/sindresorhus/np/issues/423)) bea57db > - Warn if no `files` field in package.json or .npmignore file is present ([#411](https://github-redirect.dependabot.com/sindresorhus/np/issues/411)) c790d37 > > ### Fixes > > - Fix pushing to uncommon Git hosts ([#441](https://github-redirect.dependabot.com/sindresorhus/np/issues/441)) c0dc3a3 > - Use correct version when creating release draft ([#435](https://github-redirect.dependabot.com/sindresorhus/np/issues/435)) ff5e21a > - Avoid enabling 2FA for packages published to external registries ([#433](https://github-redirect.dependabot.com/sindresorhus/np/issues/433)) ab35fb9 > - Do not show the rollback message when the test step fails ([#443](https://github-redirect.dependabot.com/sindresorhus/np/issues/443)) 66bedff > > https://github.com/sindresorhus/np/compare/v5.0.3...v5.1.0Commits
- [`55eec55`](https://github.com/sindresorhus/np/commit/55eec55c0cbd2263d38172a72b8089e1cb932bf8) 5.1.1 - [`9155cce`](https://github.com/sindresorhus/np/commit/9155ccef4e4033891a27babd0cf49353185bacc2) Fix Yarn OTP failure ([#461](https://github-redirect.dependabot.com/sindresorhus/np/issues/461)) - [`1834e96`](https://github.com/sindresorhus/np/commit/1834e960f3256a34fe7b897e2ee1682745981545) 5.1.0 - [`d5c94fc`](https://github.com/sindresorhus/np/commit/d5c94fc52c9672da0858c0c05220466807c7c1ea) Work around issue with `async-exit-hook` - [`73ec992`](https://github.com/sindresorhus/np/commit/73ec992836d107302502b9ece9fc45e24b3e93cd) Upgrade dependencies - [`66bedff`](https://github.com/sindresorhus/np/commit/66bedffbec97f726d712de3476872c9506519962) Do not show the rollback message when the test step fails ([#443](https://github-redirect.dependabot.com/sindresorhus/np/issues/443)) - [`c0dc3a3`](https://github.com/sindresorhus/np/commit/c0dc3a31ac3bbf50d6e66a7911eef08b9199ebd5) Fix pushing to uncommon Git hosts ([#441](https://github-redirect.dependabot.com/sindresorhus/np/issues/441)) - [`ab35fb9`](https://github.com/sindresorhus/np/commit/ab35fb9f10b787e62e535fce32eca00b746b51fd) Avoid enabling 2FA for packages published to external registries ([#433](https://github-redirect.dependabot.com/sindresorhus/np/issues/433)) - [`c790d37`](https://github.com/sindresorhus/np/commit/c790d37fe5d9662577c8aaeed8b0dfec96ab5e9d) Warn if no `files` field in package.json or .npmignore file is present ([#411](https://github-redirect.dependabot.com/sindresorhus/np/issues/411)) - [`589dc8f`](https://github.com/sindresorhus/np/commit/589dc8fd28d366a052f0c1f7150e2806f9e3df10) Increase util.js test coverage ([#419](https://github-redirect.dependabot.com/sindresorhus/np/issues/419)) - Additional commits viewable in [compare view](https://github.com/sindresorhus/np/compare/v5.0.3...v5.1.1)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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)