Skip to content

Conversation

@dependabot-preview
Copy link

Bumps bookshelf from 0.10.4 to 0.14.2.

Release notes

Sourced from bookshelf's releases.

0.14.2

0.14.2 Dec 17, 2018 - Diff

Bug fixes

  • Fix crash when using groupBy with table qualifier in pagination plugin: #1928
  • Fix undefined transaction object with Knex 0.15+: #1926

Refactoring

  • Refactor logic behind .timestamp()'s decision for when to update the updated_at column: #1892

0.14.1

0.14.1 Dec 09, 2018 - Diff

Enhancements

  • Allow passing custom options to the pagination plugin's internal count method. This is useful for better interoperability with other plugins: #1914

Bug fixes

  • Fix withRelated fetch option not always grouping properly when using binary primary keys: #1918

Documentation

  • Add a basic Events guide and fix some issues with the events doclets: #1917

0.14.0

0.14.0 Dec 09, 2018 - Diff

Breaking changes

  • The previous() and previousAttributes() methods were changed so that whenever a model is saved or destroyed the previous attributes are no longer reset to the current attributes. Since the old behavior wasn't very useful it's likely this won't cause issues for many people. There's a migration guide in case you are affected by this change. #1848
  • Fix incorrect results in collection when models have duplicate ids. Checkout the migration guide in case you are affected by this. #1846
  • Empty hasOne relation will now return null instead of {} when serialized: #1839. There's a migration guide in the rare event this causes you problems.
  • Add more helpful error messages on bad or insufficient morphTo data: #1824. There's a migration guide in case you are affected by this.
  • Changed the existing functionality so that saving a model that hasn't changed will not update its updated_at attribute: #1798. Checkout the migration guide in case you are affected by this.

Enhancements

  • Make collections iterable using for ... of loops: #1830
  • Add row-level locking options: #1810

Bug fixes

  • Return clones of nested objects in previousAttributes(): #1876
  • Fix incorrect rowCount value when using groupBy with fetchPage(): #1852
  • Fix eager loading of relations when using parse/format: #1838
  • Fix inability to install bookshelf from git commit: #1835
  • Fix timestamp() setting a key named "null" in some cases: #1820
... (truncated)
Changelog

Sourced from bookshelf's changelog.

Change Log

1.0.1 Oct 06, 2019 - Diff

Bug fixes

  • Fix JSON.stringify causing TypeError in some cases: #2029

Documentation

  • Add documentation for Model#id: #2031
  • Fix number of arguments in Model#save doclet: #2030

Dependencies

  • Update js-yaml to version 3.13.1: #2023
  • Update handlebars to version 4.2.1: #2022
  • Update uuid to version 3.3.3: #2021
  • Update sqlite3 to version 4.1.0: #2021
  • Update sinon to 7.4.2: #2021
  • Update prettier to 1.18.2: #2021
  • Update mocha to version 6.2.0: #2021
  • Update lint-staged to version 9.2.5: #2021
  • Update jsdoc to version 3.6.3: #2021
  • Update husky to version 3.0.5: #2021
  • Update eslint-plugin-prettier to version 3.1.1: #2021
  • Update eslint-config-prettier to version 6.3.0: #2021
  • Update eslint to version 6.4.0: #2021
  • Update chai to 4.2.0: #2021
  • Update eslint-utils from 1.3.1 to 1.4.2: #2020

1.0.0 Sep 13, 2019 - Diff

Breaking changes

  • This version requires Node.js 8+ if using a Knex version greater than 0.18.4, otherwise Node.js 6 is still supported: #1991
  • Make require: true the default for Model#fetch: #2006
  • Remove some Model and Collection lodash based methods: #2005
  • Change Collection#where so it behaves like Model#where: #2001
  • Move all plugins to their own repositories: #2000
  • Promote some useful plugins to core: #1992, #1993, #1996

Enhancements

  • Refresh model attributes after a save operation: #2012

Bug fixes

... (truncated)
Commits
  • 90cb203 Release 0.14.2
  • 62371cc Merge pull request #1928 from bookshelf/rg-fix-pagination-groupby
  • 36b165a Fix crash when using groupBy with table qualifier
  • 68e8537 Merge pull request #1926 from jbrumwell/patch-1
  • cb1093b Fix changelog
  • e7ddf72 Pass proper context
  • ec58b8d Merge pull request #1892 from eerenyuan/master
  • 1d37ed5 Merge branch 'master' into master
  • 4b4a420 Add more instructions to publishing procedure
  • 108a390 Modify postpublish script to add new files to git
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by devius, a new releaser for bookshelf 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.


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 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 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)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 6, 2019
@dependabot-preview
Copy link
Author

Superseded by #83.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/bookshelf-0.14.2 branch February 23, 2021 04:35
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.

2 participants