chore(deps): bump postcss and next
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(2 days ago)
(2 days ago)
dependencies javascript
Bumps postcss and next. These dependencies needed to be updated together.
Updates postcss from 8.5.10 to 8.5.23
Release notes
Sourced from postcss's releases.
8.5.23
- Do not load source map without
opts.fromfor security reasons.8.5.22
- Fixed custom property losing semicolon before a comment (by
@sarathfrancis90).8.5.21
- Fixed childless at-rule losing semicolon before comment (by
@sarathfrancis90).- Fixed docs (by
@isker).8.5.20
- Fixed missing space if
AtRule#paramsis set after (by@sarathfrancis90).- Fixed mixing AST error on warnings (by
@MahinAnowar).8.5.19
- Fixed cleaning
beforefor new nodes inserted toRoot(by@MahinAnowar).8.5.18
- Restricted loading previous source maps file to the
opts.fromfolder for security reasons (useunsafeMap: trueto disable the check).8.5.17
- Fixed
Maximum call stack size exceedederror.- Fixed Prototype hijacking for
postcss.fromJSON().- Fixed
Input#origin()for unmapped end position (by@chatman-media).8.5.16
- Fixed
Input#origin()position (by@mizdra).- Fixed
rawsafter rehydrating a JSON AST (by@sarathfrancis90).- Fixed putting parent-less node in
nodesof new node (by@MahinAnowar).- Fixed computing
offsetinpositionBy()(by@greymoth-jp).- Fixed
rangeBy()onindex: 0(by@sarathfrancis90).8.5.15
- Fixed declaration parsing performance (by
@homanp).8.5.14
- Fixed custom syntax regression (by
@43081j).8.5.13
- Fixed
postcss-scsscommend regression.8.5.12
- Fixed reading any file via user-generated CSS.
- Added
opts.unsafeMapto disable checks.8.5.11
- Fixed nested brackets parsing performance (by
@offset).
Changelog
Sourced from postcss's changelog.
8.5.23
- Do not load source map without
opts.fromfor security reasons.8.5.22
- Fixed custom property losing semicolon before a comment (by
@sarathfrancis90).8.5.21
- Fixed childless at-rule losing semicolon before comment (by
@sarathfrancis90).- Fixed docs (by
@isker).8.5.20
- Fixed missing space if
AtRule#paramsis set after (by@sarathfrancis90).- Fixed mixing AST error on warnings (by
@MahinAnowar).8.5.19
- Fixed cleaning
beforefor new nodes inserted toRoot(by@MahinAnowar).8.5.18
- Restricted loading previous source maps file to the
opts.fromfolder for security reasons (useunsafeMap: trueto disable the check).8.5.17
- Fixed
Maximum call stack size exceedederror.- Fixed Prototype hijacking for
postcss.fromJSON().- Fixed
Input#origin()for unmapped end position (by@chatman-media).8.5.16
- Fixed
Input#origin()position (by@mizdra).- Fixed
rawsafter rehydrating a JSON AST (by@sarathfrancis90).- Fixed putting parent-less node in
nodesof new node (by@MahinAnowar).- Fixed computing
offsetinpositionBy()(by@greymoth-jp).- Fixed
rangeBy()onindex: 0(by@sarathfrancis90).8.5.15
- Fixed declaration parsing performance (by
@homanp).8.5.14
- Fixed custom syntax regression (by
@43081j).8.5.13
... (truncated)
Commits
eb9e1feRelease 8.5.23 version9d19c78Update dependencies7beca13Does no load source map file without opts.fromdecea51Typoc18e30dUpdate EM banner98a39adUpdate EM bannera3e48c4Release 8.5.22 versionf49d691Fix custom property losing its semicolon before a comment (#2117)28e0dafRelease 8.5.21 version3d2b4e4Update dependencies- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.
Updates next from 15.5.15 to 16.3.0
Release notes
Sourced from next's releases.
v16.3.0
Core Changes
- Update vendored lodash to 4.17.23 to fix CVE-2025-13465: #91558
- Fix invalid HTML response for route-level RSC requests in deployment adapter: #91541
- Normalize encoded dynamic placeholders in app routes: #91603
- Fix(pages-router): restore Content-Length and ETag for /_next/data/ JSON responses: #90304
- Update tokio from 1.43.0 to 1.47.3: #90945
- [turbopack] Simplify snapshotting logic: #91178
- Turbopack: enable server HMR for app route handlers: #91466
- turbo-tasks-backend: batch find_and_schedule_dirty using for_each_task_meta: #91497
- [turbopack] Use bail! instead of panic! for duplicate module ident error: #91636
- Skip loadBindings() Lightning CSS check during next start: #91538
- turbo-tasks-backend: batch schedule dirty tasks in aggregation_update: #91461
- Turbopack: Add importModule() support to webpack loaders: #89630
- turbo-persistence: fix mmap page alignment and improve error context in MetaFile::open_internal: #91640
- turbopack-css: demote recoverable CSS parse warnings to Warning severity: #91524
- feat(node-streams): add config flag, define-env, and env precedence test: #90427
- Rename /_next/webpack-hmr to /_next/hmr: #91415
- Add per-slot error attribution for instant validation using slot markers and config depth preference: #91610
- Handle encoded params further: #91627
- [turbopack] Respect
{eval:true}in worker_threads constructors: #91666- Fix missing route in otel spans without base-server: #91665
- [turbopack] Optimize compaction cpu usage: #91468
- Fix layout segment optimization: move app-page imports to server-utility transition: #91701
- Fix server actions in standalone mode with
cacheComponents: #91711- turbo-persistence: remove Unmergeable mmap advice: #91713
- turbopack: move "compact database" tracing span to backend layer: #91693
- Turbopack: lazy require metadata and handle TLA: #91705
- Fix adapter outputs for dynamic metadata routes: #91680
- Turbopack: fix webpack loader runner layer: #91727
- [turbopack] Remove incorrect debug_assert in try_read_task_cell: #91699
- Add module count field to module graph tracing spans: #91697
- turbopack-cli: add --persistent-caching flag for filesystem-backed cache: #91657
- Turbopack: pull in updated vercel/nft tests: #91651
- [turbopack] Improve regressed build speed on cross-compiled MUSL: #91477
- [Segment Bundling] [Scaffolding] Ensure inlining hint correctness: #91320
- [Segment Bundling] [Scaffolding] Track which segments can be omitted from prefetch: #91438
- Avoid deprecated TS node10 moduleResolution defaults: #91847
- [turbopack] Rebuild the docker build scripts: #91799
- Fix TS6 baseUrl deprecation for extended tsconfig: #91855
- Add
next internal post-buildCLI command for Turbopack database compaction: #91336- Turbopack: Define
Effectas a trait instead of a closure: #89080- Turbopack: Implement TraceRawVcs and NonLocalValue correctly for Effects: #89133
- turbo-tasks-backend: improve print_cache_item_size instrumentation: #91742
- Turbopack: switch from base40 to base38 hash encoding (remove ~ and . from charset): #91832
- Use charCodeAt for normalizePathTrailingSlash: #91380
- Turbopack: Only patch lockfile when bindings fails to load: #91379
- [create-next-app] Skip interactive prompts when CLI flags are provided: #91840
- [devtools] Make instant navs panel draggable: #91914
- [Segment Bundling] Bundle static prefetches based on size: #91439
... (truncated)
Commits
d73f562v16.3.02e0d4cbEdits to turbopackFileSystemCache (#96531)86df9c7docs: cover direct visits and client navigations in the instant() e2e example...47a52c0[turbopack / next.js] Add an end-to-end test for new root detection (#96544)8e878d4Remove implicit Partial Prefetching opt-in frominstant(#96539)e37ddd1Fix deploy test TypeScript exclusions (#96545)8a4920cdocs: clarify first-party Skills workflows (#96495)4344b83Flag newly disabled deploy tests (#96505)459617afix: double fragment on navigation (#93132)cbf0cefEnable TypeScript CLI by default (#96497)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Package Dependencies
Technical Details
| ID: | 16145742 |
| UUID: | 5068919861 |
| Node ID: | PR_kwDOHp2v4c769zuQ |
| Host: | GitHub |
| Repository: | fiqgant/fiqlab |