Git Product home page Git Product logo

Comments (7)

greenkeeper avatar greenkeeper commented on June 3, 2024

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

from preact-task-board.

greenkeeper avatar greenkeeper commented on June 3, 2024
  • The devDependency webpack-cli was updated from 3.3.3 to 3.3.4.

Your tests are still failing with this version. Compare changes

Release Notes for Webpack CLI v3.3.4

Webpack CLI version 3.3.4 is the last version we are going to support with the old CLI interface before version 4 is released. It comes with a bugfix for errors in a webpack configuration and fixes to infrastructure not related to the core packages. A full changelog is available here

Love, webpack team ♥️

Commits

The new version differs by 30 commits.

  • 08edf57 Merge pull request #954 from webpack/v.3.3.4
  • 186166f chore: v.3.3.4
  • 8acf08f Merge pull request #952 from pranshuchittora/docs/readme
  • 8b00884 chore: remove unused pkgs
  • 478340d chore: fix prompt
  • 0acd33e Merge pull request #949 from rishabh3112/fix/not-found
  • 23eddcb chore: improved err msg
  • d025bf5 Merge branch 'master' of github.com:webpack/webpack-cli into docs/readme
  • 3857b0d Merge pull request #947 from anikethsaha/docs/init
  • 8ac2b74 docs(readme): removes the docs url for removed packages
  • cd51fba Merge branch 'master' of github.com:webpack/webpack-cli into docs/readme
  • 7f4d100 Merge pull request #951 from anikethsaha/fix/command-mismatching
  • c2a11da docs(readme): fixes toc styling
  • bf0efa5 chore: removed the commented statement
  • a2062f2 fix: module not found error

There are 30 commits in total.

See the full diff

from preact-task-board.

greenkeeper avatar greenkeeper commented on June 3, 2024
  • The devDependency webpack-cli was updated from 3.3.4 to 3.3.5.

Your tests are still failing with this version. Compare changes

Release Notes for Webpack CLI v3.3.5

Webpack-CLI v3.3.5 has a patch to remove the donation banner that causes some irritation around donations to webpack and for windows users. We've removed this and a full changelog is found here

Commits

The new version differs by 16 commits.

  • 30b1b8d chore: v3.3.5
  • 76b75ac chore: remove donation section
  • 8913928 chore: update pkg lock
  • a37477d cli: remove donation prompt
  • 002a6ac Merge pull request #970 from dhruvdutt/postinstall
  • cd54ba5 chore(scripts): clean opencollective
  • 0c1f6b6 chore(scripts): clean postinstall
  • 313e83e chore(deps): update major versions (#969)
  • 6105ef1 fix(deps): move prettier from dependencies to devDependencies (#968)
  • dad54f4 chore(ts): enables source map in the ts (#961)
  • d7cdab9 Merge pull request #960 from DanielRuf/fix/use-strict
  • 6015bad chore: added await in order to resolve the pending promise (#948)
  • 670efc7 fix: change "usr strict" to "use strict"
  • dc25beb Merge pull request #959 from webpack/fix/deps
  • 69f364e fix: update deps

There are 16 commits in total.

See the full diff

from preact-task-board.

greenkeeper avatar greenkeeper commented on June 3, 2024
  • The devDependency webpack-cli was updated from 3.3.5 to 3.3.6.

Your tests are still failing with this version. Compare changes

Release Notes for Webpack CLI v3.3.6

Webpack CLI v3.3.6 is a security patch that fixes vulnerabilities. Please upgrade if not done so already. A full changelog available here

Stay safe🙏🏽

Commits

The new version differs by 12 commits.

  • a56e916 chore: v3.3.6
  • 110fa5e chore: fix sec vuln
  • 6c766f8 Merge pull request #974 from jamesgeorge007/feat/minor-refactor
  • 7978d77 Merge pull request #975 from pranshuchittora/chore-typo
  • ba471f8 chore: prevent weird behaviour of pre-commit hook (#973)
  • 49e4adc docs: remove deprecated packages description (#979)
  • a30a027 fix: minor refactor
  • 7553ae7 fix: update comments
  • 941da90 chore: include comments
  • 0d9aa9a fix: minor fix
  • d2e3e80 chore(serve): refactor code to be more concise
  • bd5c1ce chore(utils): fixes typo in scaffold

See the full diff

from preact-task-board.

greenkeeper avatar greenkeeper commented on June 3, 2024
  • The devDependency webpack-cli was updated from 3.3.7 to 3.3.8.

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

Release Notes for Webpack-CLI v3.3.8

Webpack-CLI v3.3.8 comes with a validation bugfix to support webpack 5 and version 4. A full changelog is found here

Commits

The new version differs by 14 commits.

  • 7b1e946 chore: version update
  • 64fd810 Merge pull request #1065 from webpack/fix/patch
  • 70bf934 tests: add schema tests
  • 4275fd5 chore: remove lint err
  • 065e87e chore: abstract validation
  • 55b770c chore: vuln patch
  • d28f9f5 fix: support both webpack versions
  • 9487ee5 chore: v3.3.7
  • b20ecd3 Merge pull request #1024 from webpack/fix/no-config-mode
  • 45b9127 chore: resolve differently
  • 43fc033 chore: update lockfile & pass nil
  • 97d5c75 chore: lock deps
  • 635bfa3 chore: lock deps
  • fb31cc4 fix: resolve opts when no-config

See the full diff

from preact-task-board.

greenkeeper avatar greenkeeper commented on June 3, 2024
  • The devDependency webpack-cli was updated from 3.3.8 to 3.3.9.

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

Release Notes for Webpack-CLI v3.3.9

This patch contains a fix for a hanging exit condition. A full changelog found here

Commits

The new version differs by 17 commits.

  • 48c03ab chore: v3.3.9
  • a1341bd Merge pull request #1078 from lneveu/fix/process-exit-hang
  • ee001bd fix: use process.exitCode instead of process.exit in compilerCallback
  • 7b1e946 chore: version update
  • 64fd810 Merge pull request #1065 from webpack/fix/patch
  • 70bf934 tests: add schema tests
  • 4275fd5 chore: remove lint err
  • 065e87e chore: abstract validation
  • 55b770c chore: vuln patch
  • d28f9f5 fix: support both webpack versions
  • 9487ee5 chore: v3.3.7
  • b20ecd3 Merge pull request #1024 from webpack/fix/no-config-mode
  • 45b9127 chore: resolve differently
  • 43fc033 chore: update lockfile & pass nil
  • 97d5c75 chore: lock deps

There are 17 commits in total.

See the full diff

from preact-task-board.

greenkeeper avatar greenkeeper commented on June 3, 2024
  • The devDependency webpack-cli was updated from 3.3.9 to 3.3.10.

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

Release Notes for Webpack CLI v3.3.10

Version 3.3.10 comes with a new flag no-cache, version patches to security and removal of out-of-sync mono-repo tests. The change is considered a patch, since no functionality is changed.

Full changelog found here

Commits

The new version differs by 21 commits.

  • f9f0860 chore: v3.3.10
  • 08a7650 chore: remove un-synced tests
  • 1208aa6 feat: add new flag and patch sec dep (#1102)
  • 6ad6099 chore: sec patch
  • 48c03ab chore: v3.3.9
  • a1341bd Merge pull request #1078 from lneveu/fix/process-exit-hang
  • ee001bd fix: use process.exitCode instead of process.exit in compilerCallback
  • 7b1e946 chore: version update
  • 64fd810 Merge pull request #1065 from webpack/fix/patch
  • 70bf934 tests: add schema tests
  • 4275fd5 chore: remove lint err
  • 065e87e chore: abstract validation
  • 55b770c chore: vuln patch
  • d28f9f5 fix: support both webpack versions
  • 9487ee5 chore: v3.3.7

There are 21 commits in total.

See the full diff

from preact-task-board.

Related Issues (3)

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.