-
Notifications
You must be signed in to change notification settings - Fork 1
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
build(deps-dev): bump the minor-and-patch group with 3 updates #14
Merged
Teyk0o
merged 1 commit into
master
from
dependabot/npm_and_yarn/minor-and-patch-e275a4c4f1
Nov 18, 2024
Merged
build(deps-dev): bump the minor-and-patch group with 3 updates #14
Teyk0o
merged 1 commit into
master
from
dependabot/npm_and_yarn/minor-and-patch-e275a4c4f1
Nov 18, 2024
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 the minor-and-patch group with 3 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.14.0 to 9.15.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.15.0/packages/js) Updates `eslint` from 9.14.0 to 9.15.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.14.0...v9.15.0) Updates `typescript-eslint` from 8.13.0 to 8.14.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... 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
Nov 18, 2024
dependabot
bot
deleted the
dependabot/npm_and_yarn/minor-and-patch-e275a4c4f1
branch
November 18, 2024 09:19
Teyk0o
pushed a commit
that referenced
this pull request
Nov 23, 2024
Teyk0o
pushed a commit
that referenced
this pull request
Nov 23, 2024
Teyk0o
added a commit
that referenced
this pull request
Nov 25, 2024
* simplify manifest file by using glob patterns for JS and CSS * chore: update .gitignore to include personal VSCode settings * refactor: replace forEach with for-of loops and add type annotations * docs: remove some markdown and add setup installation for BBB 2.6 * Refacto code (#10) * simplify manifest file by using glob patterns for JS and CSS * chore: update .gitignore to include personal VSCode settings * refactor: replace forEach with for-of loops and add type annotations * refactor: restructure WWSNB initialization and enhance message checking with logging * refactor: restructure WWSNB initialization and enhance message checking with logging * feat: implement user caching and utility functions for mentions system * feat: refactor question highlighting and user retrieval logic; add observer for new messages * feat: modularize message handling and enhance moderator message styling * feat: export setupReactions function and import user module for enhanced functionality * Fix/content (#11) * Refactor message handling and implement TypeScript features (#12) * Feature/rebuild setup mentions (#13) * build(deps-dev): bump the minor-and-patch group with 3 updates (#14) * feat: auto update process and releases script for admin only * fix: signed extension path for upload * fix: remove unecessary files and optimize autoupdate * fix: imports error and webpack * feat: add websocket support for reactions module * fix: pullrequest without the files, uh ? * fix: reactions not correctly sent to wss * fix: reactions * feat: increment version in package.json * fix: delete package-lock.json * fix: mentions module * fix: highlight messages --------- Co-authored-by: Mouss <lepriol.matthieu@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Teyk0o
added a commit
that referenced
this pull request
Nov 29, 2024
* simplify manifest file by using glob patterns for JS and CSS * chore: update .gitignore to include personal VSCode settings * refactor: replace forEach with for-of loops and add type annotations * docs: remove some markdown and add setup installation for BBB 2.6 * Refacto code (#10) * simplify manifest file by using glob patterns for JS and CSS * chore: update .gitignore to include personal VSCode settings * refactor: replace forEach with for-of loops and add type annotations * refactor: restructure WWSNB initialization and enhance message checking with logging * refactor: restructure WWSNB initialization and enhance message checking with logging * feat: implement user caching and utility functions for mentions system * feat: refactor question highlighting and user retrieval logic; add observer for new messages * feat: modularize message handling and enhance moderator message styling * feat: export setupReactions function and import user module for enhanced functionality * Fix/content (#11) * Refactor message handling and implement TypeScript features (#12) * Feature/rebuild setup mentions (#13) * build(deps-dev): bump the minor-and-patch group with 3 updates (#14) * feat: auto update process and releases script for admin only * fix: signed extension path for upload * fix: remove unecessary files and optimize autoupdate * fix: imports error and webpack * feat: add websocket support for reactions module * fix: pullrequest without the files, uh ? * fix: reactions not correctly sent to wss * fix: reactions * feat: increment version in package.json * fix: delete package-lock.json * fix: mentions module * fix: highlight messages * docs: add server status to README * feat: add chrome support for release script * feat: add reflow when adding reaction and remove forgotten console log * feat: update release scripts + version * feat: user badge for moderators and contributors/user of the extension * fix: multiple suggestion selection was created * fix: dynamic wsUrl and var definition fix * fix: clean files and add comments --------- Co-authored-by: Mouss <lepriol.matthieu@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Teyk0o
added a commit
that referenced
this pull request
Nov 29, 2024
* simplify manifest file by using glob patterns for JS and CSS * chore: update .gitignore to include personal VSCode settings * refactor: replace forEach with for-of loops and add type annotations * docs: remove some markdown and add setup installation for BBB 2.6 * Refacto code (#10) * simplify manifest file by using glob patterns for JS and CSS * chore: update .gitignore to include personal VSCode settings * refactor: replace forEach with for-of loops and add type annotations * refactor: restructure WWSNB initialization and enhance message checking with logging * refactor: restructure WWSNB initialization and enhance message checking with logging * feat: implement user caching and utility functions for mentions system * feat: refactor question highlighting and user retrieval logic; add observer for new messages * feat: modularize message handling and enhance moderator message styling * feat: export setupReactions function and import user module for enhanced functionality * Fix/content (#11) * Refactor message handling and implement TypeScript features (#12) * Feature/rebuild setup mentions (#13) * build(deps-dev): bump the minor-and-patch group with 3 updates (#14) * feat: auto update process and releases script for admin only * fix: signed extension path for upload * fix: remove unecessary files and optimize autoupdate * fix: imports error and webpack * feat: add websocket support for reactions module * fix: pullrequest without the files, uh ? * fix: reactions not correctly sent to wss * fix: reactions * feat: increment version in package.json * fix: delete package-lock.json * fix: mentions module * fix: highlight messages * docs: add server status to README * feat: add chrome support for release script * feat: add reflow when adding reaction and remove forgotten console log * feat: update release scripts + version * feat: user badge for moderators and contributors/user of the extension * fix: multiple suggestion selection was created * fix: dynamic wsUrl and var definition fix * fix: clean files and add comments * fix: error when resolve conflicts * fix: delete package-lock.json --------- Co-authored-by: Mouss <lepriol.matthieu@gmail.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 the minor-and-patch group with 3 updates: @eslint/js, eslint and typescript-eslint.
Updates
@eslint/js
from 9.14.0 to 9.15.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
b441bee
chore: package.json update for@eslint/js
release3087c9e
feat: addmeta
object to@eslint/js
plugin (#19095)Updates
eslint
from 9.14.0 to 9.15.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
6f37b07
9.15.01d99f29
Build: changelog update for 9.15.02967d91
chore: upgrade@eslint/js
@9
.15.0 (#19133)b441bee
chore: package.json update for@eslint/js
release7d6bf4a
chore: upgrade@eslint/core
@0
.9.0 (#19131)01557ce
feat: Implement Language#normalizeLanguageOptions() (#19104)902e707
chore: upgrade@eslint/plugin-kit
@0
.2.3 (#19130)2edc0e2
feat: add meta.defaultOptions (#17656)fd33f13
fix: update types forno-restricted-imports
rule (#19060)5ff6c1d
chore: bump cross-spawn (#19125)Updates
typescript-eslint
from 8.13.0 to 8.14.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
16fba0a
chore(release): publish 8.14.0Dependabot 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