-
Notifications
You must be signed in to change notification settings - Fork 0
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-dev): bump eslint from 8.55.0 to 8.56.0 #17
Merged
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
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Dec 18, 2023
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/eslint-8.56.0
branch
from
December 20, 2023 04:26
eded7c7
to
39eefd9
Compare
Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.55.0...v8.56.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/eslint-8.56.0
branch
from
December 20, 2023 05:50
39eefd9
to
3dd2c75
Compare
RuanAragao
added a commit
that referenced
this pull request
Dec 20, 2023
* chore: add LICENSE * chore: add lints config files * chore: add nuxt eslint * chore: add prettier * chore: add scripts and prettier ignore * chore: config eslint * core: add lint config to applications * feat: remove console.log * fix: remove deprecated v-on '.native' * feat(a11y): add keyboard accessibility to launcher grid * chore: add vitest configuration and update dependencies * test: add AppLauncher unit test * 🦄 refactor: change tag to header * 🧪 test: add unit test for WindowComponent * chore: add husky and lint-staged * chore: remove auto run test on commit * chore: add stylelint * chore: add eslintcache to gitignore * ci: add github actions and dependabot * fix: change pnpm to yarn to run linters * ci: change node_modules path cache * ci: add cache to node_modules * test: refactor unit tests * chore: add vitest dep * Unit test (#9) * fix: add vite-tsconfig-paths plugin to vite.config.ts * refactor: component imports and add prop for bootlist * test: add unit tests for LauncherGrid component * Chore/ci add build step (#10) * chore: add nuxi dependency * ci: add build and linter steps to CI workflow * Feature/boot desktop gui (#11) * chore: update .gitignore file * refactor: launcher grid and add integration test for main page * Feature/boot applications file system (#13) * feat: add /applications API endpoint to list installed applications * chore: add about and xTerm applications * feat: new boot system API based * test: add unit tests for BootscreenComponent * feat: add bootscreen component * refactor: Refactor boot loading progress and add finish animation * refactor: Refactor getApplications function to use async/await syntax * fix: add conditional environment path * fix: fix non development path (#15) * fix: fix non development path * fix: change bootload applications to client side * chore: remove unused deps * refactor: remove async and add head data * fix: Add unhead package and import useHead from unhead * feat: add xterm.js and disable app (#22) * fix: remove xterm * chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 (#17) Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.55.0...v8.56.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(deps): bump actions/setup-node from 4.0.0 to 4.0.1 (#19) * Develop (#23) * chore: add LICENSE * chore: add lints config files * chore: add nuxt eslint * chore: add prettier * chore: add scripts and prettier ignore * chore: config eslint * core: add lint config to applications * feat: remove console.log * fix: remove deprecated v-on '.native' * feat(a11y): add keyboard accessibility to launcher grid * chore: add vitest configuration and update dependencies * test: add AppLauncher unit test * 🦄 refactor: change tag to header * 🧪 test: add unit test for WindowComponent * chore: add husky and lint-staged * chore: remove auto run test on commit * chore: add stylelint * chore: add eslintcache to gitignore * ci: add github actions and dependabot * fix: change pnpm to yarn to run linters * ci: change node_modules path cache * ci: add cache to node_modules * test: refactor unit tests * chore: add vitest dep * Unit test (#9) * fix: add vite-tsconfig-paths plugin to vite.config.ts * refactor: component imports and add prop for bootlist * test: add unit tests for LauncherGrid component * Chore/ci add build step (#10) * chore: add nuxi dependency * ci: add build and linter steps to CI workflow * Feature/boot desktop gui (#11) * chore: update .gitignore file * refactor: launcher grid and add integration test for main page * Feature/boot applications file system (#13) * feat: add /applications API endpoint to list installed applications * chore: add about and xTerm applications * feat: new boot system API based * test: add unit tests for BootscreenComponent * feat: add bootscreen component * refactor: Refactor boot loading progress and add finish animation * refactor: Refactor getApplications function to use async/await syntax * fix: add conditional environment path * fix: fix non development path (#15) * fix: fix non development path * fix: change bootload applications to client side * chore: remove unused deps * refactor: remove async and add head data * fix: Add unhead package and import useHead from unhead * feat: add xterm.js and disable app (#22) * fix: remove xterm * fix(deps): bump actions/setup-node from 4.0.0 to 4.0.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Ruan Aragão <ruanaragao2@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
RuanAragao
added a commit
that referenced
this pull request
Dec 20, 2023
* chore: add LICENSE * chore: add lints config files * chore: add nuxt eslint * chore: add prettier * chore: add scripts and prettier ignore * chore: config eslint * core: add lint config to applications * feat: remove console.log * fix: remove deprecated v-on '.native' * feat(a11y): add keyboard accessibility to launcher grid * chore: add vitest configuration and update dependencies * test: add AppLauncher unit test * 🦄 refactor: change tag to header * 🧪 test: add unit test for WindowComponent * chore: add husky and lint-staged * chore: remove auto run test on commit * chore: add stylelint * chore: add eslintcache to gitignore * ci: add github actions and dependabot * fix: change pnpm to yarn to run linters * ci: change node_modules path cache * ci: add cache to node_modules * test: refactor unit tests * chore: add vitest dep * Unit test (#9) * fix: add vite-tsconfig-paths plugin to vite.config.ts * refactor: component imports and add prop for bootlist * test: add unit tests for LauncherGrid component * Chore/ci add build step (#10) * chore: add nuxi dependency * ci: add build and linter steps to CI workflow * Feature/boot desktop gui (#11) * chore: update .gitignore file * refactor: launcher grid and add integration test for main page * Feature/boot applications file system (#13) * feat: add /applications API endpoint to list installed applications * chore: add about and xTerm applications * feat: new boot system API based * test: add unit tests for BootscreenComponent * feat: add bootscreen component * refactor: Refactor boot loading progress and add finish animation * refactor: Refactor getApplications function to use async/await syntax * fix: add conditional environment path * fix: fix non development path (#15) * fix: fix non development path * fix: change bootload applications to client side * chore: remove unused deps * refactor: remove async and add head data * fix: Add unhead package and import useHead from unhead * feat: add xterm.js and disable app (#22) * fix: remove xterm * chore(deps-dev): bump eslint from 8.55.0 to 8.56.0 (#17) Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.55.0...v8.56.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix(deps): bump actions/setup-node from 4.0.0 to 4.0.1 (#19) * Develop (#23) * chore: add LICENSE * chore: add lints config files * chore: add nuxt eslint * chore: add prettier * chore: add scripts and prettier ignore * chore: config eslint * core: add lint config to applications * feat: remove console.log * fix: remove deprecated v-on '.native' * feat(a11y): add keyboard accessibility to launcher grid * chore: add vitest configuration and update dependencies * test: add AppLauncher unit test * 🦄 refactor: change tag to header * 🧪 test: add unit test for WindowComponent * chore: add husky and lint-staged * chore: remove auto run test on commit * chore: add stylelint * chore: add eslintcache to gitignore * ci: add github actions and dependabot * fix: change pnpm to yarn to run linters * ci: change node_modules path cache * ci: add cache to node_modules * test: refactor unit tests * chore: add vitest dep * Unit test (#9) * fix: add vite-tsconfig-paths plugin to vite.config.ts * refactor: component imports and add prop for bootlist * test: add unit tests for LauncherGrid component * Chore/ci add build step (#10) * chore: add nuxi dependency * ci: add build and linter steps to CI workflow * Feature/boot desktop gui (#11) * chore: update .gitignore file * refactor: launcher grid and add integration test for main page * Feature/boot applications file system (#13) * feat: add /applications API endpoint to list installed applications * chore: add about and xTerm applications * feat: new boot system API based * test: add unit tests for BootscreenComponent * feat: add bootscreen component * refactor: Refactor boot loading progress and add finish animation * refactor: Refactor getApplications function to use async/await syntax * fix: add conditional environment path * fix: fix non development path (#15) * fix: fix non development path * fix: change bootload applications to client side * chore: remove unused deps * refactor: remove async and add head data * fix: Add unhead package and import useHead from unhead * feat: add xterm.js and disable app (#22) * fix: remove xterm * fix(deps): bump actions/setup-node from 4.0.0 to 4.0.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Ruan Aragão <ruanaragao2@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@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 eslint from 8.55.0 to 8.56.0.
Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
8e8e9f8
8.56.0085978b
Build: changelog update for 8.56.0ba6af85
chore: upgrade@eslint/js
@8
.56.0 (#17864)60a531a
chore: package.json update for@eslint/js
release0dd9704
feat: Support custom severity when reporting unused disable directives (#17212)31a7e3f
feat: fix no-restricted-properties false negatives with unknown objects (#17818)ba87a06
chore: update dependency markdownlint to ^0.32.0 (#17783)7d5e5f6
fix:TypeError: fs.exists is not a function
on read-only file system (#17846)9271d10
chore: add GitHub issue template for docs issues (#17845)70a686b
chore: Convert rule tests to FlatRuleTester (#17819)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)