brysgo / react-listpath

Track list item references through context
0 stars 0 forks source link

Bump nwb from 0.23.0 to 0.24.7 #30

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps nwb from 0.23.0 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 compatibility score

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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #31.