An open API service for software projects hosted on Open Collective.

github.com/babel/generator-babel-plugin

Babel Plugin generator for Yeoman
https://github.com/babel/generator-babel-plugin

Merge pull request #37 from babel/dependabot/npm_and_yarn/json5-2.2.3

Bump json5 from 2.1.3 to 2.2.3

dd93419d407fce36307aa415ca2544d15b205eb0 authored over 2 years ago
Bump json5 from 2.1.3 to 2.2.3

Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3.
- [Release notes](https://git...

61837e6010cb16fc06797a6bcc9cdfc92d6d0bba authored over 2 years ago
Merge pull request #31 from babel/dependabot/npm_and_yarn/minimist-1.2.6

Bump minimist from 1.2.5 to 1.2.6

fc325de4649d9e3efef61c9106f4e05e029899ba authored over 3 years ago
Merge pull request #33 from babel/dependabot/npm_and_yarn/ansi-regex-3.0.1

Bump ansi-regex from 3.0.0 to 3.0.1

1f49aff717c224b00225afab5371fb7baa1d0baf authored over 3 years ago
Bump ansi-regex from 3.0.0 to 3.0.1

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
- [Release notes](h...

45733b03cc6a6af6cb7a50b564b1039aa7db8731 authored over 3 years ago
Merge pull request #32 from babel/dependabot/npm_and_yarn/moment-2.29.2

Bump moment from 2.27.0 to 2.29.2

4e09b11f67e5f111d283f8bcf580240b90a51e41 authored over 3 years ago
Bump moment from 2.27.0 to 2.29.2

Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.2.
- [Release notes](https:...

8fb522713a0cfd6e8fcd368b7ba2360722c649a4 authored over 3 years ago
Bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](ht...

0dc9df3f727eeefac85bc4e00fc0f4e4f4ca4702 authored over 3 years ago
Bump tmpl from 1.0.4 to 1.0.5 (#27)

eeb571890318376d6c731742fa824d26151b19a0 authored almost 4 years ago
Merge pull request #23 from babel/dependabot/npm_and_yarn/ws-7.4.6

Bump ws from 7.3.1 to 7.4.6

b9eb0c94e6de5e593aff8de108a9272d5378bb7f authored about 4 years ago
Bump ws from 7.3.1 to 7.4.6

Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6.
- [Release notes](https://gith...

1bc4d49047ee7f6c98704bd1206c5febba656b99 authored about 4 years ago
Merge pull request #19 from janizde/modernize-stack

Upgrade to latest Jest and Babel

e2e368e91a4281201850aa632de43f54057ed181 authored over 4 years ago
exclude test templates from running in generator tests

65de9c6fac213f91c14e1d2cfd06e55453a0edc9 authored over 4 years ago
drop custom file pattern for jest script

Co-authored-by: Huáng Jùnliàng <[email protected]>

89acc7140a99dcd8c4999f07a4cc8d5616a364d6 authored over 4 years ago
Merge pull request #18 from janizde/bump-node-version

Update Node versions in travis CI & Update yeoman stack

eba8002571232662a9699ed2f0d427c5c01cf945 authored about 5 years ago
add test for empty inputs

add tests for empty inputs
handle empty inputs for author field

32fa9fa101f2e39e3bb8a768b2b9ef409deca04b authored about 5 years ago
upgrade jest and babel

a92c9e4a6f0bd1c85a1cc30f245dd479e820530b authored about 5 years ago
replace var with let and const where appropriate

6cc3276f3eda7f1b3c22220c41ef1ad6cc95b81b authored about 5 years ago
replace mocha with jest

replace mocha with jest in generator

3b5bdbbdadbced3b869cd6b4167ab81f81b7910e authored about 5 years ago
include at least babel-plugin keyword

8ed422201c0a279f834efeaceda74884020865dc authored about 5 years ago
Revert "increase version tag"

This reverts commit ef0e4880608ff8cfd89af34c9e3ea520f12c5f3e.

6eb87806268326a9d81d450a7d5a0c21103f2a57 authored about 5 years ago
replace installDependencies with npmInstall

949db7f2f41b442995b5f3585eec352494eac2c3 authored about 5 years ago
fix keywords and name parsing

add test for package.json contents

22ea1580fdfd070392d6863dfe53ef09a8aed06b authored about 5 years ago
increase version tag

ef0e4880608ff8cfd89af34c9e3ea520f12c5f3e authored about 5 years ago
upgrade dependencies

adopt generator to new yeoman version and tooling

872dd0bbdcfebc7d3ddbadc41ad5d0bfefbe81cb authored about 5 years ago
add package-lock.json

c3697d53d05e8d8b117f0a41d2026b2538ef6c64 authored about 5 years ago
bump node versions to travis to current LTS landscape

b36a53773e4466064cdb6b33c8c6cca91cbe0e47 authored about 5 years ago
Update .travis.yml

9f018cfd68ec053cce20c152ccd7cdb7aafc3241 authored over 6 years ago
Update .travis.yml

b5a7e918b920659195be2bf3f7ff44504e7da6e9 authored over 6 years ago
Fix dependencies

4567be9c769d9c9473c106db5fa52278a90b94d8 authored over 6 years ago
Merge pull request #14 from hax/patch-3

prefer module import to default import

8c3782e9d8cfd5d945829e5978db7b2fb282e192 authored about 9 years ago
bypass non-directory, so we can put common .babelrc file in `fixtures` dir (#17)

1a95e9f072d36ac3897adc613fed29be3bb162dd authored about 9 years ago
prefer native trim() method (#16)

Node 0.10 already have native `trim()`

4229b2786cc7f608472c1cb44b61fbada6fbe0f7 authored about 9 years ago
Normally we do not need import plugin (#15)

8519abf90f78477ba2d4f6046a76c9fab2007e1d authored about 9 years ago
prefer module import to default import

09c67e4cfef1f99c3b83cee24f59208f1648d330 authored about 9 years ago
solve #8 (#12)

* add babel-runtime dep

92bfca15e781d7c6cbaf75c6f7aa3a2e5d850f99 authored about 9 years ago
add missing babel-register and babel-core deps

Closes https://github.com/thejameskyle/generator-babel-plugin/pull/7

2f7e92e0a5d34e6a7f1de4a3d2e074feee26810b authored about 9 years ago
Update devDeps (#11)

0f0529ca3eb3546229231fb0c7687665e463eb4b authored about 9 years ago
improve travis config (#13)

1. add v6 target
2. remove io.js target which may not used broadly in production environment
3...

71d31d908ca11b1da953f1f639c2743b7a913c4d authored about 9 years ago
2.0.1

3b0700e9a78fdd362cb5bc721f1184f85060f910 authored about 9 years ago
Merge pull request #5 from pnasrat/fix-babelrc-path

Fix path for fixtures to work with npm run test.

9389959ace6e8ce9ace02fb30cb616ce6ac21077 authored about 9 years ago
Merge pull request #3 from aristidesfl/patch-2

Add babel-cli to devDependencies

4d9b03aff3d784b6bb0318dc53c00cbdf4280026 authored about 9 years ago
Merge pull request #6 from pnasrat/add-handbook-link

Add helpful link to plugin docs

6179e85f00d99b6ced5bf75150ef46e1cfe5c4bf authored over 9 years ago
Add helpful link to plugin docs

b0abb2ea9b75c27aaa9906ed6760d1e1b1df4a95 authored over 9 years ago
Fix path for fixtures to work with npm run test.

be88037e1dae079a9be1049e11ed24f7f7434cba authored over 9 years ago
Add babel-cli to devDependencies

babel has been deprecated in favour of babel-cli
babel-core is a dependency of babel-cli so it ...

3fe7c981b1165dba749176c5498028915fcdb8a3 authored over 9 years ago
2.0.0

2f0b1ea40d38fed3e6fcbf21c8336985b63dade7 authored over 9 years ago
Merge pull request #2 from udnisap/feature-babel-6

added support for babel 6

4db38735a2a10b1d662c0578f9c39e4e1fd84ad4 authored over 9 years ago
added in folder babel configuration

c76ccac5fdfe7714df7096ae83c53c4c3ab2492f authored over 9 years ago
code indentation and removing babel-core/register

ae2ac4b433f7639501db29bc221786b549c3330d authored over 9 years ago
added support for babel 6

65e95f0779dbddf3f61a835cd99166f672ab28c4 authored over 9 years ago
added support for babel 6

3aeedb5f9ca1287db0150b4f09272f9100b3d609 authored over 9 years ago
1.0.0

5d2eb97b0f99c122bc53366c1b2ee104307c75c8 authored about 10 years ago
Add description

7506f48abf8a2dcb7db0063c1a5065b3aaaaf2de authored about 10 years ago
Update README

4d14c93e9b1ca839cf7f882242d8104d1e51c88a authored about 10 years ago
Fixes

ea7a6c33885bac5525226bb5c74ef51cacfc9622 authored about 10 years ago
Init commit

dc5bbf7de6a96370ea7ffdf615a6464126e174c6 authored about 10 years ago