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

chore(deps): update all non-major dependencies #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/devtools (source) ^1.0.5 -> ^1.3.2 age adoption passing confidence
@nuxt/eslint-config (source) ^0.1.1 -> ^0.3.13 age adoption passing confidence
@types/node (source) ^18.16.0 -> ^18.19.33 age adoption passing confidence
eslint (source) ^8.39.0 -> ^8.57.0 age adoption passing confidence
pnpm (source) 8.3.1 -> 8.15.8 age adoption passing confidence
postcss-nesting (source) ^11.2.2 -> ^11.3.0 age adoption passing confidence
typescript (source) ^5.0.4 -> ^5.4.5 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools)

v1.3.2

Compare Source

Bug Fixes

v1.3.1

Compare Source

Bug Fixes
  • module builder chunk path patch (87199a1)

v1.3.0

Compare Source

Bug Fixes
Features

v1.2.0

Compare Source

Bug Fixes

1.1.5 (2024-03-28)

Features

1.1.4 (2024-03-26)

Bug Fixes

1.1.3 (2024-03-21)

Bug Fixes

1.1.2 (2024-03-21)

Bug Fixes
Features

1.1.1 (2024-03-20)

Bug Fixes

v1.1.5

Compare Source

Features

v1.1.4

Compare Source

Bug Fixes

v1.1.3

Compare Source

Bug Fixes

v1.1.2

Compare Source

Bug Fixes
Features

v1.1.1

Compare Source

Bug Fixes

v1.1.0

Compare Source

Bug Fixes
Features

1.0.8 (2024-01-11)

Bug Fixes

1.0.7 (2024-01-11)

Bug Fixes
  • devtools: update default types to module.d.ts/.mts (#​559) (2ecd32c)
  • make twitter og tags optional (41ee5ec)
  • open-graph: fix type error, close #​563 (c63055a)
  • support iframeProps option for CSP, fix Stackblitz (0eb7a82)
  • timeline-helper-wrapper: Fix return value in timeline wrapper for promises (#​567) (0645e35)
  • update title of Eye Dropper command (#​558) (ea58139)
Features
  • server-routes: implement persisting input values in localStorage (#​545) (67dbf65)

1.0.6 (2023-12-13)

Bug Fixes

1.0.5 (2023-12-07)

Bug Fixes
  • allow iframe to work in stricter cross-origin policy (7ec0d3c)
  • devtools: don't enable devtools when in test mode (#​532) (3a7f143)
Features

1.0.4 (2023-11-27)

Bug Fixes
  • pip: check for https support (#​522) (5360cf4)
  • require auth token with getImageMeta and getTextAssetContent (69316c4)
  • require token for restartNuxt (09384af)
Features

1.0.3 (2023-11-20)

Bug Fixes
Features
  • disable devtools in test mode (51e8de6)

1.0.2 (2023-11-11)

Bug Fixes
  • do not show false connecting overlay on legacy Vite, close #​497 (a48c248)
  • timeline: do not inject for macro module, close #​507 (923edaf)

1.0.1 (2023-11-09)

Bug Fixes

v1.0.8

Compare Source

Bug Fixes

v1.0.7

Compare Source

Bug Fixes
  • devtools: update default types to module.d.ts/.mts (#​559) (2ecd32c)
  • make twitter og tags optional (41ee5ec)
  • open-graph: fix type error, close #​563 (c63055a)
  • support iframeProps option for CSP, fix Stackblitz (0eb7a82)
  • timeline-helper-wrapper: Fix return value in timeline wrapper for promises (#​567) (0645e35)
  • update title of Eye Dropper command (#​558) (ea58139)
Features
  • server-routes: implement persisting input values in localStorage (#​545) (67dbf65)

v1.0.6

Compare Source

Bug Fixes
nuxt/eslint (@​nuxt/eslint-config)

v0.3.13

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.11

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.3.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.5

Compare Source

   🚀 Features
  • eslint-config:
    • Support default export and rest arguments for easier usage  -  by @​antfu (c75eb)
  • module:
    View changes on GitHub

v0.3.4

Compare Source

v0.3.3

Compare Source

v0.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.3.1

Compare Source

v0.3.0

🚀 Notable Changes

💡 Expect an introduction blog post to explain in more detail very soon!

With this release, we have unified the ESLint tools across the ecosystem into this single monorepo to have a more maintainable structure. (For a comparison table between packages, please check: https://eslint.nuxt.com/guide/faq#package-disambiguation)

New docs: https://eslint.nuxt.com/

Introduce the new @nuxt/eslint module, that generates project-aware flat configs. Morden and much more extensible and customizable. Works with ESLint v9.0.0. Learn more at https://eslint.nuxt.com/packages/module.


    Features
    Bug Fixes
    Performance
    View changes on GitHub
eslint/eslint (eslint)

v8.57.0

Compare Source

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

Chores

v8.56.0

Compare Source

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

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

  • [d644de9](https://

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Mar 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hackernews ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 27, 2024 1:40pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa6bf09 to 7cb8438 Compare March 13, 2023 10:30
@renovate renovate bot changed the title chore(deps): update devdependency eslint to ^8.36.0 chore(deps): update all non-major dependencies Mar 13, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7cb8438 to ead60c0 Compare March 13, 2023 19:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ead60c0 to e31afc7 Compare March 14, 2023 06:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e31afc7 to 07e2f8d Compare March 14, 2023 18:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 07e2f8d to 3f43e9e Compare March 15, 2023 11:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f43e9e to 62892d4 Compare March 19, 2023 14:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 62892d4 to 239872c Compare March 20, 2023 22:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 239872c to 5f02613 Compare March 23, 2023 13:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5f02613 to dcf510c Compare March 23, 2023 22:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dcf510c to b3971cb Compare March 24, 2023 10:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b3971cb to b78b70c Compare March 24, 2023 17:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b78b70c to 98a63d9 Compare March 24, 2023 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 98a63d9 to 37d3f62 Compare March 25, 2023 00:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37d3f62 to 772f7f8 Compare March 25, 2023 07:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ee46e6 to 5e79c01 Compare April 10, 2024 19:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5e79c01 to fc18b7c Compare April 13, 2024 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc18b7c to 8f8a571 Compare April 15, 2024 15:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f8a571 to 623203f Compare April 18, 2024 04:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 623203f to a8ba323 Compare April 19, 2024 13:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8ba323 to b445d9d Compare April 22, 2024 14:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b445d9d to 94e35ca Compare April 25, 2024 18:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94e35ca to 7193346 Compare April 30, 2024 00:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7193346 to d3d115a Compare May 6, 2024 18:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d3d115a to b404b0f Compare May 8, 2024 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b404b0f to e786974 Compare May 9, 2024 15:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e786974 to 815526e Compare May 10, 2024 14:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 815526e to 4d18816 Compare May 17, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants