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

Update dependencies Jan 2023 #1000

Merged
merged 32 commits into from
Jan 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
0d168bc
Package version bumps
rajsite Jan 24, 2023
75b2a46
Remove existing lock
rajsite Jan 24, 2023
9f05e49
More updates
rajsite Jan 24, 2023
0b07932
Generate new lock file
rajsite Jan 24, 2023
7cd50b4
Update beachball patch file
rajsite Jan 24, 2023
d750612
npm 9 lockfile
rajsite Jan 24, 2023
0162487
Update workflow npm version
rajsite Jan 24, 2023
acf36a4
Fix build part 1
rajsite Jan 25, 2023
649bc9c
Enable build
rajsite Jan 25, 2023
4857c90
prettier changes
rajsite Jan 25, 2023
8e1d0a8
Change files
rajsite Jan 25, 2023
bb156cc
Remove hex-rgb from components
rajsite Jan 25, 2023
8d17afc
Clean-up fast-colors usage
rajsite Jan 25, 2023
08a63ee
Fix fills from updated svg structure
rajsite Jan 25, 2023
e2f285d
Fix svg default optimizations
rajsite Jan 25, 2023
eeb7563
Merge branch 'main' into update-dependencies-jan-2023
rajsite Jan 25, 2023
c29d995
Merge branch 'main' into update-dependencies-jan-2023
rajsite Jan 25, 2023
6af834e
Update change files
rajsite Jan 25, 2023
26a4965
Merge branch 'main' into update-dependencies-jan-2023
rajsite Jan 26, 2023
4201922
Merge branch 'main' into update-dependencies-jan-2023
rajsite Jan 27, 2023
49a2071
Update the updates
rajsite Jan 27, 2023
f26cd0a
Switch to mdx2 and add mdx-js/react workaround
rajsite Jan 27, 2023
6c71935
Switch to mdx2 in workaround
rajsite Jan 27, 2023
c80e973
Rebuild lockfile in npm 8
rajsite Jan 27, 2023
4e6c62a
Remove storybook webpack workaround
rajsite Jan 27, 2023
69a694e
Merge branch 'main' into update-dependencies-jan-2023
rajsite Jan 27, 2023
eb3c6b7
rebuild lockfile
rajsite Jan 27, 2023
8948806
Shrink mdx image size
rajsite Jan 27, 2023
3655371
Reoport outdated dependencies in build log
rajsite Jan 27, 2023
bec32fb
Kick virtualizer to make test pass
rajsite Jan 27, 2023
5902e83
🎵Regen lockfile one more time🎵
rajsite Jan 28, 2023
416744c
Add link to tech debt for virtualizer workaround
rajsite Jan 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ jobs:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
# Specify npm version
# See: https://github.com/actions/setup-node/issues/529
- run: npm i -g npm@8
rajsite marked this conversation as resolved.
Show resolved Hide resolved
- run: npm ci
- run: npm outdated
continue-on-error: true

# Audit
- run: npm audit --only=prod
Expand Down
22 changes: 11 additions & 11 deletions angular-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:library": "npm run generate-icons && ng build @ni/nimble-angular",
"build:application": "ng build example-client-app",
"generate-icons": "npm run generate-icons:bundle && npm run generate-icons:run",
"generate-icons:bundle": "rollup --config projects/ni/nimble-angular/build/generate-icons/rollup.config.js",
"generate-icons:bundle": "rollup --bundleConfigAsCjs --config projects/ni/nimble-angular/build/generate-icons/rollup.config.js",
"generate-icons:run": "node projects/ni/nimble-angular/build/generate-icons/dist/index.js",
"pack": "npm run pack:library && npm run pack:application",
"pack:library": "cd dist/ni/nimble-angular && npm pack",
Expand Down Expand Up @@ -37,24 +37,24 @@
"@angular-devkit/build-angular": "^14.2.0",
"@angular/cli": "^14.2.0",
"@angular/compiler-cli": "^14.2.0",
"@microsoft/fast-web-utilities": "^5.4.1",
"@microsoft/fast-web-utilities": "^6.0.0",
"@ni/eslint-config-angular": "^5.0.3",
"@ni/eslint-config-javascript": "^4.2.0",
"@ni/eslint-config-typescript": "^4.2.0",
"@ni/nimble-tokens": "*",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/jasmine": "^3.6.0",
"@types/node": "^12.11.1",
"eslint-plugin-jsdoc": "^37.9.7",
"jasmine-core": "^3.7.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/jasmine": "^4.3.1",
"@types/node": "^18.11.18",
"eslint-plugin-jsdoc": "^39.6.8",
"jasmine-core": "^4.5.0",
"karma": "^6.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^14.1.0",
"puppeteer": "^10.1.0",
"rollup": "^2.61.1",
"puppeteer": "^19.6.0",
"rollup": "^3.10.1",
"typescript": "~4.6.4"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Nimble dependencies updated to latest",
"packageName": "@ni/nimble-blazor",
"email": "rajsite@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Nimble dependencies updated to latest",
"packageName": "@ni/nimble-components",
"email": "rajsite@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Nimble dependencies updated to latest",
"packageName": "@ni/nimble-tokens",
"email": "rajsite@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Dev Dependencies updated to latest",
"packageName": "@ni/xliff-to-json-converter",
"email": "rajsite@users.noreply.github.com",
"dependentChangeType": "none"
}