Skip to content

Commit

Permalink
Merge main into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 9, 2024
2 parents 854775b + 598d886 commit 929ba42
Show file tree
Hide file tree
Showing 62 changed files with 3,882 additions and 2,797 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
turbo-cache: true

- uses: reviewdog/action-setup@v1.0.6
- uses: reviewdog/action-setup@v1.1.0

- name: Lint source files
run: reviewdog --runners=eslint -reporter=${{ steps.reporter.outputs.value }} -fail-on-error
Expand All @@ -60,7 +60,7 @@ jobs:
run: node process-turbo-build-log.cjs > tsc-build.log

- name: upload build log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: tsc-build.log

Expand All @@ -81,4 +81,4 @@ jobs:

- name: Publish test coverage
if: ${{ steps.test-coverage.conclusion == 'success' }}
uses: davelosert/vitest-coverage-report-action@v2.1.1
uses: davelosert/vitest-coverage-report-action@v2.2.0
51 changes: 30 additions & 21 deletions cookbooks/app-react-ag-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,69 +1,78 @@
# Change Log

## 0.1.5

### Patch Changes

- [#1650](https://github.com/equinor/fusion-framework/pull/1650) [`36d18d5`](https://github.com/equinor/fusion-framework/commit/36d18d5779bcbe2f7b1c1c418cc28482632fdb18) Thanks [@odinr](https://github.com/odinr)! - update ag-grid to 31.0.1

- Updated dependencies [[`36d18d5`](https://github.com/equinor/fusion-framework/commit/36d18d5779bcbe2f7b1c1c418cc28482632fdb18)]:
- @equinor/fusion-framework-module-ag-grid@31.0.1

## 0.1.4

### Patch Changes

- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
- @equinor/fusion-framework-module-ag-grid@30.2.1
- Updated dependencies [[`9c24e84`](https://github.com/equinor/fusion-framework/commit/9c24e847d041dea8384c77439e6b237f5bdb3125)]:
- @equinor/fusion-framework-module-ag-grid@30.2.1

## 0.1.3

### Patch Changes

- [#1389](https://github.com/equinor/fusion-framework/pull/1389) [`7bf396c4`](https://github.com/equinor/fusion-framework/commit/7bf396c4803f2045777329520fa88752406e1b32) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/fusion-react-ag-grid-styles from 29.3.16 to 30.0.0
- [#1389](https://github.com/equinor/fusion-framework/pull/1389) [`7bf396c4`](https://github.com/equinor/fusion-framework/commit/7bf396c4803f2045777329520fa88752406e1b32) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump @equinor/fusion-react-ag-grid-styles from 29.3.16 to 30.0.0

## 0.1.2

### Patch Changes

- [#1357](https://github.com/equinor/fusion-framework/pull/1357) [`17cfe9bb`](https://github.com/equinor/fusion-framework/commit/17cfe9bb86acd996a99c93ff0b8a8da6151a3f8f) Thanks [@odinr](https://github.com/odinr)! - update ag-grid cookbook
- [#1357](https://github.com/equinor/fusion-framework/pull/1357) [`17cfe9bb`](https://github.com/equinor/fusion-framework/commit/17cfe9bb86acd996a99c93ff0b8a8da6151a3f8f) Thanks [@odinr](https://github.com/odinr)! - update ag-grid cookbook

## 0.1.1

### Patch Changes

- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot
- [`b5dfe5d2`](https://github.com/equinor/fusion-framework/commit/b5dfe5d29a249e0cca6c9589322931dfedd06acc) Thanks [@odinr](https://github.com/odinr)! - force patch bump, realign missing snapshot

## 0.1.0

### Minor Changes

- [#1225](https://github.com/equinor/fusion-framework/pull/1225) [`31a4b06a`](https://github.com/equinor/fusion-framework/commit/31a4b06afcbb76b0a7584724a5bc061a3e2d98b3) Thanks [@odinr](https://github.com/odinr)! - updated ag-grid to 30.1
- [#1225](https://github.com/equinor/fusion-framework/pull/1225) [`31a4b06a`](https://github.com/equinor/fusion-framework/commit/31a4b06afcbb76b0a7584724a5bc061a3e2d98b3) Thanks [@odinr](https://github.com/odinr)! - updated ag-grid to 30.1

see [ag-grid changelog](https://github.com/ag-grid/ag-grid/releases/tag/v30.1.0)
see [ag-grid changelog](https://github.com/ag-grid/ag-grid/releases/tag/v30.1.0)

see [📚doc](https://equinor.github.io/fusion-framework/modules/ag-grid/)
see [📚doc](https://equinor.github.io/fusion-framework/modules/ag-grid/)

### Patch Changes

- Updated dependencies [[`31a4b06a`](https://github.com/equinor/fusion-framework/commit/31a4b06afcbb76b0a7584724a5bc061a3e2d98b3)]:
- @equinor/fusion-framework-module-ag-grid@30.1.0
- Updated dependencies [[`31a4b06a`](https://github.com/equinor/fusion-framework/commit/31a4b06afcbb76b0a7584724a5bc061a3e2d98b3)]:
- @equinor/fusion-framework-module-ag-grid@30.1.0

## 0.0.3

### Patch Changes

- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm
- [#1109](https://github.com/equinor/fusion-framework/pull/1109) [`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862) Thanks [@odinr](https://github.com/odinr)! - Change packaged manager from yarn to pnpm

conflicts of `@types/react` made random outcomes when using `yarn`
conflicts of `@types/react` made random outcomes when using `yarn`

this change should not affect consumer of the packages, but might conflict dependent on local package manager.
this change should not affect consumer of the packages, but might conflict dependent on local package manager.

- [#1125](https://github.com/equinor/fusion-framework/pull/1125) [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump react and @types/react to react 18.2
- [#1125](https://github.com/equinor/fusion-framework/pull/1125) [`2dccccd1`](https://github.com/equinor/fusion-framework/commit/2dccccd124fbe3cdde2132c29c27d3da9fc6f1f5) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump react and @types/react to react 18.2

only dev deps updated should not affect any consumers
only dev deps updated should not affect any consumers

see [react changelog](https://github.com/facebook/react/releases) for details
see [react changelog](https://github.com/facebook/react/releases) for details

- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862)]:
- @equinor/fusion-framework-module-ag-grid@30.0.1
- Updated dependencies [[`7ec195d4`](https://github.com/equinor/fusion-framework/commit/7ec195d42098fec8794db13e83b71ef7753ff862)]:
- @equinor/fusion-framework-module-ag-grid@30.0.1

## 0.0.2

### Patch Changes

- [#1060](https://github.com/equinor/fusion-framework/pull/1060) [`3a2c3107`](https://github.com/equinor/fusion-framework/commit/3a2c3107b436c1eef7bc03c8225c32d40ed27e74) Thanks [@odinr](https://github.com/odinr)! - chore: update ag-grid to ~30.0
- [#1060](https://github.com/equinor/fusion-framework/pull/1060) [`3a2c3107`](https://github.com/equinor/fusion-framework/commit/3a2c3107b436c1eef7bc03c8225c32d40ed27e74) Thanks [@odinr](https://github.com/odinr)! - chore: update ag-grid to ~30.0

- Updated dependencies [[`3a2c3107`](https://github.com/equinor/fusion-framework/commit/3a2c3107b436c1eef7bc03c8225c32d40ed27e74)]:
- @equinor/fusion-framework-module-ag-grid@30.0.0
- Updated dependencies [[`3a2c3107`](https://github.com/equinor/fusion-framework/commit/3a2c3107b436c1eef7bc03c8225c32d40ed27e74)]:
- @equinor/fusion-framework-module-ag-grid@30.0.0
10 changes: 5 additions & 5 deletions cookbooks/app-react-ag-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cookbook-app-react-ag-grid",
"version": "0.1.4",
"version": "0.1.5",
"description": "Setup AG-grid with fusion-framework",
"private": true,
"type": "module",
Expand All @@ -14,17 +14,17 @@
"license": "ISC",
"devDependencies": {
"@equinor/fusion-framework-cli": "^9.3.0",
"@equinor/fusion-framework-react-app": "^4.1.3",
"@equinor/fusion-framework-react-app": "^4.2.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.3"
},
"dependencies": {
"@ag-grid-community/client-side-row-model": "~30.2.0",
"@ag-grid-community/core": "~30.2.0",
"@ag-grid-community/react": "~30.2.0",
"@ag-grid-community/client-side-row-model": "~31.0.1",
"@ag-grid-community/core": "~31.0.1",
"@ag-grid-community/react": "~31.0.1",
"@equinor/fusion-framework-module-ag-grid": "workspace:^",
"@equinor/fusion-react-ag-grid-styles": "^30.2.0"
}
Expand Down
Loading

0 comments on commit 929ba42

Please sign in to comment.