Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps typesafe-actions from 1.1.3 to 3.0.0.

Release notes

Sourced from typesafe-actions's releases.

v3.0.0

BREAKING:

From v3.x.x the minimum required TS version is v3.2.

This allow us to benefit from new type-checker features like tuple types and to simplify some existing complexity in function overloads.
This should help us in the long run to implement new features faster.

v2.2.0

NEW API

createActionWithType

create custom action-creator using constructor function with injected type argument

createActionWithType(type, constructorFunction): 

https://github.com/piotrwitek/typesafe-actions#createactionwithtype

FIXED:

Resolved #68
Resolved #53
Resolved #91
Resolved #44
Resolved #74
Resolved #77
Resolved #100
Resolved #42

v2.1.1

Removed test files from published npm bundle

v2.1.0

  • Extended isOfType to accept array of types to be consistent with isActionOf (#86)
  • Added better redux-actions compatibility for easier migration (#96)

Improved conditional types

Improved types for scenarios when user wants to create actions with meta property but without payload property.
https://github-redirect.dependabot.com/piotrwitek/typesafe-actions/issues/43

Official v2.0 Release

Added a bunch of new API to cover 95% of common use-cases people encounter while working with Redux Action Creators in TypeScript:

  • those who wants quickly and easily generate Discriminated Union Type from action creator module (ActionType)
  • those who likes to preserve action-creator parameters names (action & createAction)
  • those who uses Generic Interface for payload/meta arguments (createStandardAction)
  • those who wants to cut boilerplate for composite actions when handling network requests (createAsyncAction)

There was also internal refactoring, added lots of new test cases for runtime and types, and improved build process using Rollup, which generates nice bundles for different build workflows (commonjs, es-modules, amd for browser)

Commits
  • 7960046 3.0.0 (minimal TS v3.0)
  • 87e9328 Removed unsupporter tslint option
  • b878838 Updated examples/starter typesafe-actions to recent release
  • 56c8b33 Prepare release v2.2.0 (minimal TS v2.9)
  • 355ad19 Big project update v3 (#99)
  • ba563ae Additional overloads to avoid ambiguous isActionOf type resolution for #63 (#94)
  • 63c9423 Updated package-lock
  • aaa91ca 2.1.1
  • 8e3f89a Removed specs from npm bundle
  • 4bc122f 2.1.0
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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
  • @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 This pull request updates dependency files label Feb 13, 2019
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1105

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 26.093%

Totals Coverage Status
Change from base Build 1099: 0.0%
Covered Lines: 922
Relevant Lines: 2994

💛 - Coveralls

Copy link
Member

@podocarp podocarp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and working

@podocarp podocarp merged commit 3c9c63c into master Feb 13, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/typesafe-actions-3.0.0 branch February 13, 2019 15:47
gerhean added a commit that referenced this pull request Feb 15, 2019
* update js-slang imports, and use null for empty list

* pass tests

* pass tests

* format all external libraries with prettier

* Update README.md

* minorOverviewChanges

* minorOverviewChanges1

* AddedAssignmentSupport

* minorOverviewChanges2

* placed xmlpharser in alt file

* update js-slang to version 0.2.0

* Bump showdown from 1.8.6 to 1.8.7 (#397)

Bumps [showdown](https://github.com/showdownjs/showdown) from 1.8.6 to 1.8.7.
- [Release notes](https://github.com/showdownjs/showdown/releases)
- [Changelog](https://github.com/showdownjs/showdown/blob/master/CHANGELOG.md)
- [Commits](showdownjs/showdown@1.8.6...1.8.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* update acorn, fix order of imports

* Bump react-redux from 5.0.7 to 5.1.0 (#401)

Bumps [react-redux](https://github.com/reduxjs/react-redux) from 5.0.7 to 5.1.0.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v5.0.7...v5.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump react-ace from 6.1.4 to 6.2.0 (#398)

Bumps [react-ace](https://github.com/securingsincity/react-ace) from 6.1.4 to 6.2.0.
- [Release notes](https://github.com/securingsincity/react-ace/releases)
- [Changelog](https://github.com/securingsincity/react-ace/blob/master/CHANGELOG.md)
- [Commits](securingsincity/react-ace@6.1.4...6.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump react from 16.4.2 to 16.6.0 (#399)

Bumps [react](https://github.com/facebook/react) from 16.4.2 to 16.6.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](facebook/react@v16.4.2...v16.6.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump node-sass-chokidar from 1.3.3 to 1.3.4 (#400)

Bumps [node-sass-chokidar](https://github.com/michaelwayman/node-sass-chokidar) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/michaelwayman/node-sass-chokidar/releases)
- [Changelog](https://github.com/michaelwayman/node-sass-chokidar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/michaelwayman/node-sass-chokidar/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* [Security] Bump stringstream from 0.0.5 to 0.0.6 (#414)

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. **This update includes security fixes.**
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](mhart/StringStream@v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump typesafe-actions from 1.1.3 to 3.0.0 (#438)

Bumps [typesafe-actions](https://github.com/piotrwitek/typesafe-actions) from 1.1.3 to 3.0.0.
- [Release notes](https://github.com/piotrwitek/typesafe-actions/releases)
- [Commits](piotrwitek/typesafe-actions@v1.1.3...v3.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* update readme

* [Security] Bump lodash from 4.17.10 to 4.17.11 (#434)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.11. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Changelog](https://github.com/lodash/lodash/blob/master/CHANGELOG)
- [Commits](lodash/lodash@4.17.10...4.17.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* [Security] Bump macaddress from 0.2.8 to 0.2.9 (#415)

Bumps [macaddress](https://github.com/scravy/node-macaddress) from 0.2.8 to 0.2.9. **This update includes security fixes.**
- [Release notes](https://github.com/scravy/node-macaddress/releases)
- [Commits](scravy/node-macaddress@0.2.8...0.2.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/enzyme from 3.1.13 to 3.1.17 (#440)

Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped) from 3.1.13 to 3.1.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* created editing folder

copy of assessment, may be merged later

* added interface

* library parsing

* Local storage

Missions are now loaded in local storage

* packages fixed
gerhean added a commit that referenced this pull request Feb 20, 2019
* update js-slang imports, and use null for empty list

* pass tests

* pass tests

* format all external libraries with prettier

* Update README.md

* minorOverviewChanges

* minorOverviewChanges1

* AddedAssignmentSupport

* minorOverviewChanges2

* placed xmlpharser in alt file

* update js-slang to version 0.2.0

* Bump showdown from 1.8.6 to 1.8.7 (#397)

Bumps [showdown](https://github.com/showdownjs/showdown) from 1.8.6 to 1.8.7.
- [Release notes](https://github.com/showdownjs/showdown/releases)
- [Changelog](https://github.com/showdownjs/showdown/blob/master/CHANGELOG.md)
- [Commits](showdownjs/showdown@1.8.6...1.8.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* update acorn, fix order of imports

* Bump react-redux from 5.0.7 to 5.1.0 (#401)

Bumps [react-redux](https://github.com/reduxjs/react-redux) from 5.0.7 to 5.1.0.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v5.0.7...v5.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump react-ace from 6.1.4 to 6.2.0 (#398)

Bumps [react-ace](https://github.com/securingsincity/react-ace) from 6.1.4 to 6.2.0.
- [Release notes](https://github.com/securingsincity/react-ace/releases)
- [Changelog](https://github.com/securingsincity/react-ace/blob/master/CHANGELOG.md)
- [Commits](securingsincity/react-ace@6.1.4...6.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump react from 16.4.2 to 16.6.0 (#399)

Bumps [react](https://github.com/facebook/react) from 16.4.2 to 16.6.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](facebook/react@v16.4.2...v16.6.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump node-sass-chokidar from 1.3.3 to 1.3.4 (#400)

Bumps [node-sass-chokidar](https://github.com/michaelwayman/node-sass-chokidar) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/michaelwayman/node-sass-chokidar/releases)
- [Changelog](https://github.com/michaelwayman/node-sass-chokidar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/michaelwayman/node-sass-chokidar/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* [Security] Bump stringstream from 0.0.5 to 0.0.6 (#414)

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. **This update includes security fixes.**
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](mhart/StringStream@v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump typesafe-actions from 1.1.3 to 3.0.0 (#438)

Bumps [typesafe-actions](https://github.com/piotrwitek/typesafe-actions) from 1.1.3 to 3.0.0.
- [Release notes](https://github.com/piotrwitek/typesafe-actions/releases)
- [Commits](piotrwitek/typesafe-actions@v1.1.3...v3.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* update readme

* [Security] Bump lodash from 4.17.10 to 4.17.11 (#434)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.11. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Changelog](https://github.com/lodash/lodash/blob/master/CHANGELOG)
- [Commits](lodash/lodash@4.17.10...4.17.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* [Security] Bump macaddress from 0.2.8 to 0.2.9 (#415)

Bumps [macaddress](https://github.com/scravy/node-macaddress) from 0.2.8 to 0.2.9. **This update includes security fixes.**
- [Release notes](https://github.com/scravy/node-macaddress/releases)
- [Commits](scravy/node-macaddress@0.2.8...0.2.9)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Bump @types/enzyme from 3.1.13 to 3.1.17 (#440)

Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped) from 3.1.13 to 3.1.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* created editing folder

copy of assessment, may be merged later

* added interface

* library parsing

* Local storage

Missions are now loaded in local storage

* packages fixed

* export library

* Added UI to edit assessmentsOverview

* Moved edititngOverviewCard logic

new file edititngOverviewCard

* export added

* minor debugging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This pull request updates dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants