Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 25, 2025

Bumps nanoid from 3.3.7 to 3.3.11.

Release notes

Sourced from nanoid's releases.

3.3.11

  • Fixed React Native support.

3.3.10

3.3.9

  • Reduced npm package size.
Changelog

Sourced from nanoid's changelog.

3.3.11

  • Fixed React Native support.

3.3.10

3.3.9

  • Reduced npm package size.

3.3.8

  • Fixed a way to break Nano ID by passing non-integer size (by @​myndzi).
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

shirsho-12 and others added 28 commits April 25, 2025 13:58
Implement a website to showcase projects, publications, and blog posts, including Markdown blog post integration and image assets.
The commit resolves an import error in MarkdownRenderer.tsx by ensuring the necessary dependencies are correctly imported.
Showcase blog posts on the home page.
Redirects the index route to the home page.
Implement dark mode toggle and color scheme functionality.
Adjust dark mode colors for better visibility of buttons and cards.
This commit updates the Blog and BlogPost components to dynamically load content from markdown files located in the assets/blogs directory.
Refactor Blog and BlogPost components into smaller, more focused components to improve readability and maintainability.
Fixes blog post loading and processing. Includes changes to correctly parse blog post metadata and content, and uses remark-html for rendering.
Refactor Blog component to dynamically load blog posts from individual markdown files in the assets/blogs directory. Each .md file now represents a unique blog post.
Add "**/*.md" to `assetsInclude` in vite.config.ts to allow import analysis of .md files.
- Display detailed project descriptions on the homepage.
- Show the same blog posts on the homepage.
- Improved color consistency across light and dark themes.
- Ensured readability in the dark theme.
- Fixed the hero section to not overlap the navbar on scroll.
Split the Home page into smaller, reusable components for better organization and readability.
Fixes the hero section to not overlap the navbar when scrolling down.
Refactor the projects section to read project data from markdown files.
Add a new CV page with sections for work experience, education, skills, and hobbies.
Fixes an import error in Navbar.tsx related to the useMobile hook.
Implement loading projects from markdown files in the projects page, similar to the blog post functionality.
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.11.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.11)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-version: 3.3.11
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 25, 2025
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.

2 participants