Skip to content

Bump shell-quote and nwb#4

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/multi-eddff4f731
Open

Bump shell-quote and nwb#4
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/multi-eddff4f731

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 10, 2025

Removes shell-quote. It's no longer used after updating ancestor dependency nwb. These dependencies need to be updated together.

Removes shell-quote

Updates nwb from 0.24.3 to 0.24.7

Release notes

Sourced from nwb's releases.

v0.24.7

Fixed

  • Fixed inclusion of __source and __self debugging information when transpiling JSX in react-component projects by defaulting process.env.NODE_ENV to 'production' when building.

Dependencies

v0.24.6

Dependencies

  • @​babel/core: v7.90 → v7.9.6
  • @​babel/plugin-transform-runtime: v7.9.0 → v7.9.6
  • @​babel/preset-env: v7.9.0 → v7.9.6
  • @​babel/runtime: v7.9.2 → v7.9.6
  • @​pmmmwh/react-refresh-webpack-plugin: v0.2.0 → v0.3.1
  • autoprefixer: v9.7.5 → v9.7.6
  • cross-spawn: v7.0.1 → v7.0.2
  • css-loader: v3.4.2 → v3.5.3
  • html-webpack-plugin: v3.2.0 → v4.3.0
  • karma-coverage: v2.0.1 → v2.0.2
  • mocha: v7.1.1 → v7.1.2
  • ora: v4.0.3 → v4.0.4
  • react-refresh: v0.8.1 → v0.8.2
  • resolve: v1.15.1 → v1.17.0
  • semver: v7.1.3 → v7.3.2
  • style-loader: v1.1.3 → v1.2.1
  • terser-webpack-plugin v2.3.5 → v2.3.6
  • webpack: v4.42.1 → v4.43.0
  • webpack-dev-server: v3.10.3 → v3.11.0

v0.24.5

0.24.5 / 2020-03-24

Changed

  • html-webpack-plugin got a major version bump to v4
    • Output HTML is now minified by default - you can disable this by configuring html.minification = false.
    • Chunk sorting was removed, but it seems to work as before for the ordering of the JavaScript files generated by nwb's build.
    • The plugin nwb uses to inline the webpack runtime chunk was rewritten to use v4's new hooks.

Fixed

  • The lang attribute on <html> wasn't getting set to the default 'en' when using the nwb react, nwb preact and nwb inferno quick development commands.

Dependencies

  • @​babel/plugin-transform-react-jsx: v7.9.1 → v7.9.4
  • @​babel/preset-react: v7.9.1 → v7.9.4

... (truncated)

Changelog

Sourced from nwb's changelog.

0.24.7 / 2020-05-16

Fixed

  • Fixed inclusion of __source and __self debugging information when transpiling JSX in react-component projects by defaulting process.env.NODE_ENV to 'production' when building.

Dependencies

0.24.6 / 2020-05-12

Dependencies

  • @​babel/core: v7.90 → v7.9.6
  • @​babel/plugin-transform-runtime: v7.9.0 → v7.9.6
  • @​babel/preset-env: v7.9.0 → v7.9.6
  • @​babel/runtime: v7.9.2 → v7.9.6
  • @​pmmmwh/react-refresh-webpack-plugin: v0.2.0 → v0.3.1
  • autoprefixer: v9.7.5 → v9.7.6
  • cross-spawn: v7.0.1 → v7.0.2
  • css-loader: v3.4.2 → v3.5.3
  • html-webpack-plugin: v3.2.0 → v4.3.0
  • karma-coverage: v2.0.1 → v2.0.2
  • mocha: v7.1.1 → v7.1.2
  • ora: v4.0.3 → v4.0.4
  • react-refresh: v0.8.1 → v0.8.2
  • resolve: v1.15.1 → v1.17.0
  • semver: v7.1.3 → v7.3.2
  • style-loader: v1.1.3 → v1.2.1
  • terser-webpack-plugin v2.3.5 → v2.3.6
  • webpack: v4.42.1 → v4.43.0
  • webpack-dev-server: v3.10.3 → v3.11.0

0.24.5 / 2020-03-24

Changed

  • html-webpack-plugin got a major version bump to v4
    • Output HTML is now minified by default - you can disable this by configuring html.minification = false.
    • Chunk sorting was removed, but it seems to work as before for the ordering of the JavaScript files generated by nwb's build.
    • The plugin nwb uses to inline the webpack runtime chunk was rewritten to use v4's new hooks.

Fixed

  • The lang attribute on <html> wasn't getting set to the default 'en' when using the nwb react, nwb preact and nwb inferno quick development commands.

Dependencies

  • @​babel/plugin-transform-react-jsx: v7.9.1 → v7.9.4

... (truncated)

Commits
  • cdab645 Release v0.24.7
  • aa01bf6 Update dependencies
  • 80a9819 Fix inclusion of __source and __self debugging info when transpiling JSX in r...
  • 6163fa0 Release v0.24.6
  • c927565 Update dependencies
  • 9cd54fb Update dependencies
  • 39b4326 Update dependencies
  • 2e94189 Release v0.24.5
  • db1b597 Fixed population of the <html> lang attribute default for quick commands6
  • 3163aad Update dependencies
  • Additional commits viewable in compare view

Dependabot 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [shell-quote](https://github.com/ljharb/shell-quote). It's no longer used after updating ancestor dependency [nwb](https://github.com/insin/nwb). These dependencies need to be updated together.


Removes `shell-quote`

Updates `nwb` from 0.24.3 to 0.24.7
- [Release notes](https://github.com/insin/nwb/releases)
- [Changelog](https://github.com/insin/nwb/blob/v0.24.7/CHANGES.md)
- [Commits](insin/nwb@v0.24.3...v0.24.7)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-version: 
  dependency-type: indirect
- dependency-name: nwb
  dependency-version: 0.24.7
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 10, 2025
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants