brysgo / react-listpath

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

Bump nwb from 0.23.0 to 0.24.5 #18

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps nwb from 0.23.0 to 0.24.5.

Release notes

Sourced from nwb's releases.

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
  • @babel/runtime: v7.9.0 → v7.9.2
  • autoprefixer: v9.7.4 → v9.7.5
  • html-webpack-plugin: v3.2.0 → v4.0.1
  • webpack: v4.42.0 → v4.42.1

v0.24.4

0.24.4 / 2020-03-21

Added

Changed

  • Updated to Babel v7.9.0.
  • Validate that the entry module for quick commands (e.g. nwb react run SomeComponent.js) exists, to avoid a confusing error message [#441]

Dependencies

  • @babel/core: v7.8.7 → v7.9.0
  • @babel/plugin-transform-react-constant-elements: v7.8.3 → v7.9.0
  • @babel/plugin-transform-react-jsx: v7.8.3 → v7.9.1
... (truncated)
Changelog

Sourced from nwb's changelog.

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
  • @babel/runtime: v7.9.0 → v7.9.2
  • autoprefixer: v9.7.4 → v9.7.5
  • html-webpack-plugin: v3.2.0 → v4.0.1
  • webpack: v4.42.0 → v4.42.1

0.24.4 / 2020-03-21

Added

Changed

  • Updated to Babel v7.9.0.
  • Validate that the entry module for quick commands (e.g. nwb react run SomeComponent.js) exists, to avoid a confusing error message [#441]

Dependencies

  • @babel/core: v7.8.7 → v7.9.0
  • @babel/plugin-transform-react-constant-elements: v7.8.3 → v7.9.0
  • @babel/plugin-transform-react-jsx: v7.8.3 → v7.9.1
  • @babel/plugin-transform-runtime: v7.8.3 → v7.9.0
  • @babel/preset-env: v7.8.7 → v7.9.0
... (truncated)
Commits
  • 2e94189 Release v0.24.5
  • db1b597 Fixed population of the <html> lang attribute default for quick commands6
  • 3163aad Update dependencies
  • 33f0eab Release v0.24.4
  • ff91570 Add babel.react config to configure @babel/preset-react options so you can tr...
  • d3e35eb Update dependencies
  • c69e2ba Verify that the entry module argument for quick commands exists, to avoid a c...
  • 44297ea Remove babel7 branch from Travis config
  • 92db10e Release v0.24.3
  • 5923e47 Update flow
  • 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 #29.