8000 Update build tools (major) by renovate[bot] · Pull Request #632 · smile-io/ember-polaris · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Update build tools (major) #632

Merged
merged 1 commit into from
Jul 13, 2020
Merged

Update build tools (major) #632

merged 1 commit into from
Jul 13, 2020

Conversation

renovate[bot]
Copy link
@renovate renovate bot commented Jul 6, 2020

This PR contains the following updates:

Package Type Update Change
broccoli-funnel dependencies major ^2.0.2 -> ^3.0.0
chalk dependencies major ^3.0.0 -> ^4.0.0
fs-extra dependencies major ^8.1.0 -> ^9.0.0

Release Notes

broccolijs/broccoli-funnel

v3.0.3

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 4

v3.0.2

Compare Source

v3.0.1

Compare Source

  • Update all deps
  • Removing all the fs operation. Use input/output
  • Migrating to input/output facade

v3.0.0

Compare Source

  • [Breaking] Upgrading to latest broccoli-plugin (Breaking only because of node version drops)
  • [Breaking] Modernize code: Class syntax, Async await etc.
  • [Breaking] Drop Node 8, as that is EOL end of the month
  • [Breaking] Drop Unsupported Node's (4, 6, 7) and add newly supported nodes (10, 12)
chalk/chalk

v4.1.0

Compare Source

v4.0.0

Compare Source

Breaking
  • Require Node.js 10 61999a4
  • Change the Level TypeScript type to be a union instead of enum f0f4638
-if (chalk.level > Level.None) {}
+if (chalk.level > 0) {}
Improvements
  • Use Object.setPrototypeOf as __proto__ could potentially be disabled (#​387) 63469d3
jprichardson/node-fs-extra

v9.0.1

Compare Source

v9.0.0

Compare Source

Breaking changes

The following changes, allthough technically breaking, will not affect the vast majority of users:

  • outputJson now outputs objects as they were when the function was called, even if they are mutated later (#​702, #​768)
  • Cannot pass null as an options parameter to *Json* methods (#​745, #​768)
Improvements
  • Add promise shims for fs.writev & fs.opendir (#​747)
  • Better errors for ensureFile (#​696, #​744)
  • Better file comparison for older Node versions (#​694)
Miscellaneous changes

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the internal label Jul 6, 2020
@renovate renovate bot requested review from a team and andrewpye and removed request for a team July 6, 2020 01:17
@renovate renovate bot force-pushed the renovate/major-build-tools branch from 708c225 to 79e54b7 Compare 9379 July 13, 2020 01:43
@renovate renovate bot force-pushed the renovate/major-build-tools branch from 79e54b7 to 582de2a Compare July 13, 2020 10:52
@vladucu vladucu merged commit b316329 into master Jul 13, 2020
@vladucu vladucu deleted the renovate/major-build-tools branch July 13, 2020 11:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0