Git Product home page Git Product logo

mysql's People

Contributors

bash avatar dctrotz avatar dependabot[bot] avatar felixfbecker avatar greenkeeper[bot] avatar greenkeeperio-bot avatar jkruse14 avatar ljones92 avatar stevenmiller888 avatar unional avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mysql's Issues

An in-range update of typescript is breaking the build 🚨

Version 2.4.1 of typescript just got published.

Branch Build failing 🚨
Dependency typescript
Current Version 2.4.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As typescript is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes TypeScript 2.4

For release notes, check out the release announcement

For new features, check out the What's new in TypeScript 2.4.

For breaking changes, check out the Breaking changes in TypeScript 2.4 page.

For the complete list of fixed issues, check out the fixed issues query for Typescript 2.4.

Download:

Commits

The new version differs by 141 commits.

  • 8b2fe13 Update LKG.
  • 14d95ed Test:Block-scoped definition of Promise works
  • a8846bf Skip block scope check with no error location
  • 44f2336 Merge pull request #16633 from Microsoft/release-2.4_fixIncrementalParsing
  • 4875a27 Add tests
  • 15ef20d Set the structureReused to be safemoudles when dynamic import change
  • 6d33083 Add tests
  • 11b9f6e Wip-fix incremental parsing
  • 2721fd4 In TypeScript code, never bind JSDoc normally, just set parent pointers (#16555) (#16561)
  • 0968ed9 Revert string enum changes (#16569)
  • 096f8cc Update LKG
  • 9241175 Allow running in strict mode (#16557)
  • f49b007 Update LKG
  • f1b0f59 Update version to 2.4.1
  • ed9cde9 Update LKG

There are 141 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Make query() generic

The callback "return" type depends on the kind of query passed (SELECT, UPDATE, ...)

An in-range update of tslint is breaking the build 🚨

Version 5.5.0 of tslint just got published.

Branch Build failing 🚨
Dependency tslint
Current Version 5.4.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As tslint is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v5.5.0

Editor's note: This release features an important bugfix for overlapping fixes when using --project and --fix (#2864).

πŸŽ‰ New rules and options

πŸ›  Bugfixes & enhancements

Thanks to our contributors!

  • Klaus Meinhardt
  • Josh Goldberg
  • Petr Kosikhin
  • Pablo NΓΊΓ±ez
  • Benny Neugebauer
  • Radon Rosborough
  • reduckted
  • Chris Barr
  • Julian Verdurmen
Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

v2.15.3 broke Pool definition

Version 2.15.3

The following error occurs when attempting to use a type of Pool.

Error:(12, 42) TS2345: 	.
  Types of property 'config' are incompatible.

    Type 'PoolConfig' is not assignable to type 'PoolConfig'. Two different types with this name exist, but they are unrelated.
      Types of property 'typeCast' are incompatible.
        Type 'TypeCast' is not assignable to type 'TypeCast'. Two different types with this name exist, but they are unrelated.
          Type '(field: FieldInfo & { type: string; length: number; string(): string; buffer(): Buffer; geometry(...' is not assignable to type 'TypeCast'.
            Type '(field: FieldInfo & { type: string; length: number; string(): string; buffer(): Buffer; geometry(...' is not assignable to type '(field: FieldInfo & { type: string; length: number; string(): string; buffer(): Buffer; geometry(...'. Two different types with this name exist, but they are unrelated.
              Types of parameters 'field' and 'field' are incompatible.
                Type 'FieldInfo & { type: string; length: number; string(): string; buffer(): Buffer; geometry(): Geome...' is not assignable to type 'FieldInfo & { type: string; length: number; string(): string; buffer(): Buffer; geometry(): Geome...'. Two different types with this name exist, but they are unrelated.
                  Type 'FieldInfo & { type: string; length: number; string(): string; buffer(): Buffer; geometry(): Geome...' is not assignable to type 'FieldInfo'.
                    Types of property 'type' are incompatible.
                      Type '(Types.DECIMAL & string) | (Types.TINY & string) | (Types.SHORT & string) | (Types.LONG & string)...' is not assignable to type 'Types'.
                        Type 'Types.DECIMAL & string' is not assignable to type 'Types'.

Here is the snippet of code:

public constructor(pool: Pool) {
     this._pool = pool;
     this._gateway = new TableGateway(pool, 'users');
}

Here is the signature of TableGateway:

constructor(connectionPool: Pool, tableName: string, primaryKey?: string);

Downgrading to v2.15.2 fixes the issue.

TS version is 2.7.2

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.