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

Upgrade from 0.19.1 to 0.21.4 #9

Merged
merged 55 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
6063c55
Remove unused get-workspaces dependency from @manypkg/cli (#136)
chalkpe Sep 29, 2022
eadfad4
Version Packages (#146)
github-actions[bot] Sep 29, 2022
c2a367b
Fix pkg-a/pkg-b example in README.md (#139)
jakeboone02 Sep 29, 2022
bf2013e
Update dev-related tooling (TypeScript, Prettier, Babel) (#152)
Andarist Dec 20, 2022
9237533
Tweak Prettier-related setup (#156)
elliot-nelson Dec 22, 2022
8207c57
Upgrade Preconstruct (#157)
Andarist Dec 24, 2022
5242470
Replace outdated references to master with main (#158)
Andarist Dec 24, 2022
f9c0c1e
Remove unused `// @flow` comments (#159)
Andarist Dec 29, 2022
45b396d
Update Jest and deduplicate Babel deps in the lockfile (#160)
Andarist Dec 29, 2022
a01efc9
Create `@manypkg/tools` and refactor `find-root` and `get-packages` (…
elliot-nelson Jan 23, 2023
7b9c4f6
Removed support for Bolt monorepos (#165)
Andarist Jan 23, 2023
b42cdbe
Tweak the changeset and the version of the newly introduced `@manypkg…
Andarist Jan 23, 2023
18f7869
Fixed the showcased `Packages` type in one of the READMEs (#166)
Andarist Jan 23, 2023
f046017
Declare `package.json#engines` and bump transpilaton target (#162)
Andarist Jan 23, 2023
1bf6ffe
Version Packages (#163)
github-actions[bot] Jan 23, 2023
1bff0a2
Update Changesets (#168)
emmatown Jan 23, 2023
bf586f5
Allow the caller to override the list of supported tools (#167)
elliot-nelson Jan 31, 2023
6718c20
Version Packages (#170)
github-actions[bot] Jan 31, 2023
8012c44
Add missing MIT LICENSE file (#171)
dcousens Mar 24, 2023
adb4e67
add new banner and shields.io badges
dcousens Mar 28, 2023
74e27ef
Merge pull request #173 from Thinkmill/update-readme
dcousens Mar 28, 2023
bf7f69f
update Thinkmill badge, as a project _by_ Thinkmill
dcousens Mar 28, 2023
de0fff3
Restore support for Bolt monorepos (#174)
steve-taylor Jun 9, 2023
44285d8
Version Packages (#179)
github-actions[bot] Jun 9, 2023
e03c0a3
Update and move `@types/node` to dev updates (#183)
askoufis Jun 27, 2023
dc2ad79
Version Packages (#184)
github-actions[bot] Jun 27, 2023
916f647
Upgrade TypeScript to 5.3 (#190)
Andarist Nov 29, 2023
1e31ced
Updated `package-json` dependency (#181)
fbartho Nov 29, 2023
7ef91be
Version Packages (#191)
github-actions[bot] Nov 29, 2023
56a64c5
fix: allow tags in `npm:x`-deps (#194)
KATT Jan 14, 2024
52d5dcb
Version Packages (#195)
github-actions[bot] Jan 14, 2024
3c9641c
Fix start directory for `getPackages` (#201)
manzoorwanijk Mar 15, 2024
b56869a
Allow dependecies to use the `workspace:` protocol and add `"workspac…
emmatown Mar 15, 2024
5883214
Version Packages (#203)
github-actions[bot] Mar 15, 2024
c2c4a3b
Fix Upgrade to Properly Update Scoped Packages (#206)
bdkopen Apr 14, 2024
79e6f85
Version Packages (#207)
github-actions[bot] Apr 14, 2024
361a34f
Add git repository info to `package.json` files (#208)
benmccann Jun 27, 2024
aec5096
Version Packages (#209)
github-actions[bot] Jun 27, 2024
bc7a4d8
add configuration documentation to README.md (#216)
with-heart Jul 17, 2024
2ebda03
remove find-up to remove six dependencies (#215)
benmccann Aug 9, 2024
c0a5e5d
remove fs-extra from dependencies (#212)
benmccann Aug 9, 2024
18c0ce3
remove six yaml-related dependencies (#213)
benmccann Aug 9, 2024
66cdbc0
switch to `fast-glob` to remove 6 dependencies (#214)
benmccann Aug 9, 2024
237f38f
Format unformatted code and add Prettier check to CI (#218)
emmatown Aug 9, 2024
045f7d7
Version Packages (#217)
github-actions[bot] Aug 10, 2024
244e124
support dual package versions
Feb 1, 2022
2b8d465
add more unit tests
Feb 1, 2022
4ed37cd
minor fix - reduce diffs
Feb 2, 2022
25be4f7
add changeset
Feb 3, 2022
3ecac79
fix the version to the closest allowed one
Feb 10, 2022
d4554a5
ditch for loop when finding the closest range
Feb 14, 2022
b9008ee
fix semver range operations
Feb 16, 2022
981f9bb
mixture of versions and ranges in unit tests
Feb 17, 2022
3b1c39b
Fix getVersionFromRange function used by EXTERNAL_MISMATCH rule
mblaszczyk-atlassian Jun 13, 2023
6896d76
Merge branch 'Thinkmill-main' into v24-sync
Sep 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works with mono-repos or single package repos to help you verion and release your code. You can find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in [our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md)
We have a quick list of common questions to get you started engaging with this project in [our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
5 changes: 3 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@0.2.1/schema.json",
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "Thinkmill/manypkg" }
],
"commit": false,
"linked": [],
"access": "public"
"access": "public",
"baseBranch": "main"
}
91 changes: 91 additions & 0 deletions .github/assets/manypkg-banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions .github/workflows/changeset-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ name: Release
on:
push:
branches:
- master
- main

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Node.js 10.x
uses: actions/setup-node@master
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 10.x
node-version: 16.x

- name: Install Yarn
run: npm install --global yarn
Expand All @@ -28,9 +28,9 @@ jobs:
- run: git branch -a

- name: "Create Pull Request or Publish to npm"
uses: changesets/action@master
uses: changesets/action@v1
with:
publish: yarn release --otp=1
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35 changes: 26 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:

jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- name: Set Node.js 10.x
uses: actions/setup-node@master
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 10.x
node-version: 16.x

- name: Install Dependencies
run: yarn
Expand All @@ -28,15 +28,32 @@ jobs:
name: TypeScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- name: Set Node.js 10.x
uses: actions/setup-node@master
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 10.x
node-version: 16.x

- name: Install Dependencies
run: yarn

- name: Check Types
run: yarn tsc

formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x

- name: Install Dependencies
run: yarn

- name: Check Formatting
run: yarn format:check
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist
node_modules
__fixtures__
14 changes: 14 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Documentation for this file: https://prettier.io/docs/en/configuration.html

/** @type {import('prettier').Options} */
module.exports = {
// Use .gitattributes to manage newlines
endOfLine: "auto",

// Avoid line breaks in markdown
proseWrap: "never",

// Disabling search dirs and pointing directly at plugins to keep configuration explicit
pluginSearchDirs: [],
plugins: [require("prettier-plugin-packagejson")],
};
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Thinkmill Labs Pty Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading
Loading