hackernews
hackernews copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @nuxt/devtools (source) | ^1.0.5 -> ^1.3.2 |
||||
| @nuxt/eslint-config (source) | ^0.1.1 -> ^0.3.13 |
||||
| @types/node (source) | ^18.16.0 -> ^18.19.33 |
||||
| eslint (source) | ^8.39.0 -> ^8.57.0 |
||||
| pnpm (source) | 8.3.1 -> 8.15.8 |
||||
| postcss-nesting (source) | ^11.2.2 -> ^11.3.0 |
||||
| typescript (source) | ^5.0.4 -> ^5.4.5 |
Release Notes
nuxt/devtools (@nuxt/devtools)
v1.3.2
Bug Fixes
v1.3.1
Bug Fixes
- module builder chunk path patch (87199a1)
v1.3.0
Bug Fixes
- devtools: optimize the home page layout (#654) (a1ad266)
- upgrade
vite-plugin-vue-inspector, fix #657 (f67f0f2)
Features
v1.2.0
Bug Fixes
- adopt forward-compatible approach to
builder:watch(#637) (800d71f) - opt in to
import.meta.*properties (#635) (ce60ab4)
1.1.5 (2024-03-28)
Features
1.1.4 (2024-03-26)
Bug Fixes
1.1.3 (2024-03-21)
Bug Fixes
1.1.2 (2024-03-21)
Bug Fixes
- pinia: pinia module searching null safety (#628) (8937b78)
- scheduledTasks can be undefined (#626) (7044c47)
Features
1.1.1 (2024-03-20)
Bug Fixes
v1.1.5
Features
v1.1.4
Bug Fixes
v1.1.3
Bug Fixes
v1.1.2
Bug Fixes
- pinia: pinia module searching null safety (#628) (8937b78)
- scheduledTasks can be undefined (#626) (7044c47)
Features
v1.1.1
Bug Fixes
v1.1.0
Bug Fixes
- augment runtime config correctly (2d199b8)
- devtools border-radius (#617) (36c300a)
- floating-vue arrow style (#578) (4553d50)
- floating-vue arrow style in dark (#582) (0023611)
- inspect tab when custom buildAssetsDir is configured, fixes #589 (#588) (97386b2)
- override
tsxdependency to known fixed version (broken on Node v18.19.0+) (#606) (1bc2e71) - provide a label for accessbility (#591) (6cb9220)
- remove unnecessary line + open devtools calling twice
syncClient(#584) (9a2dbc2) - support for resizing window in touch screen (#616) (31e01fb)
- ui: @apply conflict with tailwind (#619) (4e1d329)
- ui: Added composable to build config (#579) (f3c3de1)
- ui: disabled NButton. Also disable NuxtLink when used with
to. (#581) (12dae59)
Features
- assets: support for layers (#618) (b8572b6)
- pinia panel (#621) (56be5a7)
- Server Tasks tab (#614) (bee12e8)
- ui: added autocomplete props to NTextInput component (#574) (46cc36f)
1.0.8 (2024-01-11)
Bug Fixes
- remove debugging code (f05143b)
1.0.7 (2024-01-11)
Bug Fixes
- devtools: update default types to
module.d.ts/.mts(#559) (2ecd32c) - make twitter og tags optional (41ee5ec)
- open-graph: fix type error, close #563 (c63055a)
- support
iframePropsoption for CSP, fix Stackblitz (0eb7a82) - timeline-helper-wrapper: Fix return value in timeline wrapper for promises (#567) (0645e35)
- update title of Eye Dropper command (#558) (ea58139)
Features
1.0.6 (2023-12-13)
Bug Fixes
- improve rpc import message, close #528 (721dda8)
- server-routes: improve filterByCollection for runtime routes (#538) (ec144d1)
- SideNav: logo text color in light mode (#537) (4dbe60d)
- stable integrations setup to have consistent plugins order (#542) (310929b)
1.0.5 (2023-12-07)
Bug Fixes
- allow iframe to work in stricter cross-origin policy (7ec0d3c)
- devtools: don't enable devtools when in test mode (#532) (3a7f143)
Features
1.0.4 (2023-11-27)
Bug Fixes
- pip: check for https support (#522) (5360cf4)
- require auth token with
getImageMetaandgetTextAssetContent(69316c4) - require token for
restartNuxt(09384af)
Features
1.0.3 (2023-11-20)
Bug Fixes
- support user
baseURL, close #506 (2697340) - tolerant parse error for local options, close #518 (e604124)
Features
- disable devtools in test mode (51e8de6)
1.0.2 (2023-11-11)
Bug Fixes
- do not show false connecting overlay on legacy Vite, close #497 (a48c248)
- timeline: do not inject for macro module, close #507 (923edaf)
1.0.1 (2023-11-09)
Bug Fixes
- assets: remove dot from file extension (#512) (8e4ec7b)
- blurred font (#485) (9a52925)
- dark mode compatibility with vite-inspect (#501) (2785fa6)
- devtools: import app utilities from
#imports(#500) (68efb1b) - doc: active status of project cards (#502) (25bba74)
v1.0.8
Bug Fixes
- remove debugging code (f05143b)
v1.0.7
Bug Fixes
- devtools: update default types to
module.d.ts/.mts(#559) (2ecd32c) - make twitter og tags optional (41ee5ec)
- open-graph: fix type error, close #563 (c63055a)
- support
iframePropsoption for CSP, fix Stackblitz (0eb7a82) - timeline-helper-wrapper: Fix return value in timeline wrapper for promises (#567) (0645e35)
- update title of Eye Dropper command (#558) (ea58139)
Features
v1.0.6
Bug Fixes
nuxt/eslint (@nuxt/eslint-config)
v0.3.13
🚀 Features
- config: Add
regexprule set for toolings preset - by @antfu in https://github.com/nuxt/eslint/issues/436 (59f17)
View changes on GitHub
v0.3.12
🐞 Bug Fixes
- Allow single name file under prefixed components folder, fix #419 - by @antfu in https://github.com/nuxt/eslint/issues/419 (cd015)
View changes on GitHub
v0.3.11
🚀 Features
View changes on GitHub
v0.3.10
🐞 Bug Fixes
- module:
- Override
@eslint/jsconfig to keep the name consistent, fix #408 - by @antfu in https://github.com/nuxt/eslint/issues/408 (477ee) - Get random port for config inspector, fix #406 - by @antfu in https://github.com/nuxt/eslint/issues/406 (07eac)
- Override
View changes on GitHub
v0.3.9
🐞 Bug Fixes
- Update
@eslint/config-inspector, close #400 - by @antfu in https://github.com/nuxt/eslint/issues/400 (97cb9) - module: Upgrade
eslint-typegen, close #405 - by @antfu in https://github.com/nuxt/eslint/issues/405 (91b3f)
View changes on GitHub
v0.3.8
🐞 Bug Fixes
- config:
- Include
$fetchas the global, close #371 - by @antfu in https://github.com/nuxt/eslint/issues/371 (e5b47)
- Include
- module:
- Use relative path in the generate eslint.config, fix #395 - by @antfu in https://github.com/nuxt/eslint/issues/395 (7bfb7)
- Adding
fixoption tochecker, fix #394 - by @antfu in https://github.com/nuxt/eslint/issues/394 (05f00)
View changes on GitHub
v0.3.7
🚀 Features
- eslint-config: Add Nuxt-aware
vue/multiline-html-element-content-newlinerule - by @DamianGlowala, autofix-ci[bot] and @antfu in https://github.com/nuxt/eslint/issues/391 (f3f33) - module: Provide types for config overrides - by @antfu (55b38)
View changes on GitHub
v0.3.6
🐞 Bug Fixes
View changes on GitHub
v0.3.5
🚀 Features
- eslint-config:
- module:
View changes on GitHub
v0.3.4
v0.3.3
v0.3.2
🐞 Bug Fixes
- Update
eslint-typegen, close #387 - by @antfu in https://github.com/nuxt/eslint/issues/387 (90dc5) - modules: Feature flags not passing through, fix #385 - by @antfu in https://github.com/nuxt/eslint/issues/385 (592a5)
View changes on GitHub
v0.3.1
v0.3.0
🚀 Notable Changes
💡 Expect an introduction blog post to explain in more detail very soon!
With this release, we have unified the ESLint tools across the ecosystem into this single monorepo to have a more maintainable structure. (For a comparison table between packages, please check: https://eslint.nuxt.com/guide/faq#package-disambiguation)
New docs: https://eslint.nuxt.com/
Introduce the new @nuxt/eslint module, that generates project-aware flat configs. Morden and much more extensible and customizable. Works with ESLint v9.0.0. Learn more at https://eslint.nuxt.com/packages/module.
Features
- module: Generate
withNuxtfunction for easer composition - by @antfu in https://github.com/nuxt/eslint/issues/344 (9c9f8) - Add
@nuxt/eslint-configfor nuxt3 projects - by @danielroe in https://github.com/nuxt/eslint/issues/247 (bf74a) - Flat config, eslint plugin, and nuxt module - by @antfu, ricardogobbosouza and ModyQyW in https://github.com/nuxt/eslint/issues/332 (ec142)
- Allow flexible rules customization - by @antfu (6bbc3)
- Turn on
consistent-type-imports- by @antfu (6a61b) - Integrate with
eslint-typegen- by @antfu (d2b1c) - Compactible with non-hoist env - by @antfu (1b9df)
- Expose
optionsobject in generate configs, fix #375 - by @antfu in https://github.com/nuxt/eslint/issues/375 (84b78) - eslint-config:
- Improve default language options - by @antfu (f48c7)
- Support for multiple src dirs and auto infer directories structure - by @antfu in https://github.com/nuxt/eslint/issues/370 (a3625)
- Typescript strict by default, make config names more consistent - by @antfu (d77eb)
- Options for typescript, add some snapshot tests - by @antfu (ae2d7)
- Add ignores from
gitignoreby default - by @antfu in https://github.com/nuxt/eslint/issues/376 (9dfbc) - Enable
importplugin - by @antfu and autofix-ci[bot] in https://github.com/nuxt/eslint/issues/378 (d5f6f) - Optional rules for module authors - by @antfu in https://github.com/nuxt/eslint/issues/377 (983bc)
- Improve vue stylistic settings - by @antfu (24b68)
- module:
Bug Fixes
- Apply recommended typescript rules to vue files as well - by @danielroe (bcef4)
- Exclude subfolders of components folder from name rule - by @jd1378 in https://github.com/nuxt/eslint/issues/278 (13fcd)
- Try fix windows path resolution - by @antfu (018b7)
- Update package.json files - by @DamianGlowala and @antfu in https://github.com/nuxt/eslint/issues/367 (c56d1)
- Windows path resolution - by @richard-dp, @antfu and autofix-ci[bot] in https://github.com/nuxt/eslint/issues/369 (2efd7)
- Add
namefield to@stylistic/eslint-pluginconfiguration - by @chadwickellis and @antfu in https://github.com/nuxt/eslint/issues/374 (d45b2) - Consistent config names - by @antfu (80a05)
- eslint-config:
- Add extra file extensions to globs - by @danielroe (9628a)
- Handle
app.vueanderror.vuein customsrcDir- by @danielroe, @antfu and autofix-ci[bot] in https://github.com/nuxt/eslint/issues/335 (adda0) - Disable vue stylistic rules by default, close #342 - by @antfu in https://github.com/nuxt/eslint/issues/342 (ab6bc)
- Disable more vue stylistic rules by default - by @kingyue737 in https://github.com/nuxt/eslint/issues/349 (14367)
- Enable
vue/multi-word-component-namesfor files directly undercomponents- by @kingyue737 and @antfu in https://github.com/nuxt/eslint/issues/360 (37ab5)
- eslint-config-legacy:
- Also check for
nuxt-edge- by @mercs600 in https://github.com/nuxt/eslint/issues/264 (30cfb)
- Also check for
- eslint-plugin:
- Add browse + node globals - by @davidurco and @antfu in https://github.com/nuxt/eslint/issues/361 (d8799)
- module:
- Config creation, fix #346 - by @antfu in https://github.com/nuxt/eslint/issues/346 (2bd83)
- Correctly resolve
withNuxttype - by @DamianGlowala in https://github.com/nuxt/eslint/issues/350 (d706c) - Account for
layer.config.componentsbeingundefined- by @DamianGlowala in https://github.com/nuxt/eslint/issues/352 (6b2eb) - Don't resolve path for native modules - by @antfu (5715e)
- Remove duplicated src dirs - by @antfu (0be8e)
Performance
View changes on GitHub
eslint/eslint (eslint)
v8.57.0
Features
1120b9bfeat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)dca7d0ffeat: Enableeslint.config.mjsandeslint.config.cjs(#18066) (Nitin Kumar)
Bug Fixes
2196d97fix: handle absolute file paths inFlatRuleTester(#18064) (Nitin Kumar)69dd1d1fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)9852a31fix: deep merge behavior in flat config (#18065) (Nitin Kumar)4c7e9b0fix: allow circular references in config (#18056) (Milos Djermanovic)
Documentation
84922d0docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)5b8c363docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)77dbfd9docs: show NEXT in version selectors (#18052) (Milos Djermanovic)
Chores
1813aecchore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic)5c356bbchore: package.json update for @eslint/js release (Jenkins)f4a1fe2test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)42c0aefci: Enable CI forv8.xbranch (#18047) (Milos Djermanovic)
v8.56.0
Features
0dd9704feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)31a7e3ffeat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)
Bug Fixes
7d5e5f6fix:TypeError: fs.exists is not a functionon read-only file system (#17846) (Francesco Trotta)74739c8fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)
Documentation
9007719docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)3a22236docs: Update README (GitHub Actions Bot)54c3ca6docs: fix migration-guide example (#17829) (Tanuj Kanti)4391b71docs: check config comments in rule examples (#17815) (Francesco Trotta)fd28363docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)48ed5a6docs: Update README (GitHub Actions Bot)
Chores
ba6af85chore: upgrade @eslint/js@8.56.0 (#17864) (Milos Djermanovic)60a531achore: package.json update for @eslint/js release (Jenkins)ba87a06chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])9271d10chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)70a686bchore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)f3a599dchore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)905d4b7chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)4d7c3cechore: update eslint-plugin-n v16.4.0 (#17836) (唯然)fd0c60cci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
v8.55.0
Features
Documentation
83ece2adocs: fix typo--rules->--rule(#17806) (OKURA Masafumi)fffca5cdocs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)a6d9442docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)383e999docs: update and fix examples forno-unused-vars(#17788) (Tanuj Kanti)5a8efd5docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)
Chores
eb8950cchore: upgrade @eslint/js@8.55.0 (#17811) (Milos Djermanovic)93df384chore: package.json update for @eslint/js release (Jenkins)fe4b954chore: upgrade @eslint/eslintrc@2.1.4 (#17799) (Milos Djermanovic)bd8911dci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)b29a16bchore: fix severalclitests to run in the intended flat config mode (#17797) (Milos Djermanovic)de165c1chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)d4304b8chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)21024fechore: check rule examples for syntax errors (#17718) (Francesco Trotta)
v8.54.0
Features
a7a883bfeat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata)1452dc9feat: Add suggestions to no-console (#17680) (Joel Mathew Koshy)21ebf8afeat: updateno-array-constructorrule (#17711) (Francesco Trotta)
Bug Fixes
98926e6fix: Ensure that extra data is not accidentally stored in the cache file (#17760) (Milos Djermanovic)e8cf9f6fix: Make dark scroll bar in dark theme (#17753) (Pavel)3cbeaadfix: Usecwdconstructor option as configbasePathin Linter (#17705) (Milos Djermanovic)
Documentation
becfdd3docs: Make clear when rules are removed (#17728) (Nicholas C. Zakas)05d6e99docs: update "Submit a Pull Request" page (#17712) (Francesco Trotta)eb2279edocs: display info about deprecated rules (#17749) (Percy Ma)d245326docs: Correct working in migrating plugin docs (#17722) (Filip Tammergård)
Chores
- [
d644de9](https://
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| hackernews | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 4, 2024 2:14pm |
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.