-
Notifications
You must be signed in to change notification settings - Fork 10
chore(deps): update all non-major dependencies #98
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
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #98 +/- ##
=======================================
Coverage 0.00% 0.00%
=======================================
Files 4 4
Lines 6 6
=======================================
Misses 6 6 ☔ View full report in Codecov by Sentry. |
7992d61
to
d57c1f6
Compare
d57c1f6
to
3040c23
Compare
3040c23
to
d06d308
Compare
d06d308
to
373503e
Compare
373503e
to
807408e
Compare
807408e
to
8e452c0
Compare
8e452c0
to
0fcf933
Compare
0fcf933
to
3c97e79
Compare
3c97e79
to
0ba9af7
Compare
0ba9af7
to
8a2b351
Compare
8a2b351
to
e4abd37
Compare
e4abd37
to
2f1f7a6
Compare
2f1f7a6
to
fac041e
Compare
6302402
to
2a4b4f8
Compare
2a4b4f8
to
f529dab
Compare
f529dab
to
ce91110
Compare
|
ce91110
to
f3da0d5
Compare
fa5ece1
to
996d8ea
Compare
88cb5c7
to
f852bf2
Compare
f852bf2
to
98d88bc
Compare
98d88bc
to
6d8e0b4
Compare
22f0f01
to
379b32c
Compare
7dffb7c
to
b62c9fd
Compare
b62c9fd
to
de429c3
Compare
de429c3
to
3c62666
Compare
3c62666
to
28ce98d
Compare
f91c924
to
2e311ce
Compare
2e311ce
to
879e6ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
drupal/composer.json (1)
18-26
: Dependency Versions Updated Correctly.
The updates to dependency versions (e.g."composer/installers": "2.3.0"
,"cweagans/composer-patches": "^1.7.3"
,"drupal/core-composer-scaffold": "9.5.11"
,"drupal/core-project-message": "9.5.11"
,"drupal/druxt": "1.2.0"
,"drupal/simple_oauth": "^5.2.5"
,"drush/drush": "11.6.0"
, and"vlucas/phpdotenv": "^5.6.1"
) all reflect non-major updates that fit the PR objectives. Please verify that leaving"drupal/core-recommended": "9.4.8"
unchanged is intentional.nuxt/package.json (1)
31-37
: Dependency Version Updates in Application Dependencies.
The updates for packages like"core-js": "3.41.0"
,"dotenv": "^16.4.7"
,"druxt-auth": "^0.4.0"
,"druxt-site": "^0.14.3"
, and"vue-server-renderer": "^2.7.16"
are consistent with the PR’s objective to update non-major dependencies. Please double-check that the slight version difference between"vue-server-renderer"
and"vue-template-compiler"
(the latter remaining at"^2.7.14"
) does not lead to compatibility warnings in Vue applications.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
nuxt/package-lock.json
is excluded by!**/package-lock.json
📒 Files selected for processing (8)
.circleci/config.yml
(1 hunks).github/workflows/test-preview.yml
(2 hunks).github/workflows/theme-bootstrap-vue.yml
(2 hunks).github/workflows/theme-tailwindcss.yml
(2 hunks).nvmrc
(1 hunks)drupal/composer.json
(1 hunks)nuxt/.nvmrc
(1 hunks)nuxt/package.json
(1 hunks)
✅ Files skipped from review due to trivial changes (4)
- nuxt/.nvmrc
- .github/workflows/test-preview.yml
- .nvmrc
- .github/workflows/theme-bootstrap-vue.yml
🔇 Additional comments (8)
drupal/composer.json (1)
29-29
: Dev Dependency Update Confirmed.
The update of"drupal/core-dev"
to"9.5.11"
is consistent with the core dependency enhancements..circleci/config.yml (2)
11-11
: Updated PHP Docker Image.
Changing the Docker image tophp:8.4
is in line with using a more recent PHP runtime, which should help with performance and security. Ensure that any PHP-specific tooling or extensions remain compatible with the updated version.
12-61
: CI Configuration Consistency.
The remainder of the configuration—including dependency installation, Composer commands, and workspace persistence—appears to be retained unaltered. Verify that the environment changes introduced by PHP 8.4 do not adversely affect any build or test steps..github/workflows/theme-tailwindcss.yml (2)
17-17
: GitHub Action Setup-Node Update.
Upgradingactions/setup-node
tov3.8.2
is a good non-major update that should help leverage improvements and fixes.
27-27
: GitHub Action Cache Update.
The update toactions/[email protected]
improves performance and stability compared to the previous version.nuxt/package.json (3)
40-45
: Dev Dependency Updates for Testing and Linting.
The updates for"@babel/eslint-parser"
,"@vue/test-utils"
, and"babel-jest"
(among others in the testing toolchain) are properly applied. Confirm that these updates integrate seamlessly with your current linting and unit testing configurations.
47-55
: ESLint and Related Tooling Upgrades.
The new versions for"eslint"
,"eslint-config-prettier"
,"eslint-plugin-vue"
, and"husky"
ensure you benefit from the latest fixes and enhancements. Running the lint suite after these updates is advised to catch any unforeseen changes.
56-60
: Stylelint and Server Test Updates.
Upgrades to"start-server-and-test"
,"stylelint"
,"stylelint-config-prettier"
, and"stylelint-config-recommended-vue"
are all in line with non-major improvements that can help with performance and developer experience.
879e6ab
to
4a2e540
Compare
9d8c7fc
to
12f8c33
Compare
12f8c33
to
5f6d033
Compare
This PR contains the following updates:
^7.19.1
->^7.27.0
^1.3.3
->^1.3.6
v3.0.11
->v3.4.3
v3.5.1
->v3.9.1
^29.3.1
->^29.7.0
2.2.0
->2.3.0
3.26.1
->3.41.0
^1.7.2
->^1.7.3
^16.0.3
->^16.5.0
9.4.8
->9.5.11
9.4.8
->9.5.11
9.4.8
->9.5.11
1.1.1
->1.2.0
^5.2.2
->^5.2.5
11.3.2
->11.6.0
^0.2.0
->^0.4.0
^0.14.0
->^0.14.3
^8.27.0
->^8.57.1
^8.5.0
->^8.10.0
^9.7.0
->^9.33.0
^8.0.2
->^8.0.3
^29.3.1
->^29.7.0
^29.3.1
->^29.7.0
^13.0.3
->^13.3.0
16.18.1
->16.20.2
8.1
->8.4
^1.14.0
->^1.15.4
^14.15.0
->^14.16.1
^9.0.4
->^9.0.5
^1.4.0
->^1.6.0
^5.5.0
->^5.6.1
^2.7.14
->^2.7.16
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
babel/babel (@babel/eslint-parser)
v7.27.0
Compare Source
👓 Spec Compliance
babel-generator
,babel-parser
importAttributesKeyword
towith
(@JLHwung)🚀 New Feature
babel-helper-create-class-features-plugin
,babel-traverse
,babel-types
traverseFast
to exit early (@liuxingbaoyu)babel-parser
,babel-types
ImportAttributes
toStandardized
and move its parser test fixtures (@JLHwung)babel-generator
babel-parser
,babel-template
allowYieldOutsideFunction
to parser (@liuxingbaoyu)babel-plugin-transform-typescript
,babel-traverse
upToScope
parameter tohasBinding
(@liuxingbaoyu)babel-parser
babel-types
🐛 Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
babel-traverse
scope.crawl()
(@liuxingbaoyu)babel-helpers
,babel-preset-typescript
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
rewriteRelativeImportExtensions
(@JLHwung)babel-cli
@babel/cli
generates duplicate inline source maps (@liuxingbaoyu)babel-plugin-transform-named-capturing-groups-regex
,babel-types
🏃♀️ Performance
babel-types
@babel/types
(@liuxingbaoyu)babel-helper-create-regexp-features-plugin
v7.26.10
Compare Source
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-parser
,babel-template
babel-core
babel-parser
,babel-plugin-transform-typescript
babel-traverse
babel-generator
abstract override
(@liuxingbaoyu)babel-parser
babel-helpers
,babel-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
💅 Polish
babel-standalone
🏠 Internal
babel-parser
v7.26.8
Compare Source
v7.26.8 (2025-02-08)
🏠 Internal
babel-preset-env
v7.26.5
Compare Source
👓 Spec Compliance
babel-parser
import.defer()
form ofimport defer
(@babel-bot)🐛 Bug Fix
babel-plugin-transform-block-scoped-functions
isInStrictMode
in Babel 7 (@liuxingbaoyu)babel-plugin-transform-typescript
babel-parser
@(a.b)()
(@liuxingbaoyu)babel-generator
,babel-parser
,babel-plugin-transform-flow-strip-types
,babel-types
babel-compat-data
,babel-preset-env
transform-typeof-symbol
compat data (@liuxingbaoyu)babel-generator
,babel-parser
,babel-types
🔬 Output optimization
babel-plugin-transform-nullish-coalescing-operator
v7.25.9
Compare Source
🐛 Bug Fix
babel-parser
,babel-template
,babel-types
syntacticPlaceholders
mode (@liuxingbaoyu)babel-helper-compilation-targets
,babel-preset-env
ClassAccessorProperty
to prevent theno-undef
rule (@victorenator)🏠 Internal
babel-helper-transform-fixture-test-runner
🏃♀️ Performance
babel-parser
,babel-types
VISITOR_KEYS
etc. faster to access (@liuxingbaoyu)v7.25.8
Compare Source
🐛 Bug Fix
babel-core
resolvePlugin
/resolvePreset
(@nicolo-ribaudo)🏠 Internal
babel-parser
,babel-plugin-proposal-async-do-expressions
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-export-default-from
,babel-plugin-proposal-function-bind
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-import-defer
,babel-plugin-proposal-partial-application
,babel-plugin-proposal-throw-expressions
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-class-static-block
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-export-namespace-from
,babel-plugin-transform-json-strings
,babel-plugin-transform-logical-assignment-operators
,babel-plugin-transform-nullish-coalescing-operator
,babel-plugin-transform-numeric-separator
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-catch-binding
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-property-in-object
,babel-preset-env
v7.25.7
Compare Source
🐛 Bug Fix
babel-helper-validator-identifier
babel-traverse
babel-plugin-transform-classes
super()
check (@nicolo-ribaudo)babel-generator
infer
in compact mode (@nicolo-ribaudo)[no LineTerminator here]
after nodes (@nicolo-ribaudo)💅 Polish
babel-types
🏠 Internal
babel-core
--experimental-require-module
(@nicolo-ribaudo)babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decimal
,babel-plugin-syntax-import-reflection
,babel-standalone
babel-generator
[no LineTerminator here]
before nodes (@nicolo-ribaudo)🏃♀️ Performance
babel-plugin-transform-typescript
babel-types
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo)v7.25.1
Compare Source
🐛 Bug Fix
babel-plugin-transform-function-name
ensureFunctionName
may be undefined (@liuxingbaoyu)babel-plugin-transform-react-constant-elements
babel-traverse
🏠 Internal
v7.25.0
Compare Source
👓 Spec Compliance
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs3
await using
normative updates (@JLHwung)babel-plugin-transform-typescript
🚀 New Feature
babel-helper-create-class-features-plugin
,babel-helper-function-name
,babel-helper-plugin-utils
,babel-helper-wrap-function
,babel-plugin-bugfix-safari-class-field-initializer-scope
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-preset-env
,babel-traverse
,babel-types
ensureFunctionName
toNodePath.prototype
(@nicolo-ribaudo)babel-helper-hoist-variables
,babel-helper-plugin-utils
,babel-plugin-proposal-async-do-expressions
,babel-plugin-transform-modules-systemjs
,babel-traverse
hoistVariables
toScope.prototype
(@nicolo-ribaudo)babel-helper-create-class-features-plugin
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-split-export-declaration
,babel-plugin-transform-classes
,babel-traverse
,babel-types
splitExportDeclaration
toNodePath.prototype
(@nicolo-ribaudo)babel-helper-create-class-features-plugin
,babel-helper-environment-visitor
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-remap-async-to-generator
,babel-helper-replace-supers
,babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-classes
,babel-traverse
environment-visitor
helper into@babel/traverse
(@nicolo-ribaudo)babel-core
,babel-parser
.extra.async
(@nicolo-ribaudo)babel-compat-data
,babel-plugin-bugfix-safari-class-field-initializer-scope
,babel-preset-env
bugfix-safari-class-field-initializer-scope
(@davidtaylorhq)babel-plugin-transform-block-scoping
,babel-traverse
,babel-types
NodePath#getAssignmentIdentifiers
(@JLHwung)babel-helper-import-to-platform-api
,babel-plugin-proposal-json-modules
uncheckedRequire
option for JSON imports to CJS (@nicolo-ribaudo)babel-helper-transform-fixture-test-runner
,babel-node
babel-node --eval
(@slatereax)babel-compat-data
,babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-preset-env
,babel-standalone
duplicate-named-capturing-groups-regex
topreset-env
(@JLHwung)🐛 Bug Fix
babel-generator
babel-template
,babel-types
🏠 Internal
babel-generator
(
before ambiguous tokens (@nicolo-ribaudo)babel-helper-function-name
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-function-name
,babel-preset-env
,babel-traverse
helper-function-name
logic (@nicolo-ribaudo)🏃♀️ Performance
babel-parser
,babel-plugin-proposal-pipeline-operator
🔬 Output optimization
babel-plugin-transform-classes
assertThisInitialized
(@liuxingbaoyu)babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-object-super
,babel-plugin-transform-private-methods
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
super.x
output (@liuxingbaoyu)babel-plugin-transform-class-properties
,babel-plugin-transform-classes
v7.24.8
Compare Source
👓 Spec Compliance
babel-parser
declare
(@liuxingbaoyu)🐛 Bug Fix
babel-generator
in
infor
heads (@nicolo-ribaudo)await using
(@nicolo-ribaudo)babel-parser
using
declarations (@H0onnn).value: undefined
to regexp literals (@liuxingbaoyu)babel-types
ObjectTypeInternalSlot
visitor keys (@nicolo-ribaudo)babel-plugin-transform-typescript
export import x =
(@liuxingbaoyu)💅 Polish
babel-generator
async
infor await
(@nicolo-ribaudo)babel-traverse
Scope.globals
multiple times (@liuxingbaoyu)v7.24.7
Compare Source
🐛 Bug Fix
babel-node
babel-traverse
constantViolations
with destructuring (@liuxingbaoyu)babel-helper-transform-fixture-test-runner
,babel-plugin-proposal-explicit-resource-management
using
inswitch
correctly (@liuxingbaoyu)🏠 Internal
babel-helpers
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
v7.24.6
Compare Source
🐛 Bug Fix
babel-helper-create-class-features-plugin
,babel-plugin-transform-class-properties
babel-core
,babel-generator
,babel-plugin-transform-modules-commonjs
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
babel-helpers
,babel-plugin-proposal-decorators
,babel-runtime-corejs3
babel-parser
,babel-plugin-transform-typescript
cls.fn<C> = x
(@liuxingbaoyu)🏠 Internal
babel-core
,babel-helpers
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-helpers
tsconfig.json
for@babel/helpers/src/helpers
(@nicolo-ribaudo)babel-cli
,babel-helpers
,babel-plugin-external-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-parser
,babel-traverse
v7.24.5
Compare Source
🐛 Bug Fix
babel-plugin-transform-classes
,babel-traverse
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs3
💅 Polish
babel-parser
using
declaration (@JLHwung)🏠 Internal
babel-parser
@babel/parser
AST types (@nicolo-ribaudo).startNode
(@nicolo-ribaudo)babel-helper-create-class-features-plugin
,babel-helper-member-expression-to-functions
,babel-helper-module-transforms
,babel-helper-split-export-declaration
, `babelConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.