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-minor-patch group with 1 update #151

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2024

Bumps the npm-minor-patch group with 1 update: nuxt.

Updates nuxt from 3.10.1 to 3.10.2

Release notes

Sourced from nuxt's releases.

v3.10.2

3.10.2 is a regularly-scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.

👉 Changelog

compare changes

🩹 Fixes

  • nuxt: Export refreshCookie (#25635)
  • nuxt: Allow prefetching urls with query string (#25658)
  • nuxt: Remove undefined keys in route object (#25667)
  • vite: Treat .pcss extension as a CSS extension (#25673)
  • nuxt: Don't check for layout/page with <ClientOnly> (#25714)
  • vite: Strip query strings for style chunk filenames (#25764)
  • nuxt: Inline entry styles before component styles (#25749)
  • vite: Optimise layer dependencies with vite (#25752)
  • nuxt: Don't add extra baseURL on server useRequestURL (#25765)
  • schema: Use rootDir, not process.cwd, for modulesDir (#25766)
  • nuxt: Only warn for useId if attrs were not rendered (#25770)
  • kit: Don't mutate existing component entry when overriding (#25786)

📖 Documentation

  • Fix typo in useAsyncData docs (#25644)
  • Add quotes to clarify what site title is in example (#25669)
  • Enable twoslash for some code snippets (#25679)
  • Add prepend option docs for addComponentsDir (#25683)
  • Extend auto-scanned layer directories (#25720)
  • Improve wording in seo docs (#25692)
  • Add how to debug nuxt with node inspector (#25731)
  • Add missing export defaults for nuxt config (#25774)
  • Add import statement for mountSuspended (#25783)
  • Pass event to useRuntimeConfig (#25788)

🏡 Chore

  • schema: Add missing closing code block (#25641)

... (truncated)

Commits
  • ceebcde v3.10.2
  • 0c694ee chore(deps): update all non-major dependencies (main) (#25728)
  • a1c1fda fix(nuxt): only warn for useId if attrs were not rendered (#25770)
  • 29b338f fix(nuxt): don't add extra baseURL on server useRequestURL (#25765)
  • 795050e fix(nuxt): inline entry styles before component styles (#25749)
  • 18063b2 chore(deps): update dependency @​vitejs/plugin-vue to v5.0.4 (main) (#25726)
  • eb1593c chore(deps): update all non-major dependencies (main) (#25682)
  • fd671a2 fix(nuxt): don't check for layout/page with \<ClientOnly> (#25714)
  • 4f3391f fix(nuxt): remove undefined keys in route object (#25667)
  • f28a468 chore(deps): update all non-major dependencies (main) (#25670)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-minor-patch group with 1 update: [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt).


Updates `nuxt` from 3.10.1 to 3.10.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.10.2/packages/nuxt)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 14, 2024
Copy link

Preview deployed to https://a196ed2c.academy-preview.pages.dev (total size: 11M)

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2024

Looks like nuxt is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 20, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-minor-patch-a367c95208 branch February 20, 2024 18:24
Gheorghii28 added a commit to Gheorghii28/frontend that referenced this pull request Nov 1, 2024
- Enhanced "Create" button with clearer title and icon
- Added an overview showing total quizzes and count of quizzes created by the user
- Marked quizzes with "created by you" label for easier identification
- Displayed quiz creator's name if different from the current user
- Included quiz type for quick identification
- Conditionally rendered delete/edit icons only for admins or quiz creators
- Displayed eye icon for users without delete/edit permissions (non-admin or non-creator)
- Filtered quizzes by user and type
Gheorghii28 added a commit to Gheorghii28/frontend that referenced this pull request Nov 1, 2024
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants