Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Bumps @titaniumnetwork-dev/ultraviolet from 1.0.11 to 2.0.0.

Release notes

Sourced from @​titaniumnetwork-dev/ultraviolet's releases.

v2.0.0

See CHANGELOG.md.

Changelog

Sourced from @​titaniumnetwork-dev/ultraviolet's changelog.

v2.0.0

  • This version of Ultraviolet has support for Bare server v3
  • Support for older Bare servers was dropped.

v1.0.10

  • This version of Ultraviolet fixes an NPM versioning error.

v1.0.8

  • This version of Ultraviolet improves error messages.

v1.0.7

  • This version of Ultraviolet correctly sets the cache option when making a request.

v1.0.6

  • This version of Ultraviolet upgrades @​tomphttp/bare-client. As a result, refreshing can fix errors with the Bare metadata being fetched.

v1.0.5

  • This version of Ultraviolet fixes a minor bug with blob: URLs.

v1.0.4

  • This version of Ultraviolet introduces support for passing a list of Bare servers in the uv.config.js file. This allows users to specify multiple servers that the service worker can choose from, improving reliability and failover.
  • Minor bug fixes (caught with ESLint) and improvements.
  • The @​tomphttp/bare-client package has been implemented, allowing users to use Ultraviolet with Bare server V2 and older versions of the Bare server.
  • In previous versions, the uv.client.js script was bundled with uv.bundle.js. In this version, uv.client.js is separate and needs to be included separately in any workflows that use it.

v1.0.3

  • In previous versions, the uvPath export was the default export from the Ultraviolet module. In this version, uvPath is no longer the default export and needs to be imported explicitly.
  • Here is an example of how to import the library:
import { uvPath } from '@titaniumnetwork-dev/ultraviolet';

v1.0.2

  • This version of Ultraviolet is built using CommonJS, which means it can be used with CommonJS-based module systems such as Node.js.
  • This version also includes a stock sw.js script that users can use as a starting point for their service worker.

v1.0.1

  • In the sw.js script, users must now import uv.bundle.js and uv.config.js in that order. This is because uv.config.js relies on uv.bundle.js, and the paths to these files cannot be hard-coded in the sw.js script.
  • Minor bug fixes and improvements.

... (truncated)

Commits

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 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 [@titaniumnetwork-dev/ultraviolet](https://github.com/titaniumnetwork-dev/Ultraviolet) from 1.0.11 to 2.0.0.
- [Release notes](https://github.com/titaniumnetwork-dev/Ultraviolet/releases)
- [Changelog](https://github.com/titaniumnetwork-dev/Ultraviolet/blob/main/CHANGELOG.md)
- [Commits](titaniumnetwork-dev/Ultraviolet@v1.0.11...v2.0.0)

---
updated-dependencies:
- dependency-name: "@titaniumnetwork-dev/ultraviolet"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2023
@MotorTruck1221 MotorTruck1221 merged commit 0a1d4ad into main Jul 12, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/titaniumnetwork-dev/ultraviolet-2.0.0 branch July 12, 2023 05:50
MotorTruck1221 added a commit that referenced this pull request Jul 12, 2023
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.

2 participants