Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
25 changes: 25 additions & 0 deletions .changeset/rotten-peas-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
'@granite-js/deployment-manager': patch
'@granite-js/forge-cli': patch
'@granite-js/pulumi-aws': patch
'babel-preset-granite': patch
'@granite-js/cli': patch
'create-granite-app': patch
'@granite-js/devtools-frontend': patch
'@granite-js/image': patch
'@granite-js/jest': patch
'@granite-js/lottie': patch
'@granite-js/mpack': patch
'@granite-js/native': patch
'@granite-js/plugin-core': patch
'@granite-js/plugin-env': patch
'@granite-js/plugin-hermes': patch
'@granite-js/plugin-micro-frontend': patch
'@granite-js/plugin-router': patch
'@granite-js/plugin-sentry': patch
'@granite-js/react-native': patch
'@granite-js/style-utils': patch
'@granite-js/utils': patch
---

ci: oidc
11 changes: 6 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
pull-requests: write

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: ./.github/actions/setup-node-yarn
name: Setup
- name: Setup
uses: ./.github/actions/setup-node-yarn

- name: Run Build with Nx
run: |
Expand All @@ -39,6 +43,3 @@ jobs:
env:
BASE_BRANCH: ${{ env.BASE_BRANCH }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
YARN_NPM_REGISTRY_SERVER: 'https://registry.npmjs.org'
942 changes: 942 additions & 0 deletions .yarn/releases/yarn-4.10.3.cjs

Large diffs are not rendered by default.

948 changes: 0 additions & 948 deletions .yarn/releases/yarn-4.9.1.cjs

This file was deleted.

26 changes: 16 additions & 10 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,39 @@ logFilters:

nodeLinker: pnp

npmPublishRegistry: 'https://registry.npmjs.org'

npmRegistries:
'https://registry.npmjs.org':
npmAlwaysAuth: true

packageExtensions:
'@react-native-community/cli-debugger-ui@*':
dependencies:
'@babel/runtime': ^7
'@react-native/virtualized-lists@*':
peerDependencies:
react: '*'
'react-native-fast-image@*':
'@typescript-eslint/type-utils@^8':
dependencies:
'@babel/runtime': ^7
'react-native-video@*':
peerDependencies:
react: '*'
react-native: '*'
'@typescript-eslint/types': ^8
eslint-plugin-import@*:
peerDependencies:
typescript: '*'
'@typescript-eslint/type-utils@^8':
dependencies:
'@typescript-eslint/types': ^8
jest-config@*:
dependencies:
ts-node: '*'
react-native-fast-image@*:
dependencies:
'@babel/runtime': ^7
react-native-video@*:
peerDependencies:
react: '*'
react-native: '*'

plugins:
- .yarn/plugins/plugin-licenses.js

pnpFallbackMode: none

yarnPath: .yarn/releases/yarn-4.9.1.cjs
yarnPath: .yarn/releases/yarn-4.10.3.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "granite-monorepo",
"private": true,
"packageManager": "yarn@4.9.1",
"packageManager": "yarn@4.10.3",
"workspaces": [
"packages/*",
"services/*",
Expand Down
5 changes: 5 additions & 0 deletions packages/babel-preset-granite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/babel-preset-granite"
},
"exports": {
".": {
"types": "./dist/index.d.cts",
Expand Down
5 changes: 5 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/cli"
},
"exports": {
".": {
"import": {
Expand Down
5 changes: 5 additions & 0 deletions packages/create-granite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"cba": "./bin.js",
"create-granite-app": "./bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/create-granite-app"
},
"files": [
"templates",
"tool-templates",
Expand Down
5 changes: 5 additions & 0 deletions packages/devtools-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "A debugger frontend for Granite",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/devtools-frontend"
},
"scripts": {
"cleanup": "node scripts/remove-unnecessary-files.mjs",
"prepack": "yarn cleanup"
Expand Down
5 changes: 5 additions & 0 deletions packages/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/image"
},
"exports": {
".": {
"import": {
Expand Down
5 changes: 5 additions & 0 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"build": "tsup"
},
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/jest"
},
"main": "./dist/index.js",
"exports": {
".": {
Expand Down
5 changes: 5 additions & 0 deletions packages/lottie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
},
"main": "./src/index.ts",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/lottie"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions packages/mpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "A bundler for Granite apps",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/mpack"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "@granite-js/native",
"version": "0.1.26",
"description": "A native module hub package for Granite",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/native"
},
"scripts": {
"prepack": "yarn build",
"typecheck": "tsc --noEmit",
Expand Down
5 changes: 5 additions & 0 deletions packages/plugin-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/plugin-core"
},
"exports": {
".": {
"import": {
Expand Down
5 changes: 5 additions & 0 deletions packages/plugin-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/plugin-env"
},
"exports": {
".": {
"import": {
Expand Down
5 changes: 5 additions & 0 deletions packages/plugin-hermes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/plugin-hermes"
},
"exports": {
".": {
"import": {
Expand Down
5 changes: 5 additions & 0 deletions packages/plugin-micro-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/plugin-micro-frontend"
},
"exports": {
".": {
"import": {
Expand Down
5 changes: 5 additions & 0 deletions packages/plugin-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/plugin-router"
},
"exports": {
".": {
"import": {
Expand Down
5 changes: 5 additions & 0 deletions packages/plugin-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/plugin-sentry"
},
"exports": {
".": {
"import": {
Expand Down
5 changes: 5 additions & 0 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/react-native"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions packages/style-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
},
"main": "./src/index.ts",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/style-utils"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/toss/granite.git",
"directory": "packages/utils"
},
"exports": {
".": {
"import": {
Expand Down
Loading