- chore(deps-dev): bump the development-dependencies group with 5 updates #88 (@dependabot[bot])
- chore(deps): bump json5 from 1.0.1 to 1.0.2 #85 (@dependabot[bot])
- chore(deps): bump semver from 5.7.1 to 5.7.2 #72 (@dependabot[bot])
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 #73 (@dependabot[bot])
@codecademy/[email protected]
,@codecademy/[email protected]
- chore(deps-dev): bump the development-dependencies group with 35 updates #83 (@dependabot[bot] @jakemhiller)
- ci: update dependabot again (@jakemhiller)
- chore: update dependabot.yml (@jakemhiller)
- chore: try out dependabot grouping (@jakemhiller)
- @dependabot[bot]
- Jake Hiller (@jakemhiller)
bump babel-plugin-react-anonymous-display-name (#71)
updates babel-plugin-react-anonymous-display-name
dependency
- Related to JIRA ticket: ABC-123
- I have run this code to verify it works
- This PR includes unit tests for the code change
Delete dependabot.yml (#69)
Remove dependabot config, only allow security PRs.
- Related to JIRA ticket: ABC-123
- I have run this code to verify it works
- This PR includes unit tests for the code change
use auto for simpler lerna publishing (#61)
Utilizes Auto to handle versioning/publishing (which uses lerna under the hood). This simplifies a ton of stuff.
- We don't need to deal with any conventional commits stuff, the version is selected using labels (the labels are already there if you want to check them)
- Auto handles canary releases (alphas), and adds the versions to the PR description automatically.
- We can let people merge their own PRs, since
auto
handles generating the changelogs from the PR descriptions. - We can add required checks that actually work, now that we don't need to automate merging.
- We can easily replicate this process across all of our repos that do publishing
[email protected]
- bump babel-plugin-react-anonymous-display-name #71 (@jakemhiller)
- Update dependabot.yml (@jakemhiller)
- add statuses permission (@jakemhiller)
- add checks permissions (@jakemhiller)
- fix workflow issue (@jakemhiller)
- update dependabot token (@jakemhiller)
- Revert "Delete dependabot.yml" #70 (@jakemhiller)
- Delete dependabot.yml #69 (@jakemhiller)
- use auto for simpler lerna publishing #61 (@jakemhiller)
- Jake Hiller (@jakemhiller)