Skip to content

Commit

Permalink
chore: Update minor and patch NPM dependencies (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 27d9c3f commit 8e4843e
Show file tree
Hide file tree
Showing 6 changed files with 855 additions and 890 deletions.
614 changes: 307 additions & 307 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Remove "forceMount" usage on `Accordion.ItemContent` throughout the library
- Bump `eslint-plugin-testing-library` from 6.4.0 to 7.0.0
- Update minor and patch NPM dependencies

## [1.0.55] - 2024-11-22

Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.0",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@tiptap/extension-code-block": "^2.9.0",
"@tiptap/extension-image": "^2.9.0",
"@tiptap/extension-link": "^2.9.0",
"@tiptap/extension-placeholder": "^2.9.0",
"@tiptap/extension-text-style": "^2.9.0",
"@tiptap/pm": "^2.9.0",
"@tiptap/react": "^2.9.0",
"@tiptap/starter-kit": "^2.9.0",
"@tiptap/extension-code-block": "^2.10.0",
"@tiptap/extension-image": "^2.10.0",
"@tiptap/extension-link": "^2.10.0",
"@tiptap/extension-placeholder": "^2.10.0",
"@tiptap/extension-text-style": "^2.10.0",
"@tiptap/pm": "^2.10.0",
"@tiptap/react": "^2.10.0",
"@tiptap/starter-kit": "^2.10.0",
"blockies-ts": "^1.0.0",
"classnames": "^2.0.0",
"framer-motion": "^11.11.0",
Expand All @@ -75,12 +75,12 @@
},
"peerDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@tanstack/react-query": "^5.60.0",
"@tanstack/react-query": "^5.61.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.0",
"viem": "^2.21.0",
"wagmi": "^2.12.0"
"wagmi": "^2.13.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
Expand All @@ -93,18 +93,18 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@storybook/addon-designs": "^8.0.4",
"@storybook/addon-essentials": "^8.4.4",
"@storybook/addon-links": "^8.4.4",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/addon-styling-webpack": "^1.0.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.4.4",
"@storybook/react": "^8.4.4",
"@storybook/react-webpack5": "^8.4.4",
"@storybook/blocks": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/react-webpack5": "^8.4.5",
"@storybook/storybook-deployer": "^2.8.16",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.60.5",
"@tanstack/react-query": "^5.61.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
Expand All @@ -121,7 +121,7 @@
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-storybook": "^0.11.0",
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-testing-library": "^7.0.0",
"husky": "^9.1.7",
Expand All @@ -132,20 +132,20 @@
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-tailwindcss": "^0.6.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.27.3",
"rollup": "^4.27.4",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"storybook": "^8.4.4",
"storybook": "^8.4.5",
"tailwindcss": "^3.4.15",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"viem": "^2.21.47",
"wagmi": "^2.12.33"
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"viem": "^2.21.50",
"wagmi": "^2.13.0"
},
"bugs": {
"url": "https://github.com/aragon/gov-ui-kit/issues"
Expand All @@ -163,5 +163,5 @@
"./build.css": "./build.css",
"./tailwind.config": "./tailwind.config.js"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ describe('<TextAreaRichText /> component', () => {
const onChange = jest.fn();
render(createTestComponent({ onChange }));
await userEvent.type(await screen.findByRole('textbox'), 'test');
expect(onChange).toHaveBeenLastCalledWith('<p>test</p>');
// userEvent.type adds a new line character (\n\n) before tests causing the onChange callback
// to be called with an empty paragraph before the typed text
expect(onChange).toHaveBeenLastCalledWith('<p></p><p>test</p>');
});

it('defaults to empty string instead of empty paragraph when input is empty', async () => {
Expand Down
Loading

0 comments on commit 8e4843e

Please sign in to comment.