Code Monkey home page Code Monkey logo

Comments (18)

greenkeeper avatar greenkeeper commented on May 17, 2024

After pinning to 4.31.2 your tests are passing again. Downgrade this dependency 📌.

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.32.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.32.1

4.32.1 (2018-01-22)

Bug Fixes

  • selectQuery: don't add empty HAVING clause (#8931) (335efd6)
Commits

The new version differs by 2 commits.

  • bb25c19 test: scope working or operator (#8933)
  • 335efd6 fix(selectQuery): don't add empty HAVING clause (#8931)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.32.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

  • 0258081 fix(symbols): symbols not assigned by lodash.defaults (#8937)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.32.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 6 commits.

  • b545767 fix(model): omit offset in findSeparate (#8987)
  • 7542b7e docs(migrations): fix config.json example (#8986)
  • ef0b537 chore(package): update validator to version 9.4.0 (#8976)
  • 314dcc9 docs(testimonials): update connected cars logo / url (#8975)
  • 8b0228b chore(package): update lcov-result-merger to version 2.0.0 (#8971)
  • f36db54 chore(package): update sinon to version 4.2.2 (#8958)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.32.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

  • a9730aa fix: pg@7 incompatibilities (#8979)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.32.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

  • d65a95c fix: remove pg-types from dependencies

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.32.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

  • a54a7a5 fix(model/findOrBuild): handle includes (#8938)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.32.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • 0cf1911 fix(sequelize/query): retry entire query (#8991)
  • ba26a85 docs(Getting Started): Update npm install for latest pg (#9000)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.33.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

  • f8a98a1 feat(mysql): bind parameters (#8861)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.33.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

  • 7cb7394 fix(escape): Escape null character in postgres (#9006)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.33.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

  • d92d0d5 fix(postgres/connection-manager): Don't leak OIDs between instances (#9026)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.33.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

  • 0abea9f fix(indexes): duplicate unique indexes with sync (#9033)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.33.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 4 commits.

  • e92dc6f fix(mssql): reject if end was called before connect (#9037)
  • cdd6b59 docs(query-interface): use common lower case format for addConstraint (#9038)
  • 224f329 chores: update dependencies (#9036)
  • 091abb4 test: alter:true create duplicate index

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.34.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.34.0

4.34.0 (2018-02-25)

Bug Fixes

Features

Commits

The new version differs by 6 commits.

  • 60c04d9 feat(query): add ability to pass arrays as replacements (#9050) (#9054)
  • 222b13f fix(sequelize/query): use hasOwnProperty for keys in query (#9100) (#9101)
  • f1c15df docs(getting-started): use operatorsAliases:false as default config(#9076)
  • 894fdf3 docs(createTable): attributes should be object (#9104)
  • ce39d38 docs: add missing comma
  • 196a381 docs(upgrade-v4): instruction for include and required (#9048)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.34.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.34.1

4.34.1 (2018-02-27)

Bug Fixes

  • model/upsert: support options.validation (#8872) (191819f)
Commits

The new version differs by 1 commits.

  • 191819f fix(model/upsert): support options.validation (#8872)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.35.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.35.0

4.35.0 (2018-02-28)

Bug Fixes

  • update validator.js to prevent denial of service (#9112) (bee03c1)

Features

Commits

The new version differs by 3 commits.

  • 5b6dae7 feat(dropSchema): support for mssql (#9081)
  • baba4bc docs: comma fix on 'several rows update' sample code (#9114)
  • bee03c1 fix: update validator.js to prevent denial of service (#9112)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.35.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.35.1

4.35.1 (2018-03-01)

Bug Fixes

  • query-generator: allow Op as comparator in sequelize.where (#9124) (476b08b)
Commits

The new version differs by 1 commits.

  • 476b08b fix(query-generator): allow Op as comparator in sequelize.where (#9124)

See the full diff

from pwa-fundamentals.

greenkeeper avatar greenkeeper commented on May 17, 2024

Version 4.35.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.35.2

4.35.2 (2018-03-04)

Bug Fixes

Commits

The new version differs by 3 commits.

  • c6cf176 fix: escape attributes
  • 5b77114 refactor(model): use QueryInterface getter (#9126)
  • e56a0a0 docs(querying): update comment for order example (#9125)

See the full diff

from pwa-fundamentals.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.