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

Update objection to the latest version 🚀 #23

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Oct 31, 2017

Version 0.9.0 of objection was just published.

Dependency objection
Current Version 0.8.9
Type devDependency

The version 0.9.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of objection.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 85 commits ahead by 85, behind by 2.

  • 5b00336 fixes #532
  • 17e58bb use prettier to format code
  • 6ddeed4 Support named filters on relations
  • af409a5 Move filter handling from modify to applyFilter
  • f5fe66f fixes #527
  • 4ab1a74 document return values of queries. closes #529
  • 53e7e44 fix typos in docs
  • cd0fc94 add options for insertGraph. closes #586
  • bfd3ab4 Simplify UpsertNode by the addition of decideType
  • 4bc2d80 Add reduce method to queryBuilder.
  • 9ab2536 Add upsertGraphAndFetch method
  • 2f14a57 Fix a few typos in documentation
  • e1c1206 added link to objection-soft-delete with blurb
  • bd831ff Update README.md
  • 8b39061 Support insertMissing in upsertGraph for root models

There are 85 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Nov 19, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 19, 2017

Version 0.9.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 63 commits.

  • a325eb8 0.9.1
  • be750c2 add tests for query builder hook typings
  • 251954f better typings for runAfter
  • 85b1ea6 add typings for alias, tableRefFor and tableNameFor methods
  • 73036ce a better test for ColumnNameMappers
  • c4e7236 Rename AnyObject to Pojo
  • 0bc91d3 add missing semicolon
  • b175542 add option for insertGraph
  • c673d0a remove RelatedQueryBuilder. That doesn't exist anymore
  • 20b30bb add snakeCaseMappers
  • 40c8642 fix query builder hook signatures and add onError hook
  • 9fd6d81 Add AnyObject type to be used in the overridable functions that take random json
  • e6f34e6 use async/await in the ES6 example project
  • 1e7431b typo fixed
  • 09a7296 add tests for toKnexRaw method

There are 63 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 20, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 20, 2017

Version 0.9.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 21, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 21, 2017

Version 0.9.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 43 commits.

  • c4a9a52 document related*QueryMutates. closes #599
  • a9e08de add Model.relatedFindQueryMutates and Model.relatedInsertQueryMutates
  • 5da8def add private setRelated and appendRelated helpers for model
  • c6e04b0 Merge pull request #660 from mattleff/patch-1
  • 57de393 Merge pull request #661 from mceachen/fixRelationMappingsTyping
  • f49f8f4 Add TypeScript support to thunked relationMappings
  • c1f73d6 Add TS typings for upsertGraphAndFetch
  • 1444a9b unify data passing from query builder to query operations
  • 59f8b6a add test for changing join type in joinEager
  • ab01531 cleanup AjvValidator
  • 5e92c7f documentation tweaks
  • c52d228 Merge pull request #655 from mceachen/fix-652
  • c8c9485 Merge branch 'master' into fix-652
  • a4997a9 Merge branch 'master' into fix-652
  • 8598ef2 pull in latest prettier

There are 43 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 24, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 24, 2017

Version 0.9.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • f9c7307 v0.9.4
  • 6aacce2 always convert query result from array to object in onAfter3 for consistency. fixes #627
  • 039350e optimize toJson
  • 4b97ac3 add findByIds to typings. fixes #674
  • 05368cb mention in the docs that uidProp etc. cannot collide with model properties
  • c170542 add Model.concurrency
  • 54782b5 add reproduction-template
  • 397ad53 allow HasManyRelation relates with upsertGraph and throw if same is attempted with insertGraph. fixes #672
  • 5154222 cleanup modelToJson module
  • a128f16 remove outdated tutorial link from README.md
  • 6634f3e add objection-db-errors to plugin list
  • 09a2cf7 use hidden instance properties instead of queryProps map

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 14, 2018

Version 1.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 195 commits.

  • 21b09ca Doc: Add missing arg in runBefore() / runAfter()
  • 794575f v1.0.0 🎉
  • 58caf74 remove super calls from afterGet example because of severe performane implications
  • 02b8ddb add super calls to hook examples in the docs
  • 926b3a6 document knexIdentifierMapping
  • 747246a fix test freezing bug when an error occurs
  • 14d0837 v1.0.0-rc.13
  • 4db6fad Remove unused relationName parameters
  • c37d289 add error for #782 for now
  • fc234a1 Fix semi-colon in doc example
  • ee38a5c fixes #789
  • ef55517 Run prettier on reproduction-template.js
  • 2323962 use objection@next in examples
  • 67f655a add 0 in knex version in example package.json
  • d7318ea fixes #785

There are 195 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2018

Version 1.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 24 commits.

  • 586b875 v1.0.1
  • 8b96a1f Add NotFoundError to typings. Closes #818
  • 660fffe propose to change the extra to accept object for alias
  • c87cb6d fixes #844
  • 2c02d8d fix loadRelated types
  • 760de65 add QueryBuilderYieldingOne interface
  • d491c1a fix type examples
  • 63d535d don't call returning on sqlite to prevent a knex warning message
  • f398479 document idColumn a little better and throw a clearer error when missing idColumn is detected. closes #831
  • 98ad546 use plural lowercase tablenames to prevent confusion with model class names in the documentation. closes #823
  • 4f00a39 Update API.md
  • ef9248f Update API docs to reflect actual behavior of toSQL() and toString()
  • 3d4c95c combine strict compiler options
  • fa3f6ae Expand modify/filter documentation
  • cc16940 fix a bug caused by: forShare and forUpdate can be called without transaction in knex 0.14.4

There are 24 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 31, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 31, 2018

Version 1.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • f61e2c6 v1.1.0
  • fda61c5 fixes #855
  • 4e2b8b6 i accidentally an old test
  • 7ba63c4 add test case for #858
  • a0672ab throw if through object is given for relations that don't support it. fixes #857
  • 1d80d54 ensureRelation returns null if relation is string
  • 0c714a1 fix randomly failing test
  • d3565c7 document eager object notation
  • cb17f34 add tests for eager loading with object expressions
  • ec1ef33 add optional object notation for relation expressions. closes #771

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 3, 2018

Version 1.1.1 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 5, 2018

Version 1.1.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 8b7e006 v1.1.2
  • 4db4b6c fixes #868
  • ca903cd add 'virtuals' option for toJSON and $toJson methods. closes #866

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 6, 2018

Version 1.1.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 10, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 10, 2018

Version 1.1.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • b90afea fix subquery bug causing incompatibility with knex 0.14.5 and sqlite3
  • dc34a94 doc: patch does not validate field expressions

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 13, 2018

Version 1.1.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • d243c90 **cking prettier
  • 497d99f don't use Object.values which is not supported by node 6
  • 5e8349c fix a bug where insertGraph didn't obey Model.concurrancy
  • 5e5a50c v1.1.5
  • c85edad add onBuildKnex method. closes #807
  • 4af8973 fix small corner case bug in Model.tableMetadata method
  • ff9af5d add fetchTableMetadata and tableMetadata to public API. closes #871
  • ebc6090 mention in static relatedQuery docs that a transaction never needs to be passed to it
  • 9e900b1 sp
  • 70da02a typo fix in docs

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 15, 2018

Version 1.1.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 0e1af28 v1.1.6
  • a04e12e add typings for onBuildKnex
  • 5263d4f Remove private parentBuilder parameter
  • 1b07a75 Update FetchTableMetadataOptions def
  • c1f9dff Types for tableMetadata and fetchTableMetadata

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 18, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 18, 2018

Version 1.1.7 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 2, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 2, 2019

  • The devDependency objection was updated from 0.8.9 to 2.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 3, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 3, 2019

  • The devDependency objection was updated from 0.8.9 to 2.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 4, 2019

  • The devDependency objection was updated from 0.8.9 to 2.0.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 9, 2019

  • The devDependency objection was updated from 0.8.9 to 2.0.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 10, 2019

  • The devDependency objection was updated from 0.8.9 to 2.0.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 10, 2019

  • The devDependency objection was updated from 0.8.9 to 2.0.6.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 13, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 13, 2019

  • The devDependency objection was updated from 0.8.9 to 2.0.7.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 23, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 23, 2019

  • The devDependency objection was updated from 0.8.9 to 2.0.8.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 24, 2019

  • The devDependency objection was updated from 0.8.9 to 2.0.10.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 8, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 8, 2020

  • The devDependency objection was updated from 0.8.9 to 2.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 12, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 12, 2020

  • The devDependency objection was updated from 0.8.9 to 2.1.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 12, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 12, 2020

  • The devDependency objection was updated from 0.8.9 to 2.1.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 17, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 17, 2020

  • The devDependency objection was updated from 0.8.9 to 2.1.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 26, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 26, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency objection was updated from 0.8.9 to 2.1.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 26, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 26, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency objection was updated from 0.8.9 to 2.1.5.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants