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 ember-pikaday from 2.4.1 to 4.0.0 #107

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 7, 2022

Bumps ember-pikaday from 2.4.1 to 4.0.0.

Release notes

Sourced from ember-pikaday's releases.

Release 4.0.0

  • update release-it config (e60c80a)
  • Merge pull request #532 from ef4/v2-addon (fff89b6)
  • readme (b7e0e3d)
  • make sure moment is really optional... (769bc10)
  • don't send extra events during destruction (d000659)
  • testdouble needs to skip babel when compiling for ie11 (c60a7fa)
  • fix template lint (d8b8228)
  • fix formatting in readme (2a6316c)
  • test-app should use same aliases in embroider and ember-auto-import (35780bd)
  • updating readme (820aa67)
  • illustrating modifier (a8cce94)
  • moment is optional if you only use the new modifier (d150b99)
  • oldest supported in 3.25 (0ca8769)
  • @​ember/test-helpers is an optional peerDep (a9bf400)
  • cleaning up deprecations (6867509)
  • get all remaining lint rules up to current (6a2b8e3)
  • completed refactor onto modifier (6a362a4)
  • needed for tracked properties (0d15ca0)
  • new implementation of PikadayInput has all tests passing (ceb8c42)
  • beginning to port to a modifier-based implementation (6eb273e)
  • starting updates to readme (2ce6941)
  • switch to colocated templates (88ec186)
  • fix ember/no-get rule (0cd2199)
  • support either moment or moment-timezone (67a31fa)
  • typo (3667a40)
  • disablin new lint rules that don't pass yet (3f914ff)
  • porting to v2 addon format (4768da3)
  • Bump eslint-config-prettier from 6.10.1 to 6.11.0 (#342) (19366ea)
  • [Security] Bump jquery from 3.4.1 to 3.5.0 (#338) (5179d29)
  • Bump qunit-dom from 1.1.0 to 1.2.0 (#335) (3f763be)
  • Bump ember-cli-htmlbars from 4.2.3 to 4.3.1 (#330) (4515144)
  • Bump ember-cli-babel from 7.18.0 to 7.19.0 (#313) (7436c19)
  • Merge pull request #322 from Turbo87/npmignore (cc01a93)
  • Merge pull request #321 from Turbo87/deps (b3714ba)
  • Update .npmignore file (827e172)
  • Remove unused dev dependencies (80585be)
  • package.json: Use caret constraint for eslint dependency (f89a5fc)

v3.0.0

💥 Breaking Change

This major version release drops support for Node.js 6 and 8 and for all Ember.js releases that happened before v3.12. Other than that there should be no other breaking changes included in this release.

🚀 Enhancement

... (truncated)

Changelog

Sourced from ember-pikaday's changelog.

v4.0.0 (2022-02-02)

🚀 Enhancement

  • New {{pikaday}} modifier gives you direct access to Pikaday's API in a Ember template.
  • Fully supports Ember 4.0
  • Ships as a V2-formatted addon for better static analysis, build-system simplicity, and smaller node_modules

💥 Breaking Change

  • The minimum supported Ember version is now 3.25.

  • The minimum supported Node version is now 12.

  • This is now a V2-formatted addon, so apps need ember-auto-import 2.0 or Embroider in order to use it. See "Installation" section of README.

  • You now need to opt in to getting Pikaday's default CSS. See "Styles" section of the README.

  • #532 Update for Ember 4 and Embroider (@​ef4)

🏠 Internal

Committers: 2

v3.0.0 (2020-04-15)

💥 Breaking Change

This major version release drops support for Node.js 6 and 8 and for all Ember.js releases that happened before v3.12. Other than that there should be no other breaking changes included in this release.

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

... (truncated)

Commits
  • e13a7e5 Release 4.0.0
  • e60c80a update release-it config
  • fff89b6 Merge pull request #532 from ef4/v2-addon
  • b7e0e3d readme
  • 769bc10 make sure moment is really optional...
  • d000659 don't send extra events during destruction
  • c60a7fa testdouble needs to skip babel when compiling for ie11
  • d8b8228 fix template lint
  • 2a6316c fix formatting in readme
  • 35780bd test-app should use same aliases in embroider and ember-auto-import
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ef4, a new releaser for ember-pikaday since your current version.


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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 7, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-pikaday-4.0.0 branch from 099ae77 to b11f9c4 Compare June 17, 2022 09:09
Bumps [ember-pikaday](https://github.com/adopted-ember-addons/ember-pikaday) from 2.4.1 to 4.0.0.
- [Release notes](https://github.com/adopted-ember-addons/ember-pikaday/releases)
- [Changelog](https://github.com/adopted-ember-addons/ember-pikaday/blob/master/CHANGELOG.md)
- [Commits](adopted-ember-addons/ember-pikaday@v2.4.1...v4.0.0)

---
updated-dependencies:
- dependency-name: ember-pikaday
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ember-pikaday-4.0.0 branch from b11f9c4 to 57ff3b1 Compare June 17, 2022 09:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants