fix(deps): update all non-major dependencies #84
Merged
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.
This PR contains the following updates:
3.3.0
->3.3.2
3.3.0
->3.3.2
^0.3.0
->^0.5.0
3.13.1
->3.14.2
20.14.10
->20.16.5
v1.0.0
->v1.0.2
9.2.0
->9.10.0
2.0.26
->2.1.6
Release Notes
microsoft/ApplicationInsights-JS (@microsoft/applicationinsights-core-js)
v3.3.2
Changelog
expCfg
is moved fromIConfig
toIConfiguration
(this change is going to cause the TypeScript type error).v3.3.1
Compare Source
Changelog
expCfg
is available to provide more details of exception telemetry. See more details hereWeb snippet additional update to 1.2.1 (July 10th, 2024)
This release includes fix for dependency problem in version 1.2.0, check #2369 for more detail.
Changelog
Web snippet additional update to 1.2.0 (June 21st, 2024)
This release includes support for multiple snippet loading. Snippets with different names (passed in by the user via configuration; check ##2355 and README for more details) can now run simultaneously.
Additionally, users can pass in a customized configuration with getSdkLoaderScript to get a ready-to-use snippet.
Users can also enable Integrity Check and minimize snippet loading time by setting sri to true.
Changelog
nuxt/eslint (@nuxt/eslint-config)
v0.5.7
Compare Source
🚀 Features
@types/eslint
- by @antfu (a24f3)View changes on GitHub
v0.5.6
Compare Source
🚀 Features
config.configFile
, use relative path to resolve, fix #495 - by @antfu in https://github.com/nuxt/eslint/issues/495 (a4ab4)View changes on GitHub
v0.5.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.5.4
Compare Source
🚀 Features
View changes on GitHub
v0.5.3
Compare Source
No significant changes
View changes on GitHub
v0.5.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.5.1
Compare Source
🚀 Features
View changes on GitHub
v0.5.0
Compare Source
🚀 Features
@typescript-eslint/no-import-type-side-effects
, close #439 - by @antfu in https://github.com/nuxt/eslint/issues/439 (7361c)@typescript-eslint
to v8 - by @antfu in https://github.com/nuxt/eslint/issues/471 (4d08e)View changes on GitHub
v0.4.0
Compare Source
🚀 Features
@types/eslint
- by @antfu (ebc8f)features.typescript
only whentypescript
is installed locally, fix #437 - by @antfu in https://github.com/nuxt/eslint/issues/437 (77bc7)globals
as well, close #461 - by @antfu in https://github.com/nuxt/eslint/issues/461 (533fa)public
folder to default ignore, close #453 - by @antfu in https://github.com/nuxt/eslint/issues/453 (b0e3e)View changes on GitHub
nuxt/test-utils (@nuxt/test-utils)
v3.14.2
Compare Source
compare changes
🔥 Performance
tinyexec
to run commands (#939)🩹 Fixes
📖 Documentation
🏡 Chore
vitest-environment-nuxt
(e30c044cf)@nuxtjs/i18n
separately (3d8955d36)compatibilityDate
in fixtures (7723f969c)tinyexec
stdout (2b50cfee0)❤️ Contributors
v3.14.1
Compare Source
compare changes
🩹 Fixes
compatibilityDate
(8e01e3f7f)vitest
plugins (#911)📖 Documentation
🏡 Chore
❤️ Contributors
v3.14.0
Compare Source
compare changes
🚀 Enhancements
renderSuspended
(#852)setup
(#903)setup
runs (#812)🩹 Fixes
#build/
import until nuxt v3.12 release (66b23ae6)setProps
to replace an array (#877)🏡 Chore
✅ Tests
❤️ Contributors
huang-julien/reproduire-sur-stackblitz (huang-julien/reproduire-sur-stackblitz)
v1.0.2
Compare Source
Full Changelog: huang-julien/reproduire-sur-stackblitz@v1.0.1...v1.0.2
v1.0.1
Compare Source
What's Changed
Full Changelog: huang-julien/reproduire-sur-stackblitz@v1.0.0...v1.0.1
pnpm/pnpm (pnpm)
v9.10.0
: pnpm 9.10Compare Source
Minor Changes
Support for a new CLI flag,
--exclude-peers
, added to thelist
andwhy
commands. When--exclude-peers
is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #8506.Added a new setting to
package.json
atpnpm.auditConfig.ignoreGhsas
for ignoring vulnerabilities by their GHSA code #6838.For instance:
Patch Changes
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v9.9.0
Compare Source
v9.8.0
Compare Source
v9.7.1
Compare Source
v9.7.0
: pnpm 9.7Compare Source
Minor Changes
Added pnpm version management. If the
manage-package-manager-versions
setting is set totrue
, pnpm will switch to the version specified in thepackageManager
field ofpackage.json
#8363. This is the same field used by Corepack. Example:Added the ability to apply patch to all versions #8337.
If the key of
pnpm.patchedDependencies
is a package name without a version (e.g.pkg
), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version ofpkg
installed,pnpm patch pkg
and subsequentpnpm patch-commit $edit_dir
will create an entry namedpkg
inpnpm.patchedDependencies
. And pnpm will attempt to apply this patch to other versions ofpkg
in the future.Change the default edit dir location when running
pnpm patch
from a temporary directory tonode_modules/.pnpm_patches/pkg[@​version]
to allow the code editor to open the edit dir in the same file tree as the main project #8379.Substitute environment variables in config keys #6679.
Patch Changes
pnpm install
should runnode-gyp rebuild
if the project has abinding.gyp
file even if the project doesn't have an install script #8293.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v9.6.0
: pnpm 9.6Compare Source
Minor Changes
pnpm.executionEnv.nodeVersion
inpackage.json
) for running lifecycle scripts per each package in a workspace #6720.catalogs:
protocol #8303.Patch Changes
pnpm deploy
command now supports thecatalog:
protocol #8298.pnpm outdated
command now supports thecatalog:
protocol #8304.pnpm patch
withoutnode_modules/.modules.yaml
#8257.pnpm exec
command #7608.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v9.5.0
Compare Source
v9.4.0
Compare Source
v9.3.0
Compare Source
Minor Changes
peers-suffix-max-length
setting #8177.Patch Changes
reporter-hide-prefix
totrue
by default forpnpm exec
. In order to show prefix, the user now has to explicitly setreporter-hide-prefix=false
#8174.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
This PR was generated by Mend Renovate. View the repository job log.