-
Notifications
You must be signed in to change notification settings - Fork 10
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): bump nanoid from 3.3.7 to 3.3.8 in /zt_frontend #398
Merged
Carson-Shaar
merged 1 commit into
main
from
dependabot/npm_and_yarn/zt_frontend/nanoid-3.3.8
Jan 3, 2025
Merged
chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /zt_frontend #398
Carson-Shaar
merged 1 commit into
main
from
dependabot/npm_and_yarn/zt_frontend/nanoid-3.3.8
Jan 3, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [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.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Dec 21, 2024
Carson-Shaar
approved these changes
Jan 2, 2025
Carson-Shaar
deleted the
dependabot/npm_and_yarn/zt_frontend/nanoid-3.3.8
branch
January 3, 2025 08:47
Red-Giuliano
added a commit
that referenced
this pull request
Jan 3, 2025
* fix: Add style attribute to all relevant components (#384) * chore(main): release 0.5.1 (#385) * fix: Restore deleted publish code (#387) * chore(main): release 0.5.2 (#388) * fix: Free versions and proper environment installs (#389) * fix: Free versions and proper environment installs * fix: Missed condition * chore(main): release 0.5.3 (#390) * fix: updated docs with higher res screenshots and fixed typos/errors in code (#382) * updated docs with higher res screenshots and to fix typos/errors in code * minor docs updates and saving/reading as python file * made slight change to handle multine cell definitions in parser * restored backend and moved saving to python file to new branch * fix: Restore yarn lock and remove unwanted changes * fix: space --------- Co-authored-by: Red Giuliano <red.giuliano@zero-true.com> Co-authored-by: Carson-Shaar <carson.shaar@zero-true.com> * fix(solve-parser-issue): Solved parsing issue with list of variables define globally and in function together (#379) * fix(solve-bug-in-linting): Updated the linting command to check only stable errors according to ruff and ignore others (#383) * fix: Actions artifacts v3 is closing down and other upgrades (#391) * chore(updated-cell-traversal): Updated cell traversal to move between notebook cells using up and down arrow (#381) * chore(updated-cell-traversal): Updated cell traversal to move between notebook cells using up and down arrow * fix(solve-text-component-issue): Fix traversal in text component * chore(optimize-ui): Improved UI for file explorer and copilot components (#380) * chore(optimize-ui): Improved UI for file explorer and copilot components * Updated bug found in copilot unauthorized state * fix(UI-file-explorer): Maintaining proper ui with file item * chore(file-explorer-UI): Optimize UI to open and clsoe folders when clicked on title * chore(optimize-ui-file-explorer):OPtimized file explorer by providing features like right click menu,subfolder item creation, crag drop items, and click open titles in explorer * fix(drag-drop-ui): imporove drag drop funcitonalities * fix(text-cell-traversal): Debugged the issue with text cell traversal and handled all the edge cases for traversal with different decorations and elements (#395) fix(text-cell-traversal):Debugged the issue with text cell traversal and handled all the edge cases for traversal with different decorations and elements * chore(update-copilot-reference): Updated copilot added reference for zero true components to suggest (#396) * Added document context for zero_true components to provide reference for copilot * chore(update-copilot-reference): Updated copilot added reference for zero true components to suggest * fix: Include docs files for copilot in package (#397) * chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /zt_frontend (#398) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [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.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(logic-optimizations): Added copy button on copilot code,update search logic in file explorer, optimized copilot suggesstions (#402) * fix(logic-optimizations): Added copy button on copilot code,update search logic in file explorer, optimized copilot suggesstions * fix(copilot-suggesstions): improved some context and increased debounce --------- Co-authored-by: Carson-Shaar <120226019+Carson-Shaar@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Carson-Shaar <120226019+Carson-Shaar@users.noreply.github.com> Co-authored-by: Jonathan Meyers <jmymy@users.noreply.github.com> Co-authored-by: Red Giuliano <red.giuliano@zero-true.com> Co-authored-by: Carson-Shaar <carson.shaar@zero-true.com> Co-authored-by: Priya Kanabar <119392691+priyakanabar-crest@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Carson-Shaar
added a commit
that referenced
this pull request
Jan 6, 2025
* formatting sidebar and more snackable docs * new files needed * added template for timer * reverted blog post to main branch to avoid merge conflict * merging main into docs-branch (#405) * fix: Add style attribute to all relevant components (#384) * chore(main): release 0.5.1 (#385) * fix: Restore deleted publish code (#387) * chore(main): release 0.5.2 (#388) * fix: Free versions and proper environment installs (#389) * fix: Free versions and proper environment installs * fix: Missed condition * chore(main): release 0.5.3 (#390) * fix: updated docs with higher res screenshots and fixed typos/errors in code (#382) * updated docs with higher res screenshots and to fix typos/errors in code * minor docs updates and saving/reading as python file * made slight change to handle multine cell definitions in parser * restored backend and moved saving to python file to new branch * fix: Restore yarn lock and remove unwanted changes * fix: space --------- Co-authored-by: Red Giuliano <red.giuliano@zero-true.com> Co-authored-by: Carson-Shaar <carson.shaar@zero-true.com> * fix(solve-parser-issue): Solved parsing issue with list of variables define globally and in function together (#379) * fix(solve-bug-in-linting): Updated the linting command to check only stable errors according to ruff and ignore others (#383) * fix: Actions artifacts v3 is closing down and other upgrades (#391) * chore(updated-cell-traversal): Updated cell traversal to move between notebook cells using up and down arrow (#381) * chore(updated-cell-traversal): Updated cell traversal to move between notebook cells using up and down arrow * fix(solve-text-component-issue): Fix traversal in text component * chore(optimize-ui): Improved UI for file explorer and copilot components (#380) * chore(optimize-ui): Improved UI for file explorer and copilot components * Updated bug found in copilot unauthorized state * fix(UI-file-explorer): Maintaining proper ui with file item * chore(file-explorer-UI): Optimize UI to open and clsoe folders when clicked on title * chore(optimize-ui-file-explorer):OPtimized file explorer by providing features like right click menu,subfolder item creation, crag drop items, and click open titles in explorer * fix(drag-drop-ui): imporove drag drop funcitonalities * fix(text-cell-traversal): Debugged the issue with text cell traversal and handled all the edge cases for traversal with different decorations and elements (#395) fix(text-cell-traversal):Debugged the issue with text cell traversal and handled all the edge cases for traversal with different decorations and elements * chore(update-copilot-reference): Updated copilot added reference for zero true components to suggest (#396) * Added document context for zero_true components to provide reference for copilot * chore(update-copilot-reference): Updated copilot added reference for zero true components to suggest * fix: Include docs files for copilot in package (#397) * chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /zt_frontend (#398) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [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.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(logic-optimizations): Added copy button on copilot code,update search logic in file explorer, optimized copilot suggesstions (#402) * fix(logic-optimizations): Added copy button on copilot code,update search logic in file explorer, optimized copilot suggesstions * fix(copilot-suggesstions): improved some context and increased debounce --------- Co-authored-by: Carson-Shaar <120226019+Carson-Shaar@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Carson-Shaar <120226019+Carson-Shaar@users.noreply.github.com> Co-authored-by: Jonathan Meyers <jmymy@users.noreply.github.com> Co-authored-by: Red Giuliano <red.giuliano@zero-true.com> Co-authored-by: Carson-Shaar <carson.shaar@zero-true.com> Co-authored-by: Priya Kanabar <119392691+priyakanabar-crest@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * updated blog for timer component --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Red Giuliano <red.giuliano@zero-true.com> Co-authored-by: Carson-Shaar <120226019+Carson-Shaar@users.noreply.github.com> Co-authored-by: Jonathan Meyers <jmymy@users.noreply.github.com> Co-authored-by: Carson-Shaar <carson.shaar@zero-true.com> Co-authored-by: Priya Kanabar <119392691+priyakanabar-crest@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps nanoid from 3.3.7 to 3.3.8.
Changelog
Sourced from nanoid's changelog.
Commits
3044cd5
Release 3.3.8 version4fe3495
Update size limitd643045
Fix pool pollution, infinite loop (#510)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 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.