Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency webpack to ^4.47.0 #302

Closed
wants to merge 459 commits into from

Conversation

garykim-dev-renovate[bot]
Copy link

@garykim-dev-renovate garykim-dev-renovate bot commented Jul 20, 2021

This PR contains the following updates:

Package Type Update Change
webpack devDependencies minor ^4.43.0 -> ^4.47.0

Release Notes

webpack/webpack

v4.47.0

Compare Source

New Features

New Contributors

Full Changelog: webpack/webpack@v4.46.0...v4.47.0

v4.46.0

Compare Source

Bugfixes

  • fix behavior of defaults for resolve.roots to be backward-compatible

v4.45.0

Compare Source

Features

  • resolve server-relative requests relative to project context by default

Bugfixes

  • fix a bug where splitChunk minSize is not handled correctly
  • fix a bug where the order of splitChunk cacheGroups is not handled correctly

v4.44.2

Compare Source

Bugfixes

  • make sure to generate correct chunk connection for blocks that are only connected in some runtimes
    • fixes a bug where filename contains undefined hash at runtime

v4.44.1

Compare Source

Bugfixes

  • fix bug in sideEffects optimization when using export * from "non-esm" and a default export.
  • add missing optional peerDependencies for webpack-cli and webpack-command to support Yarn 2

v4.44.0

Compare Source

Features

  • Improve sideEffects flag behavior when dynamic modules are part of the tree
    • Fixes a bug which causes empty modules (or type-only modules) to "break" Tree Shaking
  • add splitChunks.enforceSizeThreshold to allow enfore splitting larger chunks unrelated from other limiations
    • Not set by default to avoid breaking change
    • It will be set by default to 50k in webpack 5
    • It's recommended to set it in webpack 4 too
  • add support for resolve.roots and default resolve.roots: [context]
    • This allows to resolve server-relative urls (e.g. /src/abc) to the project root (or other locations when configured)
    • This allows to use loaders that rely on that behavior

Bugfixes

  • fix bug where splitChunks produced non-optimal results when minSize is set to 0
    • This lead to NaNs in some places which breaks ordering
  • Fix bug which lead to HMR not working for splitChunks in entrypoints
  • force update watchpack and chokidar for chokidar bugfix which causes files to stop being watched

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

Suhas Hariharan and others added 30 commits March 17, 2020 23:00
Hypothetical Assignment will show a NaN if
there is no value in the percentage input.

This is a fix for that issue. If there is no
value in the percentage field, it will be treated
as a zero.

Signed-off-by: Gary Kim <[email protected]>
Added function to calculate cumulative GPA(including unfinished semesters)
This commit makes several improvements.
It migrates the options page to Vue, changes the
author field and copyrights to include
The SAS PES Authors,
deduplicates some code,
and adds some missing information/fixes to the README.

Signed-off-by: Gary Kim <[email protected]>
Mozilla's Webextension Polyfill throws an error when
run in the unit test environment. This has been fixed
by mocking the browser environment using browser-env
and having a global `chrome` object.

Signed-off-by: Gary Kim <[email protected]>
Migrate options to Vue and go more community driven
chore(deps): update dependency ava to ^3.5.1
chore(deps): update dependency webpack to ^4.42.0
…oJson method for class

Signed-off-by: Suhas Hariharan <[email protected]>
chore(deps): update dependency vue-loader to ^15.9.1
chore(deps): update dependency eslint-plugin-vue to ^6.2.2
chore(deps): update dependency eslint-plugin-import to ^2.20.1
…-14.x

chore(deps): update dependency eslint-config-standard to ^14.1.1
Signed-off-by: Suhas Hariharan <[email protected]>
Signed-off-by: Suhas Hariharan <[email protected]>
Added function to save grades to local storage and load grades from storage
Suhas Hariharan and others added 25 commits October 12, 2021 14:19
Signed-off-by: Suhas Hariharan <[email protected]>
Signed-off-by: Suhas Hariharan <[email protected]>
Signed-off-by: Suhas Hariharan <[email protected]>
Signed-off-by: Suhas Hariharan <[email protected]>
Re-adds percentages and fix powerschool changes. also fixes category weighting.
Signed-off-by: Suhas Hariharan <[email protected]>
Signed-off-by: Suhas Hariharan <[email protected]>
Signed-off-by: Suhas Hariharan <[email protected]>
Signed-off-by: Suhas Hariharan <[email protected]>
Signed-off-by: Suhas Hariharan <[email protected]>
Fixed issues due to PowerSchool UI update and fixed category weighting bug
Signed-off-by: Suhas Hariharan <[email protected]>
fix: ignore queries for home page
…ve-calculation

Fix percentages not showing and cumulative GPA double including finished semester
Signed-off-by: Suhas Hariharan <[email protected]>
@garykim-dev-renovate garykim-dev-renovate bot changed the title chore(deps): update dependency webpack to ^4.46.0 chore(deps): update dependency webpack to ^4.47.0 Sep 6, 2023
@garykim-dev-renovate garykim-dev-renovate bot deleted the renovate/webpack-4.x branch January 9, 2024 06:49
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.

6 participants