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 dependency @nuxt/image to v1.7.0 #260

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/image (source) 1.0.0-rc.1 -> 1.7.0 age adoption passing confidence

Release Notes

nuxt/image (@​nuxt/image)

v1.7.0

Compare Source

compare changes

🚀 Enhancements
  • Allow specifying fetchpriority when preloading images (#​989)
🩹 Fixes
  • Ensure src comes after loading when rendering image (#​1338)
📖 Documentation
  • Fix typo in get-started/installation (#​1344)
🤖 CI
❤️ Contributors

v1.6.0

Compare Source

compare changes

🚀 Enhancements
  • Configure domains with NUXT_IMAGE_DOMAINS (#​1332)
  • nuxt-img: Add placeholderClass prop (#​1111)
🩹 Fixes
  • hygraph: Support new hygraph asset system (#​1321)
  • uploadcare: Omit base when resolved URL is returned (#​1254)
  • Handle undefined or empty image source values (#​1300)
  • Reduce warnings about density values > 2 (dad493a)
  • netlify: Normalise jpeg format to jpg (a59e57c)
📖 Documentation
  • Use new nuxi module add command in installation (#​1310)
  • Warn <NuxtPicture> doesn't support different sources (#​1326)
🏡 Chore
✅ Tests
❤️ Contributors

v1.5.0

Compare Source

compare changes

🚀 Enhancements
  • netlify: Support domains option with Netlify Image CDN (#​1287)
🩹 Fixes
  • Opt in to import.meta.* properties (#​1301)
  • Don't attempt to parse falsy values in options.domains (#​1305)
📖 Documentation
🏡 Chore
✅ Tests
  • Close out playwright page after each test (2b4bac9)
❤️ Contributors

v1.4.0

Compare Source

compare changes

🚀 Enhancements
  • Add performance feature detection markers (#​1221)
  • Support Netlify Image CDN (#​1234)
  • Add @error event from <NuxtPicture> (#​1252)
🩹 Fixes
  • ipx: Temporarily downgrade ipx/sharp (#​1265)
📖 Documentation
🏡 Chore
  • docs: Upgrade versions and add carbon ads (503b663)
  • Use explicit version to bust stackblitz cache (ae93934)
  • Assert event exists (8701991)
  • Pin vue for docs hotfix (b56c760)
  • Upgrade ipx/sharp separately (9a711e6)
  • Release @nuxt/image-nightly with changelogen (074d12e)
🤖 CI
❤️ Contributors

v1.3.0

Compare Source

compare changes

🚀 Enhancements
  • imagekit: Replace obsolete overlay syntax with layers (#​1197)
  • ipx: Support nuxt layers (#​1177)
🏡 Chore
  • Deduplicate vue versions in workspace (#​1202)
❤️ Contributors

v1.2.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Add types to ipx provider options (#​1132)
📖 Documentation
  • Explain fall back to larger size on amplify + vercel (#​1124)
  • Add link back to sizes and mention TailwindCSS (6e41429)
  • Added deprecated message Netlify Large Media (#​1141)
  • Add bun installation command (#​1155)
🏡 Chore
  • Migrate to @nuxt/test-utils for runtime testing (#​1149)
  • Test bundler module resolution (#​1161)
❤️ Contributors

v1.1.0

Compare Source

compare changes

🚀 Enhancements
📖 Documentation
🏡 Chore
  • Add backquote in readme (7f8d8f2)
  • Add homepage to package.json (#​1097)
  • Use correct repository syntax (7a89e86)
  • Ensure amplify types respect upstream nitro types (5c4cd7c)
  • Add ignore (13a120f)
🤖 CI
❤️ Contributors

v1.0.0

Compare Source

compare changes

🩹 Fixes
  • cloudimage: Skip cdn when src path is provided with protocol (#​1028)
  • ipx: ⚠️ Pass all options (#​1056)
  • Type-only import of IPXRuntimeConfig (0b6bd83)
  • Autocomplete <NuxtImg> loading attribute (#​1057)
📖 Documentation
🏡 Chore
⚠️ Breaking Changes
  • ipx: ⚠️ Pass all options (#​1056)
❤️ Contributors

v1.0.0-rc.3

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • cloudinary: Handle blur modifier correctly (#​985)
📖 Documentation
  • Track anonymous search queries (dd4451e)
  • Add query in search event (92f71da)
  • Update deps (d39eab1)
  • Display supported unsplash parameters as a list (#​995)
  • Update to ui pro (a9cc6bd)
  • Add contribution guide (fdc0975)
  • Remove stray code block (#​1016)
🏡 Chore
  • Split out docs updates into separate prs (8cb7c50)
  • Expand renovate group to nuxt ui prefix (adbdff3)
  • Build before releasing (db4d4a8)
  • Use explicit build command (e638a0e)
🤖 CI
⚠️ Breaking Changes
  • ⚠️ Migrate to ipx v2 (#​988)
❤️ Contributors

v1.0.0-rc.2

Compare Source

compare changes

🚀 Enhancements
  • Support densities for devices with DevicePixelRatio > 1 (#​769)
  • nuxt-picture: Support multiple image formats (#​684)
  • Add prepr cms image provider integration (#​823)
  • Allow setting global format defaults in config (#​880)
  • Allow setting global quality defaults in config (#​884)
  • Add uploadcare provider (#​740)
  • nuxt-img: Placeholder default blur + improve playground (#​966)
  • Add apiVersion to cloudimage provider (#​955)
  • ⚠️ Switch sizes default to responsive-first (#​977)
  • Add ipxStatic provider (#​878)
🩹 Fixes
  • Apply sizes/srcset when using placeholder (#​676)
  • Run setup and add none to providers list (#​860)
  • Remove key for picture/image to stop flicker when loading (#​760)
  • storyblok: Don't apply resize/format/filter on vector (#​870)
  • Address miscellaneous bugs with new 'densities' prop (#​872)
  • Add explicit import for useImage (4865ccb)
  • Augment runtime config with explicit ipx key (d73833b)
  • Provide default ipx opts earlier (2f62c05)
  • Respect densities prop with <nuxt-picture> (#​928)
  • Warn in dev mode if density is provided above 2x (#​973)
  • Generate sizes when only a single sizes is provided (#​920)
📖 Documentation
🏡 Chore
✅ Tests
  • Ensure <img> is rendered with custom format (fcc9b7a)
  • Pass string to fit (1a8c782)
  • Iterate over providers array with for/of (df062d0)
  • Move to v8 coverage engine (6fb8ef6)
🎨 Styles
  • Add spaces around string literal types (3badcb8)
🤖 CI
  • Test coverage and split out release job (c4a8ff6)
  • Run tests on node 20.5 until hotfix arrives (a5bd7de)
⚠️ Breaking Changes
  • ⚠️ Switch sizes default to responsive-first (#​977)
❤️ Contributors

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot changed the title chore(deps): update dependency @nuxt/image to v1.0.0-rc.2 chore(deps): update dependency @nuxt/image to v1.0.0-rc.3 Oct 2, 2023
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/image to v1.0.0-rc.3 chore(deps): update dependency @nuxt/image to v1.0.0 Oct 19, 2023
@renovate renovate bot force-pushed the renovate/nuxt-image-1.x branch 3 times, most recently from 278d14d to 2a202c3 Compare October 25, 2023 09:50
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/image to v1.0.0 chore(deps): update dependency @nuxt/image to v1.1.0 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/nuxt-image-1.x branch 2 times, most recently from 9e584b2 to 7dc7be6 Compare November 21, 2023 06:48
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/image to v1.1.0 chore(deps): update dependency @nuxt/image to v1.2.0 Jan 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/image to v1.2.0 chore(deps): update dependency @nuxt/image to v1.3.0 Jan 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/image to v1.3.0 chore(deps): update dependency @nuxt/image to v1.4.0 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/nuxt-image-1.x branch from 070b015 to 9c32907 Compare March 5, 2024 13:41
@renovate renovate bot force-pushed the renovate/nuxt-image-1.x branch 2 times, most recently from e9de90d to 05a2215 Compare March 20, 2024 05:44
@renovate renovate bot force-pushed the renovate/nuxt-image-1.x branch 4 times, most recently from 3d41fdb to 8ab320e Compare April 2, 2024 19:35
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/image to v1.4.0 chore(deps): update dependency @nuxt/image to v1.5.0 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/nuxt-image-1.x branch 3 times, most recently from e6c543f to 4745add Compare April 12, 2024 02:47
@renovate renovate bot force-pushed the renovate/nuxt-image-1.x branch from 4745add to 4e458b7 Compare April 12, 2024 05:55
Copy link
Contributor

github-actions bot commented Apr 12, 2024

Run report for a098e60b

Total time: 1m 21s | Comparison time: 1m 31s | Estimated savings: 10.2s (11.1% faster)

Action Time Status Info
🟩 SyncWorkspace 0ms Passed
⬛️ SetupNodeTool(global) 2.3s Skipped
🟩 InstallNodeDeps(global) 34.5s Passed
🟩 SyncNodeProject(jose-browser) 0.2ms Passed
🟩 SyncNodeProject(custom-field) 0.2ms Passed
🟩 SyncNodeProject(typesense-xior) 0.1ms Passed
🟩 SyncNodeProject(karbon-utils) 21.7ms Passed
🟩 SyncNodeProject(code-highlight) 21.9ms Passed
🟩 SyncNodeProject(playground) 21.8ms Passed
🟩 RunTask(custom-field:build) 3.3s Passed
🟩 SyncNodeProject(worker-playground) 0.4ms Passed
🟩 SyncNodeProject(karbon) 0.6ms Passed
🟩 RunTask(code-highlight:build) 976.8ms Passed
🟩 RunTask(jose-browser:build) 3s Passed
🟩 SyncNodeProject(karbon-monorepo) 1.2ms Passed
🟩 RunTask(karbon-utils:build) 4.4s Passed
🟩 RunTask(typesense-xior:build) 549.3ms Passed
🟩 RunTask(karbon:dev-stub) 5.5s Passed
🟩 RunTask(worker-playground:test-run) 2.5s Passed
🟩 RunTask(karbon:dev-prepare) 5s Passed
And 8 more...
Expanded report
Action Time Status Info
🟩 RunTask(karbon:bundle-cli) 16s Passed
🟩 RunTask(karbon:build-module) 15.4s Passed
🟩 RunTask(karbon:bundle-module) 887.4ms Passed
🟩 RunTask(karbon:bundle-helper) 406.3ms Passed
🟩 RunTask(karbon:build) 9ms Passed
🟩 RunTask(playground:dev-prepare) 2.9s Passed
🟩 RunTask(karbon-monorepo:build) 4.5ms Passed
🟩 RunTask(karbon-monorepo:test) 4s Passed
Touched files
package.json
packages/playground/package.json
yarn.lock

@renovate renovate bot force-pushed the renovate/nuxt-image-1.x branch from 4e458b7 to 5c5d468 Compare April 22, 2024 09:09
Copy link

changeset-bot bot commented Apr 22, 2024

⚠️ No Changeset found

Latest commit: a098e60

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/nuxt-image-1.x branch from 5c5d468 to 1c6656c Compare April 22, 2024 19:37
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/image to v1.5.0 chore(deps): update dependency @nuxt/image to v1.6.0 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/nuxt-image-1.x branch 2 times, most recently from 76d1b1e to 520a4e7 Compare May 3, 2024 13:58
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/image to v1.6.0 chore(deps): update dependency @nuxt/image to v1.7.0 May 3, 2024
@renovate renovate bot force-pushed the renovate/nuxt-image-1.x branch from 520a4e7 to a098e60 Compare May 16, 2024 08:17
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