Skip to content
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

fix(deps): update all non-major dependencies #128

Merged
merged 2 commits into from
Jan 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
@solidjs/router dependencies patch 0.10.1 -> 0.10.5 OpenSSF Scorecard
@tauri-apps/api dependencies patch 2.0.0-alpha.12 -> 2.0.0-alpha.13 OpenSSF Scorecard
@tauri-apps/cli devDependencies patch 2.0.0-alpha.18 -> 2.0.0-alpha.20 OpenSSF Scorecard
@types/node (source) devDependencies patch 20.10.4 -> 20.10.6 OpenSSF Scorecard
@typescript-eslint/eslint-plugin (source) devDependencies minor 6.14.0 -> 6.17.0 OpenSSF Scorecard
@typescript-eslint/parser (source) devDependencies minor 6.14.0 -> 6.17.0 OpenSSF Scorecard
daisyui (source) devDependencies patch 4.4.19 -> 4.4.24 OpenSSF Scorecard
eslint (source) devDependencies minor 8.55.0 -> 8.56.0 OpenSSF Scorecard
github/codeql-action action patch v3.22.11 -> v3.22.12 OpenSSF Scorecard
postcss-nesting (source) devDependencies patch 12.0.1 -> 12.0.2 OpenSSF Scorecard
semantic-release devDependencies patch 22.0.11 -> 22.0.12 OpenSSF Scorecard
tailwindcss (source) devDependencies minor 3.3.6 -> 3.4.0 OpenSSF Scorecard
tauri (source) dependencies patch 2.0.0-alpha.18 -> 2.0.0-alpha.20 OpenSSF Scorecard
tauri-build (source) build-dependencies patch 2.0.0-alpha.12 -> 2.0.0-alpha.13 OpenSSF Scorecard
vite (source) devDependencies patch 5.0.7 -> 5.0.10 OpenSSF Scorecard

Release Notes

tauri-apps/tauri (@​tauri-apps/api)

v2.0.0-alpha.13: @​tauri-apps/api v2.0.0-alpha.13

Compare Source

Yarn Audit

yarn audit v1.22.21
info No lockfile found.
0 vulnerabilities found - Packages audited: 162
Done in 3.05s.

[2.0.0-alpha.13]

New Features
  • 428ea652(#​8370) Exposed Resource class which should be extended for Rust-backed resources created through tauri::Manager::resources_table.
Bug Fixes
  • ef21b681(#​8391) Fix a regression where typescript could not find types when using "moduleResolution": "node"
  • 46451aee(#​8268) Add top-level main, module and types fields in package.json to be compliant with typescripts's "moduleResolution": "node"
Breaking Changes

Yarn Publish

yarn run v1.22.21
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly --tag next
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/core.ts, ./src/dpi.ts, ./src/event.ts, ./src/index.ts, ./src/menu.ts, ./src/mocks.ts, ./src/path.ts, ./src/tray.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.2s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.5s�[22m�[39m
[1/4] Bumping version...
info Current version: 2.0.0-alpha.13
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 7.38s.
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

You can read about our versioning strategy and releases on our website.

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

You can read about our versioning strategy and releases on our website.

v6.15.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.17.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.16.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.15.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

saadeghi/daisyui (daisyui)

v4.4.24

Compare Source

Bug Fixes
  • unwanted background color in .prose pre>code (5d6daf3)

v4.4.23

Compare Source

Bug Fixes

v4.4.22

Compare Source

Bug Fixes

v4.4.21

Compare Source

Bug Fixes

v4.4.20

Compare Source

Bug Fixes
eslint/eslint (eslint)

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores
github/codeql-action (github/codeql-action)

v3.22.12

Compare Source

csstools/postcss-plugins (postcss-nesting)

v12.0.2

Compare Source

December 15, 2023

semantic-release/semantic-release (semantic-release)

v22.0.12

Compare Source

Bug Fixes
  • Revert "fix(deps): update dependency cosmiconfig to v9" (#​3104) (f6f1bf1)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.0

Compare Source

Added
  • Add svh, lvh, and dvh values to default height/min-height/max-height theme (#​11317)
  • Add has-* variants for :has(...) pseudo-class (#​11318)
  • Add text-wrap utilities including text-balance and text-pretty (#​11320, #​12031)
  • Extend default opacity scale to include all steps of 5 (#​11832)
  • Update Preflight html styles to include shadow DOM :host pseudo-class (#​11200)
  • Increase default values for grid-rows-* utilities from 1–6 to 1–12 (#​12180)
  • Add size-* utilities (#​12287)
  • Add utilities for CSS subgrid (#​12298)
  • Add spacing scale to min-w-*, min-h-*, and max-w-* utilities (#​12300)
  • Add forced-color-adjust utilities (#​11931)
  • Add forced-colors variant (#​11694, #​12582)
  • Add appearance-auto utility (#​12404)
  • Add logical property values for float and clear utilities (#​12480)
  • Add * variant for targeting direct children (#​12551)
Changed
  • Simplify the sans font-family stack (#​11748)
  • Disable the tap highlight overlay on iOS (#​12299)
  • Improve relative precedence of rtl, ltr, forced-colors, and dark variants (#​12584)

v3.3.7

Compare Source

Fixed
  • Fix support for container query utilities with arbitrary values (#​12534)
  • Fix custom config loading in Standalone CLI (#​12616)
tauri-apps/tauri (tauri-build)

v2.0.0-alpha.13

Compare Source

Dependencies
vitejs/vite (vite)

v5.0.10

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot enabled auto-merge (rebase) December 12, 2023 04:37
@renovate renovate bot changed the title chore(deps): update dependency semantic-release to v22.0.12 chore(deps): update all non-major dependencies Dec 12, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d32df1f to 6cc0eb8 Compare December 12, 2023 19:54
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 13, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 501ef20 to 5010aed Compare December 19, 2023 19:19
@renovate renovate bot requested a review from nwesterhausen December 19, 2023 21:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a66b9af to 773b980 Compare December 25, 2023 19:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3c5e086 to 4b80723 Compare January 1, 2024 18:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b80723 to 9d97de5 Compare January 2, 2024 15:18
This was a breaking change from the tauri v2 update.
@nwesterhausen nwesterhausen disabled auto-merge January 2, 2024 15:50
@nwesterhausen nwesterhausen merged commit d3f3e00 into main Jan 2, 2024
4 checks passed
@nwesterhausen nwesterhausen deleted the renovate/all-minor-patch branch January 2, 2024 15:50
@nwesterhausen
Copy link
Owner

🎉 This PR is included in version 0.31.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant