Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps push.js from 0.0.11 to 1.0.9.

Release notes

Sourced from push.js's releases.

Update typings for default export and config

  1. Typescript restricts the use of expressions directly in an export statement. Updated to a proper way of making a DTS.

  2. Added return type declaration to config

v1.0.8

Minor patch release to include Typescript definitions in the package.

v1.0.7

Emergency release that adds back the original, un-minified push.js file to the package's bin directory.

v1.0.6

Minor Patch Release

  • Dependencies upgrades
  • Fixed issue where passing null to create() was throwing a runtime error (thanks to @​raybooysen) (#179)

v1.0.5

A minor patch with a handful of bug fixes/adjustments:

User-Reported

  • Resolved issues with the link property (#102)
  • Fixed requestPermission() not working in Safari (#117) – fixed by @​n3il
  • Add support for promises in the Push permissions API (#120) – fixed @​basiclines

GitHub Documentation

  • Switched David badge from displaying dependencies to only dev dependencies
  • Corrected code coverage badge in README that claimed the pro

All of the dependencies were upgraded to their latest versions as well.

v1.0.4

Another minor patch release, this time making the default service worker path /serviceWorker.min.js, as keeping service workers at the root of your web server is better practice. Additionally, some semantic adjustments were made to the codebase.

v1.0.3

Added images to NPM package to match Bower package

v1.0.2

Added bin directory to output, so Bower can see it.

v1.0.1

Finally! Version 1.0 has arrived! 🎉 🎉 Well... v1.0.1... publishing v1.0 got screwed up because the resulting packaging was missing all of the code files. Bower v1.0.1 is on the way as well! This release brings in a slew of new changes that improves upon Push's extensibility and customizability. From the PR:

Functionality

  • Converted entire codebase to ES2015 Javascript + Babel
  • Third-party plugins can now be loaded via Push.extend()
  • Push.config() now allows you to set global configuration variables, including a "fallback" function that executes when Push doesn't support the current browser

Deployment

  • Build output now includes source maps
... (truncated)
Commits
  • ad7b003 1.0.9
  • 8ebfdad Update typings for default export and config (#189)
  • 9ad9572 Merge branch 'master' of github.com:Nickersoft/push.js
  • 6b8dc14 Fix: Add Typescript definitions to package. Fixes #147
  • 2439a54 Bumps package version. 1.0.7 was missed from being updated here
  • 8a99229 Adds typescript defs to package
  • 7360679 1.0.7
  • 6a3215b Added back original compiled push.js to package (#181)
  • 8f33ebd 1.0.6
  • 690e3ae Check if the icon is null in addition to other checks (#179)
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 23, 2019
@dependabot-preview dependabot-preview bot requested a review from tomusdrw April 23, 2019 06:59
@tomusdrw tomusdrw merged commit cd1b2f1 into master Apr 23, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/push.js-1.0.9 branch April 23, 2019 08:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants