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

Update dependency babel-plugin-flow-react-proptypes to v26 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 1, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-plugin-flow-react-proptypes 19.1.0 -> 26.0.0 age adoption passing confidence

Release Notes

brigand/babel-plugin-flow-react-proptypes (babel-plugin-flow-react-proptypes)

v26.0.0

Compare Source

v25.1.0

Compare Source

Adds support for empty type - #​213

v25.0.0

Compare Source

We now support and depend on babel 7 - [#​211]

Version 24.1.2 is the latest version for users of babel 6.

#​211

v24.1.2

Compare Source

Fixes deadCode for babel 7 #​154-c1

v24.1.1

Compare Source

Fixes spread of imported type #​205

v24.1.0

Compare Source

Supports $ReadOnlyArray #​203

v24.0.1

Compare Source

Fixes rare error with propTypes spread #​199

v24.0.0

Compare Source

Handle explicit proptypes and default props #​196

v23.0.0

Compare Source

opaque types are now supported, and are treated the same as other types, even outside of the file they're defined in.

export opaque type Foo = string;

v22.0.0

Compare Source

Support class components with intersection type annotations

type Props = { x: string };
class C extends React.Component<Props & { y: string }>{}

v21.0.0

Compare Source

Adds support for the following:

import type {Node} from 'react';
import {type Node} from 'react':

v20.1.0

Compare Source

Supports class syntax with no name. Minor version because it previously gave an error.

export const MyComponent = class extends React.Component<Props> {

v20.0.0

Compare Source

Adds support for re-exporting types - #​190

import type { X } from './X';
export type { X };

If you try to rename the exports, it'll skip them currently (please contribute!).


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/babel-plugin-flow-react-proptypes-26.x branch from 8636b53 to 9e06bd2 Compare November 20, 2022 13:21
@renovate
Copy link
Author

renovate bot commented Nov 20, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
No /opt/buildpack/tools/npm/3.10.10/bin/npx defined - aborting
npm ERR! Linux 5.4.0-1084-aws
npm ERR! argv "/opt/buildpack/tools/node/18.12.1/bin/node" "/usr/local/bin/npm" "install" "--package-lock-only" "--no-audit" "--ignore-scripts"
npm ERR! node v18.12.1
npm ERR! npm  v3.10.10

npm ERR! cb.apply is not a function
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /mnt/renovate/gh/officeluv/react-multi-select/npm-debug.log

@renovate renovate bot changed the title Update dependency babel-plugin-flow-react-proptypes to v26 Update dependency babel-plugin-flow-react-proptypes to v26 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/babel-plugin-flow-react-proptypes-26.x branch April 3, 2023 23:30
@renovate renovate bot changed the title Update dependency babel-plugin-flow-react-proptypes to v26 - autoclosed Update dependency babel-plugin-flow-react-proptypes to v26 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/babel-plugin-flow-react-proptypes-26.x branch April 4, 2023 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants