-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from nodejs:main #21
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
Conversation
|
📦 Next.js Bundle Analysis for nodejs.orgThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Signed-off-by: Claudio Wunder <[email protected]>
… remote cache fixes) (#5569) Co-authored-by: Brian Muenzenmeyer <[email protected]>
Co-authored-by: Matt Cowley <[email protected]>
Co-authored-by: Brian Muenzenmeyer <[email protected]>
Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Claudio Wunder <[email protected]> Co-authored-by: Michael Esteban <[email protected]>
Co-authored-by: Michael Esteban <[email protected]> Co-authored-by: Claudio Wunder <[email protected]>
Co-authored-by: Michael Esteban <[email protected]> Co-authored-by: Claudio Wunder <[email protected]>
Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Michael Esteban <[email protected]> Co-authored-by: Claudio Wunder <[email protected]>
Co-authored-by: Brian Muenzenmeyer <[email protected]>
* feat(.eslintrc.json): Added '@typescript-eslint/recommended' to ESLint * fix(.eslintrc.json): Moved rule at proper location and resolved linting errors * fix(.eslintrc.json): Removed no-vars-used rule * fix(.eslintrc.json): Added no-vars-used rule * fix(.eslintrc.json): Added no-vars-used rule * fix(.eslintrc.json): Removed no-vars-used rule * fix(.eslintrc.json): Resolved some warnings. * fix: Resolved TypeScript-ESLint warnings. * fix: Resolved TypeScript-ESLint warnings. --------- Co-authored-by: = <=> Co-authored-by: Claudio Wunder <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]>
Signed-off-by: Claudio Wunder <[email protected]>
Bumps the testing group with 5 updates: | Package | Update | | --- | --- | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | 5.16.5 to 5.17.0 | | [@types/testing-library__jest-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/testing-library__jest-dom) | 5.14.7 to 5.14.9 | | [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) | 29.6.1 to 29.6.2 | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | 29.5.2 to 29.5.3 | | [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) | 29.6.1 to 29.6.2 | Updates `@testing-library/jest-dom` from 5.16.5 to 5.17.0 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v5.16.5...v5.17.0) Updates `@types/testing-library__jest-dom` from 5.14.7 to 5.14.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/testing-library__jest-dom) Updates `jest` from 29.6.1 to 29.6.2 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/jest) Updates `@types/jest` from 29.5.2 to 29.5.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `jest-environment-jsdom` from 29.6.1 to 29.6.2 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing - dependency-name: "@types/testing-library__jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - dependency-name: jest-environment-jsdom dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Muenzenmeyer <[email protected]>
Signed-off-by: Claudio W <[email protected]>
Signed-off-by: Claudio W <[email protected]>
* Chore(next-const): add EXTERNAL_LINKS_SITMAP * add more descripton * Update sitemap.ts * update from feedback * Update sitemap.ts
* Altered JS green svg logo * Added JS logos stories component
* feat: switch from scss to postcss * chore: remove unused mixins and fix mixin usage * Update COLLABORATOR_GUIDE.md Signed-off-by: Claudio W <[email protected]> * chore: set cssnano as exact dependency * fix: postcss does not support math calculations like scss * chore: added postcss plugin to remove calc() on build * meta: updated references to scss commands to css * meta: stylelint remove scss * meta: customised stylelint config * fix: fixed old styles to be conforming with best css practices * feat: created minimal shared vscode config * meta: updated rules and recommended extensions * meta: some text updates * fix: broken footnote * chore: better css guidelines * meta: rephrase of index.css * meta: updated shared settings * meta: updated shared settings and extensions list * meta: added also eslint * chore: fix markdown * chore: fix more markdown * meta: remove vercel cache folder * chore: wording update on stylelint config * fix: tsconfig not applying on storybook folder * feat: storybook better dark mode and light mode application * chore: improved viewports vars and styles * Apply suggestions from code review Signed-off-by: Brian Muenzenmeyer <[email protected]> * chore: updated docs and settings * chore: more copy changes --------- Signed-off-by: Claudio W <[email protected]> Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]>
Signed-off-by: Claudio W <[email protected]>
* Added green hex logo svg (#5859) * Altered JS green svg logo * Added JS logos stories component * Added hex green logo svg file * Added hex logos stories component * Fixed commited not belonged changes * Added black hex logo svg (#5864) * Added hex black svg file * Added hex logos stories component * Updated hex logos stories component --------- Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]> * add hex-green logo --------- Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Pooja Patel <[email protected]>
* Add social icon GitHub * Update components/__design__/social-logos.stories.tsx Signed-off-by: Brian Muenzenmeyer <[email protected]> --------- Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]>
* chore:Added social icon LinkedIn #40 * Update components/__design__/social-logos.stories.tsx Signed-off-by: Brian Muenzenmeyer <[email protected]> --------- Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: sridevi <sridevi.sn> Co-authored-by: Brian Muenzenmeyer <[email protected]>
* feat: Blockquote component * refactor: text stylings moved to wrapper * refactor: cite prop removed
Signed-off-by: ChTiSh <[email protected]>
Signed-off-by: Claudio W <[email protected]>
Signed-off-by: Claudio W <[email protected]>
Co-authored-by: Shristi Suman <[email protected]>
* added stacked-dark logo and storybook * Update components/__design__/stacked-logos.stories.tsx Signed-off-by: Brian Muenzenmeyer <[email protected]> * Update components/__design__/stacked-logos.stories.tsx Signed-off-by: Brian Muenzenmeyer <[email protected]> --------- Signed-off-by: Brian Muenzenmeyer <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]>
* feat: add CrossLink component * chore: add neutral 950 color * Apply suggestions from code review Signed-off-by: Claudio W <[email protected]> --------- Signed-off-by: Claudio W <[email protected]> Co-authored-by: Claudio W <[email protected]>
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )