ntgussoni / blitz-guard

Blitz Guard - The centralized permission based authorization for Blitz.js
https://ntgussoni.github.io/blitz-guard
MIT License
134 stars 11 forks source link

Update all of babel7: 7.14.8 → 7.15.8 (minor) #156

Closed depfu[bot] closed 3 years ago

depfu[bot] commented 3 years ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​babel/core (7.14.8 → 7.15.8) · Repo · Changelog

Release Notes

7.15.8

v7.15.8 (2021-10-06)

Thanks @julienw, @NotWearingPants and @shoonia for your first PRs!

👓 Spec Compliance

  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
  • babel-parser

🐛 Bug Fix

  • babel-generator
  • babel-generator, babel-parser, babel-plugin-proposal-pipeline-operator
  • babel-plugin-transform-typescript

💅 Polish

  • babel-core
  • babel-node

🏠 Internal

🏃‍♀️ Performance

Committers: 10

7.15.5

v7.15.5 (2021-09-04)

👓 Spec Compliance

↩️ Revert

  • babel-core
    • #13732 Revert "fix: non breaking align options naming" (@fedeci)

Committers: 3

7.15.4

v7.15.4 (2021-09-02)

Thanks @flyinox, @komyg, and @meskill for your first PRs!

👓 Spec Compliance

  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

🐛 Bug Fix

  • #13638 [eslint] Allow "latest" as ecmaVersion (@fisker)
  • babel-traverse, babel-types
    • #13723 getBindingIdentifiers should return params for private methods (@JLHwung)
  • babel-types
    • #13715 [babel 8] fix: stricter rest element builder check (@JLHwung)
  • babel-helper-compilation-targets
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-property-in-object
    • #13656 fix: fix static private field shadowed by local variable (@colinaaa)
  • babel-plugin-transform-typescript
  • babel-parser
    • #13680 fix(babel-parser): delete static property from class static block for TS (@sosukesuzuki)
    • #13695 fix: assure left bracket is not consumed after dot (@JLHwung)
  • babel-core

📝 Documentation

  • babel-parser

🏠 Internal

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-property-in-object, babel-plugin-syntax-class-static-block, babel-plugin-syntax-private-property-in-object, babel-plugin-syntax-top-level-await, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-preset-env, babel-standalone

🏃‍♀️ Performance

  • babel-core, babel-generator, babel-helper-annotate-as-pure, babel-helper-builder-binary-assignment-operator-visitor, babel-helper-builder-react-jsx, babel-helper-define-map, babel-helper-explode-assignable-expression, babel-helper-function-name, babel-helper-get-function-arity, babel-helper-hoist-variables, babel-helper-member-expression-to-functions, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-optimise-call-expression, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-simple-access, babel-helper-skip-transparent-expression-wrappers, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-preset-env, babel-template, babel-traverse
  • babel-cli, babel-helper-define-map, babel-helpers, babel-node, babel-parser, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-for-of, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-traverse, babel-types

Committers: 11

7.15.0

v7.15.0 (2021-08-04)

Thanks @a-tarasyuk and @gausie for your first PRs!

👓 Spec Compliance

  • babel-parser
    • #13523 feat(ts): raise error for abstract property with initializer (@fedeci)

🚀 New Feature

  • babel-parser
    • #13229 Add attachComment parser option to disable comment attachment (@JLHwung)
  • babel-standalone
  • babel-parser, babel-preset-env
  • babel-plugin-transform-typescript, babel-preset-typescript
  • babel-plugin-transform-typescript
  • babel-core, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
    • #13290 feat: add noIncompleteNsImportDetection assumption to plugin-transform-modules-commonjs (@fedeci)
  • babel-plugin-transform-react-display-name
  • babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator
  • babel-generator, babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator, babel-traverse, babel-types
  • babel-plugin-transform-runtime
  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-compat-data, babel-parser, babel-preset-env

🐛 Bug Fix

  • babel-parser, babel-plugin-transform-typescript
  • babel-plugin-transform-typescript
    • #13605 Handle typescript function overloading in a default export (@tony-go)
  • babel-parser

📝 Documentation

Committers: 10

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

✳️ @​babel/preset-env (7.14.8 → 7.15.8) · Repo · Changelog

Release Notes

7.15.6

v7.15.6 (2021-09-09)

Thanks @dan-kez, @fyzhu and @wafuwafu13 for your first PRs!

👓 Spec Compliance

  • babel-parser, babel-plugin-proposal-pipeline-operator

🐛 Bug Fix

  • babel-parser, babel-plugin-proposal-pipeline-operator
  • babel-plugin-proposal-object-rest-spread
    • #13711 fix: Duplicate function call in variable destructuring (@dan-kez)
  • babel-types
  • babel-parser

🏠 Internal

  • babel-helper-transform-fixture-test-runner
  • babel-preset-env
    • #13737 Remove duplicate dependency and devDependency in preset-env (@fyzhu)

Committers: 6

7.15.4

v7.15.4 (2021-09-02)

Thanks @flyinox, @komyg, and @meskill for your first PRs!

👓 Spec Compliance

  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

🐛 Bug Fix

  • #13638 [eslint] Allow "latest" as ecmaVersion (@fisker)
  • babel-traverse, babel-types
    • #13723 getBindingIdentifiers should return params for private methods (@JLHwung)
  • babel-types
    • #13715 [babel 8] fix: stricter rest element builder check (@JLHwung)
  • babel-helper-compilation-targets
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-property-in-object
    • #13656 fix: fix static private field shadowed by local variable (@colinaaa)
  • babel-plugin-transform-typescript
  • babel-parser
    • #13680 fix(babel-parser): delete static property from class static block for TS (@sosukesuzuki)
    • #13695 fix: assure left bracket is not consumed after dot (@JLHwung)
  • babel-core

📝 Documentation

  • babel-parser

🏠 Internal

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-property-in-object, babel-plugin-syntax-class-static-block, babel-plugin-syntax-private-property-in-object, babel-plugin-syntax-top-level-await, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-preset-env, babel-standalone

🏃‍♀️ Performance

  • babel-core, babel-generator, babel-helper-annotate-as-pure, babel-helper-builder-binary-assignment-operator-visitor, babel-helper-builder-react-jsx, babel-helper-define-map, babel-helper-explode-assignable-expression, babel-helper-function-name, babel-helper-get-function-arity, babel-helper-hoist-variables, babel-helper-member-expression-to-functions, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-optimise-call-expression, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-simple-access, babel-helper-skip-transparent-expression-wrappers, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-preset-env, babel-template, babel-traverse
  • babel-cli, babel-helper-define-map, babel-helpers, babel-node, babel-parser, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-for-of, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-traverse, babel-types

Committers: 11

7.15.0

v7.15.0 (2021-08-04)

Thanks @a-tarasyuk and @gausie for your first PRs!

👓 Spec Compliance

  • babel-parser
    • #13523 feat(ts): raise error for abstract property with initializer (@fedeci)

🚀 New Feature

  • babel-parser
    • #13229 Add attachComment parser option to disable comment attachment (@JLHwung)
  • babel-standalone
  • babel-parser, babel-preset-env
  • babel-plugin-transform-typescript, babel-preset-typescript
  • babel-plugin-transform-typescript
  • babel-core, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-plugin-transform-modules-commonjs
    • #13290 feat: add noIncompleteNsImportDetection assumption to plugin-transform-modules-commonjs (@fedeci)
  • babel-plugin-transform-react-display-name
  • babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator
  • babel-generator, babel-parser, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-pipeline-operator, babel-traverse, babel-types
  • babel-plugin-transform-runtime
  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-compat-data, babel-parser, babel-preset-env

🐛 Bug Fix

  • babel-parser, babel-plugin-transform-typescript
  • babel-plugin-transform-typescript
    • #13605 Handle typescript function overloading in a default export (@tony-go)
  • babel-parser

📝 Documentation

Committers: 10

7.14.9

v7.14.9 (2021-08-01)

Thanks @SCLeoX for your first PR!

🐛 Bug Fix

  • babel-traverse
  • babel-plugin-proposal-class-properties, babel-plugin-transform-classes
  • babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx
  • babel-parser
  • babel-generator, babel-traverse, babel-types
  • babel-plugin-proposal-async-generator-functions

🏠 Internal

🏃‍♀️ Performance

  • babel-parser, babel-traverse
  • babel-generator

Committers: 8

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ @​blitz-guard/core (indirect, 0.3.1 → 0.4.1) · Repo

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
depfu[bot] commented 3 years ago

Closed in favor of #167.