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

Bump the npm-packages group in /docs with 12 updates #85

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2024

Bumps the npm-packages group in /docs with 12 updates:

Package From To
@markdoc/markdoc 0.2.2 0.4.0
@markdoc/next.js 0.2.3 0.3.7
clsx 1.2.1 2.1.0
next 13.5.6 14.1.1
postcss-focus-visible 6.0.4 9.0.1
postcss-import 14.1.0 16.0.1
prism-react-renderer 1.3.5 2.3.1
react-icons 4.12.0 5.0.1
eslint 8.26.0 8.57.0
eslint-config-next 13.0.2 14.1.1
prettier 2.8.8 3.2.5
prettier-plugin-tailwindcss 0.1.13 0.5.11

Updates @markdoc/markdoc from 0.2.2 to 0.4.0

Release notes

Sourced from @​markdoc/markdoc's releases.

0.4.0

What's Changed

Full Changelog: markdoc/markdoc@0.3.5...0.4.0

0.3.5

What's Changed

New Contributors

Full Changelog: markdoc/markdoc@0.3.4...0.3.5

0.3.4

What's Changed

Full Changelog: markdoc/markdoc@0.3.3...0.3.4

0.3.3

What's Changed

Full Changelog: markdoc/markdoc@0.3.2...0.3.3

0.3.2

What's Changed

Full Changelog: markdoc/markdoc@0.3.1...0.3.2

0.3.1

What's Changed

... (truncated)

Commits
  • f59adb5 Changes th width property to string type in schema (#472)
  • 4d3dd64 Adds additional escapes to string attributes (#470)
  • c572385 Fix table cell widths in formatter (#463)
  • fd43ec1 Fixes variable resolution for slots (#457)
  • 0d078ed Adds support for dropping location information in parse function (#455)
  • 1d4515a Fix conflict between parent validation and function validation (#441)
  • acb517e Update version to 0.3.1 (#438)
  • c914d13 Exposes parent nodes in validation (#437)
  • 92c8ee2 Markdoc formatter - update to skip printing undefined attributes (#432)
  • 45424bf add row and col span to th (#422)
  • Additional commits viewable in compare view

Updates @markdoc/next.js from 0.2.3 to 0.3.7

Release notes

Sourced from @​markdoc/next.js's releases.

0.3.7

What's Changed

Full Changelog: markdoc/next.js@0.3.6...0.3.7

0.3.6

What's Changed

New Contributors

Full Changelog: markdoc/next.js@0.3.5...0.3.6

0.3.5

What's Changed

Full Changelog: markdoc/next.js@0.3.4...0.3.5

0.3.4

What's Changed

Full Changelog: markdoc/next.js@0.3.3...0.3.4

0.3.3

What's Changed

Full Changelog: markdoc/next.js@0.3.2...0.3.3

0.3.2

What's Changed

Full Changelog: markdoc/next.js@0.3.1...0.3.2

0.3.1

What's Changed

Full Changelog: markdoc/next.js@0.3.0...0.3.1

0.3.0

What's Changed

... (truncated)

Commits

Updates clsx from 1.2.1 to 2.1.0

Release notes

Sourced from clsx's releases.

v2.1.0

Features

  • Add new clsx/lite submodule for string-only usage: 1a49142

    This is a 140b version of clsx that is ideal for Tailwind and/or React contexts, which typically follow this clsx usage pattern:

    clsx('foo bar', props.maybe && 'conditional classes', props.className);

    Important: This clsx/lite module ignores all non-string arguments and is therefore not a 1:1 replacement for clsx itself!

    import { clsx } from 'clsx';
    import { clsx as lite } from 'clsx/lite';
    // strings-only usage is identical
    clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
    // clsx/lite ignores all non-strings
    clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
    lite('foo', { a: true, b: false, c: true }); //=> "foo"


Full Changelog: lukeed/clsx@v2.0.1...v2.1.0

v2.0.1

Patches

  • (perf) Cache arguments.length & array.length for 6% performance gain (#26): deff09b Adds 5 bytes (+2%) for ~3% avg performance gain Thank you @​jalalazimi

Chores

  • Update module size: bf64e71
  • Update benchmark results: 855eec2, 6e3b2b9,
  • Replace nyc with c8 in CI: 6e2468e
  • Update Node CI matrix: 308a238
  • Fix readme typos (#76, #82): 42354d3, 4c9a55d Thank you @​andipaetzold and @​acusti

Full Changelog: lukeed/clsx@v2.0.0...v2.0.1

... (truncated)

Commits

Updates next from 13.5.6 to 14.1.1

Release notes

Sourced from next's releases.

v14.1.1

Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary

Core Changes

Credits

Huge thanks to @​huozhi, @​shuding, @​Ethan-Arrowood, @​styfle, @​ijjk, @​ztanner, @​balazsorban44, @​kdy1, and @​williamli for helping!

v14.1.1-canary.82

Core Changes

  • fix(turbopack): don't emit issues for deleted pages: #62012
  • perf: don't emit issues via websocket for now: #59024
  • add native css nesting support: #62644
  • refactor(next-swc): remove unused features: #62696
  • Upgrade mini-css-extract-plugin: #62698
  • Update precompiled for mini-css-extract-plugin: #62699
  • feat: display text diff for text mismatch hydration errors: #62684
  • Fix lint check: #62702

Documentation Changes

  • Correct format for autoplay attribute in NextJS video docs : #62695
  • Update unstable_cache docs for revalidate option: #62689

... (truncated)

Commits

Updates postcss-focus-visible from 6.0.4 to 9.0.1

Changelog

Sourced from postcss-focus-visible's changelog.

9.0.1

December 15, 2023

  • Fix type definitions

9.0.0

July 3, 2023

8.0.2

February 8, 2023

  • Reduce the amount of duplicate fallback CSS.

8.0.1

January 28, 2023

  • Improve types declaration in package.json

8.0.0

January 24, 2023

  • Updated: Support for Node v14+ (major).
  • Fix: Do not throw when a selector is invalid, show a warning instead.

7.1.0

July 30, 2022

  • Added: disablePolyfillReadyClass plugin option to prevent .js-focus-visible from being added.

7.0.0

July 8, 2022

  • Breaking: Changed generated classes so it prepends .js-focus-visible to the generated class so CSS is applied when the polyfill is known to be running.
Commits
Maintainer changes

This version was pushed to npm by romainmenke, a new releaser for postcss-focus-visible since your current version.


Updates postcss-import from 14.1.0 to 16.0.1

Changelog

Sourced from postcss-import's changelog.

16.0.1 / 2024-02-14

  • Fix crash when handling some @imports with media conditions (#557, #558)

16.0.0 / 2024-01-02

  • BREAKING: Require Node.js v18+ (#550, #551)
  • BREAKING: Signifigant rewrite, with small behavioral tweaks in a number of edge cases
  • Support for @supports conditional imports added (#532, #548)
  • When skipDuplicates is false, handles import cycles correctly (#462, #535)
  • Add warnOnEmpty option to allow disabling warnings for empty files (#84, #541)
  • Use proper node.errors (#518, #540)

Huge thanks to @romainmenke for all the hard work he put into this release.

15.1.0 / 2022-12-07

  • Add data: URL support (this is not useful for most consumers) (#515)

15.0.1 / 2022-12-01

  • Preserve layer in ignored @imports (#510, #511)
  • Join media queries in the correct order (#512, #513)

15.0.0 / 2022-08-30

  • BREAKING: Require Node.js v14+ (#497)
  • BREAKING: Require nameLayer option for handling anonymous layers (#496)
  • Fix handling of @media queries inside layered imports (#495, #496)
Commits

Updates prism-react-renderer from 1.3.5 to 2.3.1

Release notes

Sourced from prism-react-renderer's releases.

[email protected]

Patch Changes

  • Export normalizeTokens and useTokenize utility functions. (#237)

[email protected]

Minor Changes

  • Upgrade clsx to v2.0.0. (#232)

[email protected]

Minor Changes

  • Add Python support. (#226)

Patch Changes

  • Fix html language preset by using markup instead. (#230)

[email protected]

Minor Changes

  • Added oneDark and oneLight themes (#224)

[email protected]

Patch Changes

  • Export all types from package (#216)

[email protected]

Patch Changes

  • Fixed bug where an undefined theme would cause a runtime error. (#213)

[email protected]

Patch Changes

  • Fix types for Prism library. (#204)

[email protected]

Patch Changes

... (truncated)

Commits
  • f27b612 Merge pull request #238 from FormidableLabs/changeset-release/master
  • 8e59a69 Version Packages
  • f8eae73 Merge pull request #237 from FormidableLabs/task/export-util-fns
  • 0c20178 Export normalizeTokens and useTokenize utility functions.
  • e6d3233 Merge pull request #233 from FormidableLabs/changeset-release/master
  • b2b07c1 Version Packages
  • a511d83 Merge pull request #232 from harryzcy/clsx-2.0
  • 5afd574 Add changeset
  • 2b965d0 Upgrade clsx to 2.0.0
  • 64da1c7 Merge pull request #227 from FormidableLabs/changeset-release/master
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by formidablelabs, a new releaser for prism-react-renderer since your current version.


Updates react-icons from 4.12.0 to 5.0.1

Release notes

Sourced from react-icons's releases.

v5.0.1

What's Changed

New Contributors

Full Changelog: react-icons/react-icons@v5.0.0...v5.0.1

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.4.2 2025
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-90-g1ea21d5429 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.29.1 287
Lucide ISC v5.0.1 1215
Game Icons CC BY 3.0 12920d6565588f0512542a3cb0cdfd36a497f910 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.3.1 789
Bootstrap Icons MIT 1.11.1 2716
Remix Icon Apache License Version 2.0 3.5.0 2537
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.11.0 635
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.0.18 876
Simple Icons CC0 1.0 Universal 9.20.0 2753
Simple Line Icons MIT 2.5.5 189
IcoMoon Free CC BY 4.0 License d006795ede82361e1bac1ee76f215cf1dc51e4ca 491
BoxIcons MIT 2.1.4 1634
css.gg MIT 2.1.1 704
VS Code Icons CC BY 4.0 0.0.35 439
Tabler Icons MIT 2.40.0 4836
Themify Icons MIT v0.1.2-2-g9600186 352
Radix Icons MIT @radix-ui/[email protected] 318
Phosphor Icons MIT 2.0.2 7488
Icons8 Line Awesome MIT 1.3.1 1544

v5.0.0

What's Changed

... (truncated)

Commits

Updates eslint from 8.26.0 to 8.57.0

Release notes

Sourced from eslint's releases.

v8.57.0

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)

Documentation

  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)

Chores

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)

v8.56.0

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.57.0 - February 23, 2024

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)

v9.0.0-beta.0 - February 9, 2024

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2024

The following labels could not be found: docs.

Copy link

cloudflare-workers-and-pages bot commented Mar 3, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 63664f6
Status:🚫  Build failed.

View logs

@coveralls
Copy link

coveralls commented Mar 3, 2024

Pull Request Test Coverage Report for Build 8146681431

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.038%

Totals Coverage Status
Change from base Build 8136144570: 0.0%
Covered Lines: 289
Relevant Lines: 314

💛 - Coveralls

Bumps the npm-packages group in /docs with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@markdoc/markdoc](https://github.com/markdoc/markdoc) | `0.2.2` | `0.4.0` |
| [@markdoc/next.js](https://github.com/markdoc/next.js) | `0.2.3` | `0.3.7` |
| [clsx](https://github.com/lukeed/clsx) | `1.2.1` | `2.1.0` |
| [next](https://github.com/vercel/next.js) | `13.5.6` | `14.1.1` |
| [postcss-focus-visible](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-focus-visible) | `6.0.4` | `9.0.1` |
| [postcss-import](https://github.com/postcss/postcss-import) | `14.1.0` | `16.0.1` |
| [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) | `1.3.5` | `2.3.1` |
| [react-icons](https://github.com/react-icons/react-icons) | `4.12.0` | `5.0.1` |
| [eslint](https://github.com/eslint/eslint) | `8.26.0` | `8.57.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `13.0.2` | `14.1.1` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.2.5` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.1.13` | `0.5.11` |


Updates `@markdoc/markdoc` from 0.2.2 to 0.4.0
- [Release notes](https://github.com/markdoc/markdoc/releases)
- [Commits](markdoc/markdoc@0.2.2...0.4.0)

Updates `@markdoc/next.js` from 0.2.3 to 0.3.7
- [Release notes](https://github.com/markdoc/next.js/releases)
- [Commits](markdoc/next.js@0.2.3...0.3.7)

Updates `clsx` from 1.2.1 to 2.1.0
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v1.2.1...v2.1.0)

Updates `next` from 13.5.6 to 14.1.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.5.6...v14.1.1)

Updates `postcss-focus-visible` from 6.0.4 to 9.0.1
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-focus-visible/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-focus-visible)

Updates `postcss-import` from 14.1.0 to 16.0.1
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-import@14.1.0...16.0.1)

Updates `prism-react-renderer` from 1.3.5 to 2.3.1
- [Release notes](https://github.com/FormidableLabs/prism-react-renderer/releases)
- [Commits](https://github.com/FormidableLabs/prism-react-renderer/compare/[email protected])

Updates `react-icons` from 4.12.0 to 5.0.1
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v4.12.0...v5.0.1)

Updates `eslint` from 8.26.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.26.0...v8.57.0)

Updates `eslint-config-next` from 13.0.2 to 14.1.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.1.1/packages/eslint-config-next)

Updates `prettier` from 2.8.8 to 3.2.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.8...3.2.5)

Updates `prettier-plugin-tailwindcss` from 0.1.13 to 0.5.11
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.1.13...v0.5.11)

---
updated-dependencies:
- dependency-name: "@markdoc/markdoc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: "@markdoc/next.js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: postcss-focus-visible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: postcss-import
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: prism-react-renderer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/docs/npm-packages-1264ce7ee5 branch from d515049 to 63664f6 Compare March 4, 2024 20:36
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2024

Superseded by #86.

@dependabot dependabot bot closed this Mar 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs/npm-packages-1264ce7ee5 branch March 5, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant