-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the npm_and_yarn group across 2 directories with 2 updates #1
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
base: main
Are you sure you want to change the base?
Bump the npm_and_yarn group across 2 directories with 2 updates #1
Conversation
Bumps the npm_and_yarn group with 1 update in the /DevSkim-main/DevSkim-VSCode-Plugin directory: [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 1 update in the /vscode-azure-account-main directory: [webpack](https://github.com/webpack/webpack). Updates `esbuild` from 0.14.54 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md) - [Commits](evanw/esbuild@v0.14.54...v0.25.0) Updates `webpack` from 5.97.1 to 5.98.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.97.1...v5.98.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: webpack dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request bumps the No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Bumps the npm_and_yarn group with 1 update in the /DevSkim-main/DevSkim-VSCode-Plugin directory: esbuild.
Bumps the npm_and_yarn group with 1 update in the /vscode-azure-account-main directory: webpack.
Updates
esbuild
from 0.14.54 to 0.25.0Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
e9174d6
publish 0.25.0 to npmc27dbeb
fixhosts
inplugin-tests.js
6794f60
fixhosts
innode-unref-tests.js
de85afd
Merge commit from forkda1de1b
fix #4065: bitwise operators can return bigintsf4e9d19
switch case liveness:default
is always last7aa47c3
fix #4028: minify live/deadswitch
cases better22ecd30
minify: more constant folding for strict equality4cdf03c
fix #4053: reordering of.tsx
innode_modules
dc71977
fix #3692:0
now picks a random ephemeral portUpdates
webpack
from 5.97.1 to 5.98.0Release notes
Sourced from webpack's releases.
Commits
f1bdec5
5.98.09579f22
chore: adopt the new webpack governance model (#18804)a1edb20
fix: node async wasm loader now useoutput.module
to determinate code gener...e55b08b
perf: use startsWith for matching instead of converting the string to a regex6e14dba
chore: fix typo (#19205)f123ce5
fix: respectoutput.charset
everywhere (#19202)af20c7b
fix: stripblob:
protocol when public path isauto
(#19199)80826c5
feat: implement/* webpackIgnore: true */
forrequire.resolve
(#19201)ac6ffca
fix(types): correct BuildInfo and BuildMeta type definitions (#19200)8ac130a
ci: fixDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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.
Summary by Sourcery
This pull request updates the
esbuild
dependency in the/DevSkim-main/DevSkim-VSCode-Plugin
directory from version 0.14.54 to 0.25.0 and thewebpack
dependency in the/vscode-azure-account-main
directory from version 5.97.1 to 5.98.0.Bug Fixes:
output.charset
is respected everywhere, and correctsBuildInfo
andBuildMeta
type definitions.Enhancements:
startsWith
for matching.Chores:
nanoid
dependency.