Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @babel/plugin-proposal-decorators from 7.20.13 to 7.21.0 #23769

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps @babel/plugin-proposal-decorators from 7.20.13 to 7.21.0.

Release notes

Sourced from @​babel/plugin-proposal-decorators's releases.

v7.21.0 (2023-02-20)

Thanks @​azizghuloum, @​ehoogeveen-medweb, @​fwienber, and @​Lioness100 for your first PRs!

🚀 New Feature

  • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object
  • babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse
  • babel-parser, babel-types
  • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser
  • babel-core
  • babel-generator, babel-parser, babel-plugin-transform-typescript

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-core
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target
  • babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types

💅 Polish

  • babel-parser

🏠 Internal

🔬 Output optimization

Committers: 11

... (truncated)

Changelog

Sourced from @​babel/plugin-proposal-decorators's changelog.

v7.21.0 (2023-02-20)

🚀 New Feature

  • babel-core, babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object
  • babel-helper-create-regexp-features-plugin, babel-plugin-proposal-regexp-modifiers, babel-standalone
  • babel-cli, babel-core, babel-generator, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx, babel-traverse
  • babel-parser, babel-types
  • babel-generator, babel-helpers, babel-parser, babel-plugin-proposal-decorators, babel-plugin-syntax-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser
  • babel-core
  • babel-generator, babel-parser, babel-plugin-transform-typescript

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-core
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-methods, babel-plugin-transform-classes, babel-plugin-transform-new-target
  • babel-parser, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-types

💅 Polish

  • babel-parser

🏠 Internal

🔬 Output optimization

v7.20.15 (2023-02-02)

👓 Spec Compliance

  • babel-parser
  • babel-generator, babel-parser, babel-plugin-proposal-export-namespace-from

... (truncated)

Commits

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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 20, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/plugin-proposal-decorators-7.21.0 branch 2 times, most recently from 071882f to d81607c Compare February 21, 2023 10:04
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.20.13 to 7.21.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-plugin-proposal-decorators)

---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-decorators"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/babel/plugin-proposal-decorators-7.21.0 branch from d81607c to 6fde58a Compare February 21, 2023 10:15
@ClearlyClaire ClearlyClaire merged commit 7ecf783 into main Feb 21, 2023
@ClearlyClaire ClearlyClaire deleted the dependabot/npm_and_yarn/babel/plugin-proposal-decorators-7.21.0 branch February 21, 2023 10:35
Lamparter added a commit to RiversideValley/Plaza that referenced this pull request Feb 21, 2023
* Autofix Rubocop Style/EmptyMethod (mastodon#23732)

* Autofix Rubocop Rails/RedundantForeignKey (mastodon#23731)

* Autofix Rubocop Rails/Pluck (mastodon#23730)

* Autofix Rubocop RSpec/ReturnFromStub (mastodon#23724)

* Enable Rubocop RSpec/NotToNot (mastodon#23723)

* Autofix Rubocop Lint/UnusedBlockArgument (mastodon#23712)

* Autofix Rubocop RSpec/EmptyLineAfterSubject (mastodon#23719)

* Enable Rubocop HTTP status rules (mastodon#23717)

* Autofix Rubocops RSpec/ScatteredLet (mastodon#23725)

* Autofix Rubocop Style/ExplicitBlockArgument (mastodon#23704)

* Rename JSX files with proper `.jsx` extension (mastodon#23733)

* Autofix Rubocop Rails/EnumHash (mastodon#23737)

* Autofix Rubocop RSpec/ImplicitSubject (mastodon#23721)

* Enable Rubocop RSpec/ExpectActual (mastodon#23720)

* Autofix Rubocop RSpec/LeadingSubject (mastodon#23670)

* Audofix Rubocop Style/WordArray (mastodon#23739)

* Autofix Rubocop RSpec/BeEq (mastodon#23740)

* Autofix Rubocop Style/UnpackFirst (mastodon#23741)

* Autofix Rubocop remaining Layout rules (mastodon#23679)

* Fix Markdown files with Prettier and check in CI (mastodon#21972)

* Autofix Rubocop Style/FormatString (mastodon#23743)

* Autofix Rubocop Style/SymbolProc (mastodon#23742)

* Make larger part of status clickable (mastodon#23621)

* Autofix Rubocop Style/RescueStandardError (mastodon#23745)

* Update rebase needed job settings (mastodon#23746)

* Change compose form checkbox to native input with `appearance: none` (mastodon#22949)

* Autofix Rubocop Rails/WhereEquals (mastodon#23759)

* Autofix Rubocop Security/IoMethods (mastodon#23757)

* Autofix Rubocop Rails/FindById (mastodon#23762)

* Add `lang` tag to native language names in language picker (mastodon#23749)

* Bump capistrano from 3.17.1 to 3.17.2 (mastodon#23775)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.58.2 to 1.58.3 (mastodon#23772)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump blurhash from 2.0.4 to 2.0.5 (mastodon#23771)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump stylelint from 15.1.0 to 15.2.0 (mastodon#23770)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix sidebar cut-off on small screens in admin UI (mastodon#23764)

* Bump devise from 4.8.1 to 4.9.0 (mastodon#23691)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/runtime from 7.20.13 to 7.21.0 (mastodon#23773)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.20.12 to 7.21.0 (mastodon#23767)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime from 7.19.6 to 7.21.0 (mastodon#23774)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-transform-react-inline-elements from 7.18.6 to 7.21.0 (mastodon#23766)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-proposal-decorators from 7.20.13 to 7.21.0 (mastodon#23769)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Delete CHANGELOG.md

* Delete CONTRIBUTING.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Nick Schonning <[email protected]>
Co-authored-by: Renaud Chaput <[email protected]>
Co-authored-by: Christian Schmidt <[email protected]>
Co-authored-by: Claire <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Botao Wang <[email protected]>
btrd pushed a commit to btrd/mastodon that referenced this pull request Feb 22, 2023
…on#23769)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
skerit pushed a commit to 11ways/mastodon that referenced this pull request Jul 7, 2023
…on#23769)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant