Giter Club home page Giter Club logo

Comments (5)

greenkeeper avatar greenkeeper commented on September 25, 2024

After pinning to 9.1.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from react-obfuscate.

greenkeeper avatar greenkeeper commented on September 25, 2024
  • The devDependency next was updated from 9.1.2 to 9.1.3.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 51 commits.

  • c5faf73 v9.1.3
  • 5bf6760 v9.1.3-canary.5
  • ec89e73 Add readme with experimental warning for plugins (#9345)
  • fd36e41 v9.1.3-canary.4
  • c8c4efb Remove the parameterized-routing example (#9297)
  • 7fe42fb v9.1.3-canary.3
  • 210dca8 Ensure we correctly decide on which packages need better interopt (#9327)
  • b9c71d3 Revert experimental plugins code from sentry example (#9317)
  • 0022633 Track framework bundle separately (#9322)
  • 42fca6f Track polyfill file changes (#9321)
  • bc176b3 [with-firebase] Update to Node v10 and fix lint errors (#9318)
  • e9e0609 update with-jest-react-testing-library (#9307)
  • 354de28 Only add static files route if folder exists (#9305)
  • b37fcbb Prevent CSS script tags in granular chunks (#9306)
  • 9defdd0 v9.1.3-canary.2

There are 51 commits in total.

See the full diff

from react-obfuscate.

greenkeeper avatar greenkeeper commented on September 25, 2024
  • The devDependency next was updated from 9.1.3 to 9.1.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v9.1.4

Minor Changes

  • Add a build-time emitted routes manifest with the dynamic routes (not used at runtime): #9347
  • Implement custom routes RFC: #9157

Patches

  • Update router to have only one route traverse pass: #9435
  • Fix typo in serverless loader: #9431
  • Remove getInitialProps from the faunadb example: #9427
  • Fix recursive copy failing if more folders than concurrency: #9429
  • With-graphql-faunadb: #9387
  • Updated readme: #9405
  • Fix up errors in tests: #9407
  • Test segment-level exacts are preferred: #9408
  • Fix(9312) - Fix redirect logic for with-cookie-auth: #9413
  • Refactor(router): extract handle slug method: #9414
  • Improve route param error message: 1544443
  • Upgrade TypeScript version: #9417
  • Integration test case for fetch alias: #9391
  • Linting should be strict: #9418
  • [Experimental] Catch-all Route Support: #9416
  • Remove top level usage of loader imports in next/document: #9419
  • Clean up old flag: #9421
  • Adjust Client Nav Test: #9422
  • Improve linting rules to catch more errors: #9374
  • Update dotenv example: #9372
  • Update webpack config to also take next-stylus into account: #9277
  • Fix typo in API routes documentation.: #9373
  • Check formatting on build: #9375
  • Polyfill Object.assign by Default: #9369
  • Add AMP First example: #9109
  • Initialize Git repo on app creation: #9376
  • Add extra step to contributing steps: #9377
  • Decrease the load priority of client _buildManifest: #9167
  • Replace historyId with initial page tracking: #9380
  • Fix Dynamic next export Page Hydration Mismatch: #9388
  • Amp-first example: fix broken inline script: #9389
  • Remove unused property skeleton: #9393
  • Add test for internal url handling in render: #9396
  • Don't treat static as an internal route when the folder is not provided: #9394
  • Test static folder: #9395
  • Add routes-manifest test: #9365
  • Fix canonical rel link generation: #9357
  • Bind fetch to self instead of window: #9368
  • Fix window.fetch Polyfill: #9364
  • Test CJS Import of isomorphic-unfetch: #9363
  • Update routes-manifest and add tests: #9361
  • Add check for now.json and custom server: #9346
  • Upgrade styled-jsx: #9348
  • Ignore shell-quote on Windows: #9296
  • Add full-icu package: #9286
  • Convert wrapper class to function component: #9095

Credits

Huge thanks to @timneutkens, @giuseppeg, @lemonCMS, @slobo, @francismarcus, @MathieuLoutre, @leerob, @sebastianbenz, @fauna-brecht, @lfades, @Timer, @jamesmosier, and @janicklas-ralph for helping!

Commits

The new version differs by 58 commits.

  • 0b18f85 v9.1.4
  • 3412555 v9.1.4-canary.8
  • 6a2c16a Update router to have only one route traverse pass (#9435)
  • c7d2da4 v9.1.4-canary.7
  • 09cab2d Fix typo in serverless loader (#9431)
  • fefe453 v9.1.4-canary.6
  • dd99050 Fix recursive copy failing if more folders than concurrency (#9429)
  • 8e20979 Remove getInitialProps from the faunadb example (#9427)
  • b0a79e0 v9.1.4-canary.5
  • 2f16a86 Adjust Client Nav Test (#9422)
  • d90c853 Clean up old flag (#9421)
  • 53f3cb6 Remove top level usage of loader imports in next/document (#9419)
  • ba5e694 [Experimental] Catch-all Route Support (#9416)
  • 34a38d2 Linting should be strict (#9418)
  • 332852b Integration test case for fetch alias (#9391)

There are 58 commits in total.

See the full diff

from react-obfuscate.

greenkeeper avatar greenkeeper commented on September 25, 2024
  • The devDependency next was updated from 9.1.4 to 9.1.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 173 commits.

  • d64587e v9.1.5
  • c4821c7 v9.1.5-canary.17
  • 8a04353 Update example/with-dynamic-import (#9667)
  • 963d598 Add tests for optional chaining and nullish coalescing (#9665)
  • 5fe7dcd v9.1.5-canary.16
  • d892229 Simplify config in with-jest-typescript example (#9664)
  • 26a6a37 feat: optional chaining and nullish coalescing (#9615)
  • f9e4f18 Update example analyze bundles (#9645)
  • a557b7e v9.1.5-canary.15
  • ed1a945 Disable SSG Transform on Non-SSG Pages (#9657)
  • 04b2f0e Use Real Identifier for SSG Transform (#9656)
  • cbf8e0b Bump Babel Cache Key (#9655)
  • 462aa91 Fix Linting Pre-Commit Hook (#9654)
  • 0c49d7d v9.1.5-canary.14
  • bbc62a0 Only Remove Server-Side Imports (#9653)

There are 173 commits in total.

See the full diff

from react-obfuscate.

greenkeeper avatar greenkeeper commented on September 25, 2024
  • The devDependency next was updated from 9.1.5 to 9.1.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 227 commits.

  • dbc0853 v9.1.6
  • bdedf2c v9.1.6-canary.11
  • fd95d6c Fix AMP HMR for child components (#9736)
  • 87d9b2e Add tests ensuring auto-exported amphtml rel is valid (#9762)
  • 2ba056a Add check for invalid assetPrefix (#9759)
  • a32af59 Fix Shared Sizes Missing Commons (#9752)
  • eee4efd Fix typo (change imperatively to imperative) (#9750)
  • 8267c8a Normalize RegEx source between node versions (#9749)
  • dc51a70 v9.1.6-canary.10
  • 950d67b Add experiment for prefetching (#9747)
  • 838aec8 v9.1.6-canary.9
  • 845dc08 Compute Gzip Sizes of Files (#9745)
  • 9622c65 v9.1.6-canary.8
  • 6fcb623 Add support for exporting from serverless build (#9744)
  • fafb466 Test failed SSG data request (#9738)

There are 227 commits in total.

See the full diff

from react-obfuscate.

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.