monorepo
Here are 969 public repositories matching this topic...
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Oct 20, 2020 - TypeScript
MGLTilePyramidOfflineRegion should have a countOfTiles method that returns the number of tiles included in the tile pyramid. The implementation would rely on the mbgl::util::tileCount() function added in #9906.
This is the iOS/macOS equivalent to #11108 for Android. It would serve as a built-in alternative to mapbox/turf-swift#47 for applications already using the map SDK, including applica
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Oct 18, 2020
Let's add MinVer and on successful builds generate a release.
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Oct 14, 2020 - Python
-
Updated
Dec 1, 2017 - TypeScript
We noticed that we have some common patterns for common conflicts/duplicate resolution in our monorepo across different binaries.
Like
deploy_jar_rules=jar_rules(rules=[
Duplicate('^BUILD', Duplicate.SKIP),
Duplicate('^META-INF/ASL2.0', Duplicate.SKIP),
Duplicate('^META-INF/INDEX.LIST', Duplicate.SKIP),
Duplicate('^META-INF/io.netty.versions.properties', Duplicate.SKIP
Add CodeStyle
-
Updated
Jun 24, 2020 - Go
-
Updated
Oct 20, 2020 - Go
In packages/components-typescript/package.json the fields main and main:src: refer to files that do not exist:
"main": "src/index.tsx",
"main:src": "src/index.tsx",
The index.tsx file is located in packages/components-typescript/index.tsx
Are these two fields redundant?
-
Updated
Sep 7, 2020 - Objective-C
package.json supports shortcut syntax for the repository field (https://docs.npmjs.com/files/package.json#repository)
orgname/reponame is very common
I left a review and then got this message
which seems strange as it's telling me something I know.
[META] Ideas 💡
This meta issue contains various ideas that may never be implemented, it's a good place to put things that could create useless noise in the issues section
Doc
- add various demonstration gifs in README.md files (#2080)
- add graphs (flow, DAG) to explain some particular parts
Code Quality
- switch moment.js usage to day.js and remove moment.js (#2174)
Bots
Which will behave like that
let settings = await prettyConfig('rollup', { configFiles })
if (!settings) {
settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)instead of above we can hide it to look like that
const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })
if (!settings) {
console.log('no config file-
Updated
Oct 7, 2020 - Shell
-
Updated
Oct 20, 2020 - Ruby
Improve this page
Add a description, image, and links to the monorepo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the monorepo topic, visit your repo's landing page and select "manage topics."


Expected Behavior
It should be possible to customize the header of the generated changelog (or omit it completely).
Current Behavior
The changelog header is hardcoded in https://github.com/lerna/lerna/blob/master/core/conventional-commits/lib/constants.js
Possible Solution
A `command.publish.changelogHea