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

Task/update low risk deps pre renovate #812

Closed
wants to merge 4 commits into from
Closed
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
4 changes: 2 additions & 2 deletions examples/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@dpc-sdp/ripple-test-utils": "workspace:*",
"@dpc-sdp/ripple-tide-api": "workspace:*",
"@nuxt/devtools": "^0.6.7",
"cypress": "12.8.1",
"node-fetch-native": "^1.0.2",
"cypress": "12.17.4",
"node-fetch-native": "^1.4.0",
"nuxt": "3.6.5",
"start-server-and-test": "^2.0.0"
}
Expand Down
18 changes: 9 additions & 9 deletions examples/vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"@dpc-sdp/ripple-ui-core": "workspace:*",
"@dpc-sdp/stylelint-config-ripple": "workspace:*",
"vue": "^3.3.4",
"vue-router": "^4.1.5"
"vue-router": "^4.2.4"
},
"devDependencies": {
"@cypress/vite-dev-server": "^5.0.5",
"@cypress/vue": "^5.0.5",
"@rushstack/eslint-patch": "^1.2.0",
"@rushstack/eslint-patch": "^1.3.3",
"@types/node": "^18.15.10",
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.3.3",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.1.3",
"cypress": "^12.8.1",
"eslint": "^8.36.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.10.0",
"cypress": "^12.17.4",
"eslint": "^8.47.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^2.8.7",
"start-server-and-test": "^2.0.0",
"typescript": "^5.0.2"
"typescript": "~5.0.2"
}
}
6 changes: 4 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ module.exports = {
modulePathIgnorePatterns: ['node_modules', '.jest-test-results.json', 'dist'],
testEnvironment: 'jsdom',
transform: {
'^.+\\.js$': '<rootDir>/node_modules/babel-jest',
'^.+\\.[m]?js$': '<rootDir>/node_modules/babel-jest',
'^.+\\.ts$': '<rootDir>/node_modules/ts-jest',
'.*\\.vue$': '<rootDir>/node_modules/@vue/vue3-jest'
},
transformIgnorePatterns: ['node_modules/(?!.pnpm)(?!(ripple-*|lodash-es)/)'],
transformIgnorePatterns: [
'node_modules/(?!.pnpm)(?!(ripple-*|lodash-es|uncrypto)/)'
],
extensionsToTreatAsEsm: ['.ts'],
moduleNameMapper: {
'^(\\.{1,2}/.*)\\.js$': '$1',
Expand Down
46 changes: 25 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,68 +43,72 @@
"generate:component": "nuxt-ripple add component ./packages/ripple-ui-core/src/components"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/core": "^7.22.11",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@cypress/vite-dev-server": "^5.0.5",
"@dpc-sdp/eslint-config-ripple": "workspace:*",
"@dpc-sdp/ripple-ui-core": "workspace:*",
"@dpc-sdp/ripple-ui-forms": "workspace:*",
"@dpc-sdp/stylelint-config-ripple": "workspace:*",
"@jest/globals": "^29.5.0",
"@jest/globals": "^29.6.4",
"@lerna-lite/cli": "^1.17.0",
"@lerna-lite/publish": "^1.17.0",
"@lerna-lite/version": "^1.17.0",
"@types/jest": "^29.5.0",
"@vitejs/plugin-vue": "^4.1.0",
"@types/jest": "^29.5.4",
"@vitejs/plugin-vue": "^4.3.3",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"babel-jest": "^29.6.4",
"babel-loader": "^9.1.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"changelogen": "^0.5.3",
"cypress": "12.8.1",
"cypress": "12.17.4",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make sure the workspace dependencies don't have duplicates in packages

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and can we bump to Cypress 13 in this one too?

"detab": "^3.0.2",
"eslint": "^8.36.0",
"eslint": "^8.47.0",
"husky": "^8.0.3",
"hygen": "^6.2.11",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"postcss-nested": "^6.0.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^8.1.0",
"start-server-and-test": "^2.0.0",
"stylelint": "^15.10.2",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2",
"stylelint": "^15.10.3",
"ts-jest": "^29.1.1",
"typescript": "~5.0.2",
"unist-builder": "^3.0.1",
"vite": "4.1.5",
"vue-loader": "^17.0.1"
"vite": "4.4.9",
"vue-loader": "^17.2.2"
},
"engines": {
"node": "^16.11.0 || ^18.15.0",
"pnpm": "8.6.2"
},
"dependencies": {
"@vue/vue3-jest": "^29.2.3",
"@vue/vue3-jest": "^29.2.5",
"rimraf": "^4.4.1",
"vue-jest": "^3.0.7"
},
"pnpm": {
"overrides": {
"@cypress/request": ">=3.0.0",
"@storybook/test-runner>jest": "29.5.0",
"@types/react": "file:./stub/types__react",
"[email protected]>chalk": "5.2.0",
"cypress": "12.8.1",
"cypress": "12.17.4",
"glob-parent@<5.1.2": "~6.0.2",
"json5@<2.2.2": "~2.2.2",
"nth-check@<2.1.1": "~2.1.1",
"postcss@<8.4.21": "~8.4.21",
"semver": ">=6.3.1",
"semver@>=7.0.0": ">=7.5.2",
"tough-cookie": ">=4.1.3",
"trim@<1.0.1": "~1.0.1",
"trim-newlines@<3.0.1": "~3.0.1",
"vite-plugin-svg-icons>postcss": "~8.4.21",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-ripple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@nuxt/eslint-config": "0.1.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"eslint-junit": "^1.0.1",
"vue-eslint-parser": "^9.3.1"
},
"peerDependencies": {
"eslint": "^8.45.0"
"eslint": "^8.47.0"
}
}
4 changes: 2 additions & 2 deletions packages/nuxt-ripple-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"dependencies": {
"commander": "^10.0.0",
"copyfiles": "^2.4.1",
"enquirer": "^2.3.6",
"enquirer": "^2.4.1",
"hygen": "^6.2.11",
"mockttp": "^3.9.1",
"npm-check-updates": "^16.10.16",
"npm-check-updates": "^16.13.1",
"object-to-argv": "^2.0.0",
"rimraf": "^4.4.1",
"ts-node": "^10.7.0"
Expand Down
1 change: 1 addition & 0 deletions packages/nuxt-ripple-cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"module": "Node16",
"moduleResolution": "Node16",
"rootDir": "./src",
"outDir": "./dist",
"noImplicitAny": false,
Expand Down
24 changes: 12 additions & 12 deletions packages/ripple-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,29 @@
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@rollup/plugin-node-resolve": "^15.1.0",
"@storybook/addon-a11y": "^7.1.0",
"@storybook/addon-actions": "^7.1.0",
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addon-interactions": "^7.1.0",
"@storybook/addon-jest": "^7.1.0",
"@storybook/addon-links": "^7.1.0",
"@storybook/blocks": "^7.1.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@storybook/addon-a11y": "^7.3.2",
"@storybook/addon-actions": "^7.3.2",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-jest": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/blocks": "^7.3.2",
"@storybook/jest": "^0.1.1-next.1",
"@storybook/mdx1-csf": "^1.0.0",
"@storybook/test-runner": "^0.11.0",
"@storybook/testing-library": "^0.2.0",
"@storybook/vue3": "^7.1.0",
"@storybook/vue3-vite": "^7.1.0",
"@storybook/vue3": "^7.3.2",
"@storybook/vue3-vite": "^7.3.2",
"http-server": "^14.1.1",
"jest-axe": "^7.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.1.0",
"storybook": "^7.3.2",
"wait-on": "^7.0.1"
},
"dependencies": {
"concurrently": "^8.2.0",
"concurrently": "^8.2.1",
"jest-matcher-utils": "29.2.2",
"vite-svg-loader": "^4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@badeball/cypress-cucumber-preprocessor": "^18.0.4",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@testing-library/cypress": "^9.0.0",
"cypress": "^12.8.1",
"cypress": "^12.17.4",
"mockttp": "^3.9.1",
"start-server-and-test": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-test-utils/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"module": "Node16",
"moduleResolution": "Node16",
"rootDir": "./src",
"outDir": "./dist",
Expand Down
14 changes: 7 additions & 7 deletions packages/ripple-tide-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
},
"dependencies": {
"@nuxt/kit": "3.6.5",
"axios": "^1.3.4",
"axios": "^1.4.0",
"change-case": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"h3": "^1.6.2",
"h3": "^1.8.0",
"js-yaml": "^4.1.0",
"jsonapi-parse": "^2.0.1",
"lodash-es": "^4.17.21",
"nuxt-proxy": "^0.4.1",
"pathe": "^1.1.0",
"qs": "^6.11.1",
"ts-json-schema-generator": "^1.2.0",
"pathe": "^1.1.1",
"qs": "^6.11.2",
"ts-json-schema-generator": "^1.3.0",
"typescript-json-schema": "^0.55.0",
"udp-transport-winston": "^1.2.11",
"winston": "^3.8.2"
"winston": "^3.10.0"
},
"devDependencies": {
"@nuxt/schema": "3.6.5",
"@types/cheerio": "^0.22.31",
"axios-mock-adapter": "^1.21.3",
"axios-mock-adapter": "^1.21.5",
"defu": "^6.1.2",
"rimraf": "^4.4.1"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/ripple-ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"test:generate-output": "jest --json --outputFile=.jest-test-results.json"
},
"dependencies": {
"@nuxt/kit": "3.3.2",
"@nuxt/kit": "3.6.5",
"@vueuse/core": "^9.13.0",
"@vueuse/integrations": "^9.13.0",
"date-fns": "^2.29.3",
"focus-trap": "^7.4.0",
"mitt": "^3.0.0",
"date-fns": "^2.30.0",
"focus-trap": "^7.5.2",
"mitt": "^3.0.1",
"normalize.css": "^8.0.1",
"postcss-each": "^1.1.0",
"postcss-nested": "^6.0.1",
Expand All @@ -64,17 +64,17 @@
"@dpc-sdp/ripple-tide-api": "workspace:*",
"@storybook/jest": "^0.1.1-future.2",
"@storybook/testing-library": "^0.1.1-future.2",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.47",
"autoprefixer": "^10.4.14",
"chromatic": "^6.17.2",
"@vitejs/plugin-vue": "^4.3.3",
"@vue/compiler-sfc": "^3.3.4",
"autoprefixer": "^10.4.15",
"chromatic": "^6.24.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-storybook": "^0.6.13",
"jest-axe": "^7.0.1",
"pathe": "^1.1.0",
"pathe": "^1.1.1",
"rimraf": "^4.4.1",
"style-dictionary": "^3.7.2",
"vite": "4.1.5",
"style-dictionary": "^3.8.0",
"vite": "4.4.9",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-dts": "^2.1.0",
"vite-plugin-svg-icons": "^2.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from './constants';
import { RplIconNames } from './../icon/constants.ts';
import { buttonFocusInteraction } from './RplButton.interactions.ts'
const playFunction = async ({ canvasElement }) => {
export const playFunction = async ({ canvasElement }) => {
const canvas = await within(canvasElement)
const button = await canvas.getByRole('button')
a11yCheck(canvasElement)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import RplTextLink from './RplTextLink.vue'
import RplIcon from '../icon/RplIcon.vue'
import { within, userEvent } from '@storybook/testing-library'
import { a11yCheck, a11yStoryCheck } from './../../../stories/interactions.js'
const eventTestFunction = async ({ canvasElement }) => {
export const eventTestFunction = async ({ canvasElement }) => {
const canvas = await within(canvasElement)
const link = await canvas.getByText(/event-tracked link/i)
await a11yCheck(canvasElement)
Expand Down
12 changes: 6 additions & 6 deletions packages/ripple-ui-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
"@formkit/vue": "1.0.0-beta.15",
"@nuxt/kit": "3.6.5",
"@vueuse/core": "^9.13.0",
"date-fns": "^2.29.3"
"date-fns": "^2.30.0"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/core": "^7.22.11",
"@types/node": "^18.15.10",
"@vitejs/plugin-vue": "^4.1.0",
"babel-loader": "^9.1.2",
"pathe": "^1.1.0",
"@vitejs/plugin-vue": "^4.3.3",
"babel-loader": "^9.1.3",
"pathe": "^1.1.1",
"postcss-nested": "^6.0.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^8.1.0",
"rimraf": "^4.4.1",
"ts-node": "^10.7.0",
"vite-plugin-static-copy": "^0.13.1",
"vite-svg-loader": "^4.0.0",
"vue-loader": "^17.0.0"
"vue-loader": "^17.2.2"
},
"scripts": {
"build": "pnpm clean && pnpm build:vite && pnpm build:types",
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config-ripple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"index.js"
],
"devDependencies": {
"stylelint": "^15.10.2",
"stylelint": "^15.10.3",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^34.0.0"
},
"peerDependencies": {
"stylelint": "^15.10.2"
"stylelint": "^15.10.3"
}
}
Loading