Skip to content

chore(deps): bump @dhis2/cli-app-scripts from 1.4.4 to 1.5.3#156

Merged
amcgee merged 1 commit intomasterfrom
dependabot/npm_and_yarn/dhis2/cli-app-scripts-1.5.3
Oct 9, 2019
Merged

chore(deps): bump @dhis2/cli-app-scripts from 1.4.4 to 1.5.3#156
amcgee merged 1 commit intomasterfrom
dependabot/npm_and_yarn/dhis2/cli-app-scripts-1.5.3

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview Bot commented Oct 3, 2019

Bumps @dhis2/cli-app-scripts from 1.4.4 to 1.5.3.

Release notes

Sourced from @dhis2/cli-app-scripts's releases.

v1.5.3

1.5.3 (2019-10-03)

Bug Fixes

  • make i18n consistently functional (#98) (291980a)

v1.5.2

1.5.2 (2019-10-03)

Bug Fixes

  • don't dynamically load the app adapter (prevent blank flash) (#97) (5d2d491)

v1.5.1

1.5.1 (2019-09-30)

Bug Fixes

  • deps: upgrade @dhis2/app-runtime to 2.0.2 (61b8a62)

v1.5.0

1.5.0 (2019-09-30)

Features

  • add support for standalone mode (default in development) (#70) (485b6da)

v1.4.5

1.4.5 (2019-09-30)

Bug Fixes

  • don't drop .gitignore lines that aren't in a section (#88) (7372a0c)
Changelog

Sourced from @dhis2/cli-app-scripts's changelog.

1.5.3 (2019-10-03)

Bug Fixes

  • make i18n consistently functional (#98) (291980a)

1.5.2 (2019-10-03)

Bug Fixes

  • don't dynamically load the app adapter (prevent blank flash) (#97) (5d2d491)

1.5.1 (2019-09-30)

Bug Fixes

  • deps: upgrade @dhis2/app-runtime to 2.0.2 (61b8a62)

1.5.0 (2019-09-30)

Features

  • add support for standalone mode (default in development) (#70) (485b6da)

1.4.5 (2019-09-30)

Bug Fixes

  • don't drop .gitignore lines that aren't in a section (#88) (7372a0c)
Commits
  • 444ee38 chore(release): cut 1.5.3 [skip ci]
  • 291980a fix: make i18n consistently functional (#98)
  • 6989b8c chore(release): cut 1.5.2 [skip ci]
  • 5d2d491 fix: don't dynamically load the app adapter (prevent blank flash) (#97)
  • 85d222d chore(deps): bump rollup from 1.21.4 to 1.22.0 (#87)
  • 0911c4b chore(deps): bump handlebars from 4.3.3 to 4.4.0 (#89)
  • a8e10fe chore(deps-dev): bump eslint from 6.4.0 to 6.5.0 (#86)
  • 85da84f chore(deps-dev): bump react-test-renderer in /shell (#85)
  • 97f5caf chore(deps): bump react from 16.9.0 to 16.10.1 in /shell (#82)
  • f23e673 chore(deps): bump @dhis2/ui-core from 3.11.0 to 3.11.1 in /shell/adapter (#92)
  • 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 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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Oct 3, 2019
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/dhis2/cli-app-scripts-1.5.3 branch 2 times, most recently from 8604ee0 to 46fce62 Compare October 9, 2019 22:01
Bumps [@dhis2/cli-app-scripts](https://github.com/amcgee/dhis2-app-platform) from 1.4.4 to 1.5.3.
- [Release notes](https://github.com/amcgee/dhis2-app-platform/releases)
- [Changelog](https://github.com/dhis2/app-platform/blob/master/CHANGELOG.md)
- [Commits](dhis2/app-platform@v1.4.4...v1.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/dhis2/cli-app-scripts-1.5.3 branch from 46fce62 to 6ba8861 Compare October 9, 2019 23:04
@amcgee amcgee merged commit 2ae6bf7 into master Oct 9, 2019
@amcgee amcgee deleted the dependabot/npm_and_yarn/dhis2/cli-app-scripts-1.5.3 branch October 9, 2019 23:19
dhis2-bot added a commit that referenced this pull request Oct 9, 2019
# [2.4.0](v2.3.1...v2.4.0) (2019-10-09)

### Bug Fixes

* **deps:** bump @dhis2/cli-style from 4.1.2 to 4.1.3 ([#157](#157)) [skip ci] ([957fd62](957fd62))

### Features

* **deps:** bump @dhis2/cli-app-scripts from 1.4.4 to 1.5.3 ([#156](#156)) ([2ae6bf7](2ae6bf7))
@dhis2-bot
Copy link
Copy Markdown
Contributor

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants