Bump webpack from 5.94.0 to 5.95.0 in /src/pretalx/frontend/schedule-editor in the npm_and_yarn group across 1 directory#7
Open
dependabot[bot] wants to merge 11 commits into
Conversation
Fixes runtime issues from django-compressor.
This commit is not suitable for upstreaming. Its purpose is to work around the Heroku Node.js buildpack not detecting a package.json file and therefore erroring out instead of installing Node.js/npm, which is what we really want anyway.
God knows why it isn't running as part of `rebuild`.
`/` in prod serves 400 for some reason... but I can't reproduce in the devtools...
This commit is not suitable for upstreaming because it is SeaGL- specific. The upstream bug to fix in a general way (which will also work for dev environments, etc.) is pretalx#1747. requirements.txt was generated with: pip3 install --upgrade-strategy=eager -Ue ".[postgres, redis]" gunicorn pip3 freeze | grep -v pretalx.git > requirements.txt I also happen to have pip-tools in the venv and pip-sync does not remove itself. Who cares.
Member
|
@dependabot rebase |
Bumps the npm_and_yarn group with 1 update in the /src/pretalx/frontend/schedule-editor directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.94.0 to 5.95.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.94.0...v5.95.0) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
f9aa9b0 to
814bbca
Compare
d7fc37b to
60982b9
Compare
1316efc to
22e0095
Compare
18cb451 to
427e53d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 1 update in the /src/pretalx/frontend/schedule-editor directory: webpack.
Updates
webpackfrom 5.94.0 to 5.95.0Release notes
Sourced from webpack's releases.
Commits
e20fd63chore(release): 5.95.04866b0dfeat: added newoptimization.entryIifeoptiond90f692fix: merge duplicate chunks after split chunks90dec30fix(externals): distinguish “module” and “import” in “module-import”c1a0a46fix(externals): distinguish “module” and “import” in “module-import”14d8fa8fix: all tests casesdae16adfeat: pass output.hash* options to loader context75d185dfeat: passoutput.hash*options to loader context46e0b9ctest: update8e62f9ftestYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.