Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

chore(deps-dev): bump eslint-plugin-es from 3.0.1 to 4.1.0 #386

Merged
merged 13 commits into from
Feb 4, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2020

Bumps eslint-plugin-es from 3.0.1 to 4.1.0.

Release notes

Sourced from eslint-plugin-es's releases.

v4.0.0

💥 Breaking Changes

  • d97bb0e5b941992e75ab7583a3a734fb384ff801 changed the configs that this plugin provides.

    Previously, the configs ware plugin:es/no-<year>. For example, plugin:es/no-2018 enabled the rules about ES2018. Since this version, there are two kinds of configs for each ECMAScript version; plugin:es/no-new-in-es<year> and plugin:es/restrict-to-es<year>. For example,

    • plugin:es/no-new-in-es2018 enables the rules about the new stuff of ES2018. This is the successor of old plugin:es/no-2018 config.
    • plugin:es/restrict-to-es2018 enables all rules about the newer stuff than ES2018. This aims useful to restrict syntax to the given ES version, as no longer needing many plugin:es/no-<year> for that purpose.

    See also https://github.com/mysticatea/eslint-plugin-es/tree/v4.0.0/lib/configs

  • f40774c4e54128e6d7df647ffe08c9847ae0ddf1 added es/no-object-fromentries rule to ES2019 configs.

✨ New Rules

  • 062b7230924a2798d852eb6ecfefbebf69a72f4c added es/no-nullish-coalescing-operators rule for Nullish Coalescing.
  • 52ce7813915b62877b1a0afb0221b11c22bf241f added es/no-import-meta rule for import.meta.
  • 90f5e0ebd3aefebbb68cc7ddcac35eb1f42b3ca9 added es/no-export-ns-from rule for export * as ns from "mod".
  • b112d4dea8da6c27cfb2d086d085f71139f2d41a added es/no-optional-chaining rule for Optional Chaining.
  • 223ff2de4495326c4a037c757cd6a8ad76ea0cc8 added es/no-numeric-separators rule for Numeric Separators.
  • 6748df1ac44906e70e3f0dac58108525308c34af added es/no-logical-assignment-operators for Logical Assignment.
  • f89f09b0f9922701d69127338c46945c862e0589, 4c41c2ab3d6df2abe8d07aedfc79ad17b1b48141, and e4de41acf7d6e1fe02e2c2af56daf0df977daf30 added es/no-weakrefs for WeakRefs.
  • 54f93086a03acc4de38129ffaf2104dd519d707d, 7a38624b900d623674e2d44c68b40c38d0261c4f, and 781454b2d74fcfb5fc6801ee02a06e53fe758cb7 added es/no-promise-any for Promise.any.
Commits
  • 3d5938e 🔖 4.1.0
  • 2e47bb3 📝 update docs
  • a12501c ✨ add plugins setting into configs
  • 80a33e6 🔖 4.0.0
  • 499a859 ⚒ fix for tests on node 8.1.0
  • 10a160c 📝 fix docs
  • e4de41a 🎨 merge no-finalization-registry and no-weak-ref to no-weakrefs
  • 781454b 🎨 merge es/no-aggregate-error into es/no-promise-any
  • 1160dfa ⚒ fix for website (#49)
  • 26f6316 ✨ add plugin:es/no-new-in-esnext
  • 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 dependabot bot requested a review from a team as a code owner December 1, 2020 05:23
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2020

The following labels could not be found: one app.

@dependabot dependabot bot added dependabot dependabot dependencies Pull requests that update a dependency file npm npm labels Dec 1, 2020
@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2020

📊 Bundle Size Report

file name size on disk gzip
app.js 276KB 81.5KB
runtime.js 15.6KB 5.5KB
vendors.js 124.8KB 38.3KB
app~vendors.js 429.9KB 112.4KB
service-worker-client.js 17.1KB 5.3KB
legacy/app.js 296.4KB 86KB
legacy/runtime.js 15.6KB 5.5KB
legacy/vendors.js 183.1KB 49.5KB
legacy/app~vendors.js 453.5KB 118.3KB
legacy/service-worker-client.js 17.6KB 5.5KB

Generated by 🚫 dangerJS against 60cf60e

@nellyk nellyk requested a review from a team as a code owner December 11, 2020 10:54
@JamesSingleton JamesSingleton merged commit 00f6762 into main Feb 4, 2021
@JamesSingleton JamesSingleton deleted the dependabot/npm_and_yarn/eslint-plugin-es-4.1.0 branch February 4, 2021 20:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependabot dependabot dependencies Pull requests that update a dependency file npm npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants